Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h125 double BytePerPixDETY[],
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1797 double *BytePerPixDETY; member
H A Ddml2_core_dcn4_calcs.c3757 …p->full_swath_bytes_l[k] = (unsigned int)(p->swath_width_luma_ub[k] * p->BytePerPixDETY[k] * Maxim… in CalculateSwathAndDETConfiguration()
3762 DML_LOG_VERBOSE("DML::%s: k=%u BytePerPixDETY = %f\n", __func__, k, p->BytePerPixDETY[k]); in CalculateSwathAndDETConfiguration()
8371 CalculateSwathAndDETConfiguration_params->BytePerPixDETY = mode_lib->ms.BytePerPixelInDETY; in dml_core_mode_support()
10661 CalculateSwathAndDETConfiguration_params->BytePerPixDETY = mode_lib->mp.BytePerPixelInDETY; in dml_core_mode_programming()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h1499 dml_float_t *BytePerPixDETY; member
H A Ddisplay_mode_core.c4165 …RoundedUpMaxSwathSizeBytesY[k] = (dml_uint_t)(p->swath_width_luma_ub[k] * p->BytePerPixDETY[k] * M… in CalculateSwathAndDETConfiguration()
4170 dml_print("DML::%s: k=%u BytePerPixDETY = %f\n", __func__, k, p->BytePerPixDETY[k]); in CalculateSwathAndDETConfiguration()
7095 CalculateSwathAndDETConfiguration_params->BytePerPixDETY = mode_lib->ms.BytePerPixelInDETY; in dml_core_mode_support()
7634 CalculateSwathAndDETConfiguration_params->BytePerPixDETY = mode_lib->ms.BytePerPixelInDETY; in dml_core_mode_support()
8557 CalculateSwathAndDETConfiguration_params->BytePerPixDETY = locals->BytePerPixelDETY; in dml_core_mode_programming()