Home
last modified time | relevance | path

Searched refs:BytePerPixDETC (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h126 double BytePerPixDETC[],
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1798 double *BytePerPixDETC; member
H A Ddml2_core_dcn4_calcs.c3758 …p->full_swath_bytes_c[k] = (unsigned int)(p->swath_width_chroma_ub[k] * p->BytePerPixDETC[k] * Max… in CalculateSwathAndDETConfiguration()
3766 DML_LOG_VERBOSE("DML::%s: k=%u BytePerPixDETC = %f\n", __func__, k, p->BytePerPixDETC[k]); in CalculateSwathAndDETConfiguration()
8372 CalculateSwathAndDETConfiguration_params->BytePerPixDETC = mode_lib->ms.BytePerPixelInDETC; in dml_core_mode_support()
10662 CalculateSwathAndDETConfiguration_params->BytePerPixDETC = mode_lib->mp.BytePerPixelInDETC; in dml_core_mode_programming()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h1500 dml_float_t *BytePerPixDETC; member
H A Ddisplay_mode_core.c4166 …RoundedUpMaxSwathSizeBytesC[k] = (dml_uint_t)(p->swath_width_chroma_ub[k] * p->BytePerPixDETC[k] *… in CalculateSwathAndDETConfiguration()
4174 dml_print("DML::%s: k=%u BytePerPixDETC = %f\n", __func__, k, p->BytePerPixDETC[k]); in CalculateSwathAndDETConfiguration()
7096 CalculateSwathAndDETConfiguration_params->BytePerPixDETC = mode_lib->ms.BytePerPixelInDETC; in dml_core_mode_support()
7635 CalculateSwathAndDETConfiguration_params->BytePerPixDETC = mode_lib->ms.BytePerPixelInDETC; in dml_core_mode_support()
8558 CalculateSwathAndDETConfiguration_params->BytePerPixDETC = locals->BytePerPixelDETC; in dml_core_mode_programming()