Searched refs:BytePerPixC (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
H A D | display_mode_vba_30.c | 570 int BytePerPixC[], 600 int BytePerPixC[], 3046 int BytePerPixC[DC__NUM_DPP__MAX] = { 0 }; in DisplayPipeConfiguration() local 3067 &BytePerPixC[k], in DisplayPipeConfiguration() 3097 BytePerPixC, in DisplayPipeConfiguration() 6109 int BytePerPixC[], in CalculateSwathAndDETConfiguration() argument 6154 BytePerPixC, in CalculateSwathAndDETConfiguration() 6291 int BytePerPixC[], in CalculateSwathWidth() argument 6362 if (BytePerPixC[k] > 0) { in CalculateSwathWidth() 6374 if (BytePerPixC[ in CalculateSwathWidth() [all...] |
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
H A D | display_mode_vba_314.c | 563 int BytePerPixC[], 593 int BytePerPixC[], 3291 int BytePerPixC[DC__NUM_DPP__MAX]; local 3313 &BytePerPixC[k], 3344 BytePerPixC, 6728 int BytePerPixC[], argument 6773 BytePerPixC, 6899 int BytePerPixC[], argument 6981 if (BytePerPixC[k] > 0) { 6994 if (BytePerPixC[ [all...] |
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
H A D | display_mode_vba_31.c | 555 int BytePerPixC[], 585 int BytePerPixC[], 3272 int BytePerPixC[DC__NUM_DPP__MAX]; local 3294 &BytePerPixC[k], 3326 BytePerPixC, 6634 int BytePerPixC[], argument 6679 BytePerPixC, 6808 int BytePerPixC[], argument 6891 if (BytePerPixC[k] > 0) { 6904 if (BytePerPixC[ [all...] |
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
H A D | dml2_core_shared_types.h | 1771 unsigned int *BytePerPixC; member
|
H A D | dml2_core_dcn4_calcs.c | 821 unsigned int BytePerPixC[], in CalculateSwathWidth() argument 946 if (BytePerPixC[k] > 0) { in CalculateSwathWidth() 966 if (BytePerPixC[k] > 0) { in CalculateSwathWidth() 3711 p->BytePerPixC, in CalculateSwathAndDETConfiguration() 3839 p->request_size_bytes_chroma[k] = ((p->BytePerPixC[k] == 2) == dml_is_vertical_rotation(p->display_cfg->plane_descriptors[k].composition.rotation_angle)) ? 128 : 64; in CalculateSwathAndDETConfiguration() 3847 p->request_size_bytes_chroma[k] = ((p->BytePerPixC[k] == 2) == dml_is_vertical_rotation(p->display_cfg->plane_descriptors[k].composition.rotation_angle)) ? 128 : 64; in CalculateSwathAndDETConfiguration() 8318 CalculateSwathAndDETConfiguration_params->BytePerPixC = mode_lib->ms.BytePerPixelC; in dml_core_mode_support() 10588 CalculateSwathAndDETConfiguration_params->BytePerPixC = mode_lib->mp.BytePerPixelC; in dml_core_mode_programming()
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | display_mode_core_structs.h | 1499 dml_uint_t *BytePerPixC; member
|