Searched refs:Read256BytesBlockHeightY (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| H A D | display_mode_vba_util_32.h | 117 unsigned int Read256BytesBlockHeightY[], 168 unsigned int Read256BytesBlockHeightY[], 356 unsigned int Read256BytesBlockHeightY[],
|
| H A D | display_mode_vba_util_32.c | 428 unsigned int Read256BytesBlockHeightY[], in dml32_CalculateSwathAndDETConfiguration() 496 Read256BytesBlockHeightY, in dml32_CalculateSwathAndDETConfiguration() 700 unsigned int Read256BytesBlockHeightY[], in dml32_CalculateSwathWidth() argument 788 surface_height_ub_l = dml_ceil(SurfaceHeightY[k], Read256BytesBlockHeightY[k]); in dml32_CalculateSwathWidth() 791 MaximumSwathHeightY[k] = Read256BytesBlockHeightY[k]; in dml32_CalculateSwathWidth() 831 SwathWidthY[k] + Read256BytesBlockHeightY[k] - 1, in dml32_CalculateSwathWidth() 832 Read256BytesBlockHeightY[k]) - in dml32_CalculateSwathWidth() 833 dml_floor(ViewportYStart[k], Read256BytesBlockHeightY[k])); in dml32_CalculateSwathWidth() 836 Read256BytesBlockHeightY[k]) + Read256BytesBlockHeightY[k]); in dml32_CalculateSwathWidth() 863 …dml_print("DML::%s: k=%d Read256BytesBlockHeightY=%0d\n", __func__, k, Read256BytesBlockHeightY[k]… in dml32_CalculateSwathWidth() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
| H A D | display_mode_vba_30.c | 495 int Read256BytesBlockHeightY[], 533 int Read256BytesBlockHeightY[], 2885 int Read256BytesBlockHeightY[DC__NUM_DPP__MAX] = { 0 }; in DisplayPipeConfiguration() local 2908 &Read256BytesBlockHeightY[k], in DisplayPipeConfiguration() 2928 Read256BytesBlockHeightY, in DisplayPipeConfiguration() 5835 int Read256BytesBlockHeightY[], in CalculateSwathAndDETConfiguration() argument 5888 Read256BytesBlockHeightY, in CalculateSwathAndDETConfiguration() 6025 int Read256BytesBlockHeightY[], in CalculateSwathWidth() argument 6088 surface_height_ub_l = dml_ceil(SurfaceHeightY[k], Read256BytesBlockHeightY[k]); in CalculateSwathWidth() 6091 MaximumSwathHeightY[k] = Read256BytesBlockHeightY[k]; in CalculateSwathWidth() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | display_mode_core.c | 599 dml_uint_t Read256BytesBlockHeightY[], 688 dml_uint_t Read256BytesBlockHeightY[], 4130 p->Read256BytesBlockHeightY, in CalculateSwathAndDETConfiguration() 4315 dml_uint_t Read256BytesBlockHeightY[], in CalculateSwathWidth() argument 4401 surface_height_ub_l = (dml_uint_t)dml_ceil(SurfaceHeightY[k], Read256BytesBlockHeightY[k]); in CalculateSwathWidth() 4404 MaximumSwathHeightY[k] = Read256BytesBlockHeightY[k]; in CalculateSwathWidth() 4426 … SwathWidthY[k] + Read256BytesBlockHeightY[k] - 1, Read256BytesBlockHeightY[k]) - dml_floor(Viewpo… in CalculateSwathWidth() 4428 …urface_height_ub_l, dml_ceil(SwathWidthY[k] - 1, Read256BytesBlockHeightY[k]) + Read256BytesBlockH… in CalculateSwathWidth() 4448 …dml_print("DML::%s: k=%u Read256BytesBlockHeightY=%u\n", __func__, k, Read256BytesBlockHeightY[k]); in CalculateSwathWidth() 4748 dml_uint_t Read256BytesBlockHeightY[], in CalculateSurfaceSizeInMall() argument [all …]
|
| H A D | display_mode_core_structs.h | 1491 dml_uint_t *Read256BytesBlockHeightY; member
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/ |
| H A D | dml2_core_dcn4_calcs.c | 823 unsigned int Read256BytesBlockHeightY[], in CalculateSwathWidth() argument 916 …eil2((double)display_cfg->plane_descriptors[k].surface.plane0.height, Read256BytesBlockHeightY[k]); in CalculateSwathWidth() 927 …G_VERBOSE("DML::%s: k=%u Read256BytesBlockHeightY=%u\n", __func__, k, Read256BytesBlockHeightY[k]); in CalculateSwathWidth() 938 MaximumSwathHeightY[k] = Read256BytesBlockHeightY[k]; in CalculateSwathWidth() 962 …Read256BytesBlockHeightY[k] - 1, Read256BytesBlockHeightY[k]) - math_floor2(display_cfg->plane_des… in CalculateSwathWidth() 964 …ght_ub_l, math_ceil2((double)SwathWidthY[k] - 1, Read256BytesBlockHeightY[k]) + Read256BytesBlockH… in CalculateSwathWidth() 966 req_per_swath_ub_l[k] = swath_width_luma_ub[k] / Read256BytesBlockHeightY[k]; in CalculateSwathWidth() 3724 p->Read256BytesBlockHeightY, in CalculateSwathAndDETConfiguration() 4553 unsigned int Read256BytesBlockHeightY[], in CalculateSurfaceSizeInMall() argument 8342 …CalculateSwathAndDETConfiguration_params->Read256BytesBlockHeightY = mode_lib->ms.Read256BlockHeig… in dml_core_mode_support() [all …]
|