Searched refs:Read256BytesBlockWidthC (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | display_mode_vba_util_32.h | 120 unsigned int Read256BytesBlockWidthC[], 171 unsigned int Read256BytesBlockWidthC[], 355 unsigned int Read256BytesBlockWidthC[],
|
H A D | display_mode_vba_util_32.c | 431 unsigned int Read256BytesBlockWidthC[], in dml32_CalculateSwathAndDETConfiguration() 499 Read256BytesBlockWidthC, in dml32_CalculateSwathAndDETConfiguration() 703 unsigned int Read256BytesBlockWidthC[], in dml32_CalculateSwathWidth() argument 808 surface_width_ub_c = dml_ceil(SurfaceWidthC[k], Read256BytesBlockWidthC[k]); in dml32_CalculateSwathWidth() 812 Read256BytesBlockWidthC[k] - 1, in dml32_CalculateSwathWidth() 813 Read256BytesBlockWidthC[k]) - in dml32_CalculateSwathWidth() 815 Read256BytesBlockWidthC[k])); in dml32_CalculateSwathWidth() 819 Read256BytesBlockWidthC[k]) + in dml32_CalculateSwathWidth() 820 Read256BytesBlockWidthC[k]); in dml32_CalculateSwathWidth() 827 MaximumSwathHeightC[k] = Read256BytesBlockWidthC[k]; in dml32_CalculateSwathWidth() [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | display_mode_core.c | 601 dml_uint_t Read256BytesBlockWidthC[], 686 dml_uint_t Read256BytesBlockWidthC[], 4132 p->Read256BytesBlockWidthC, in CalculateSwathAndDETConfiguration() 4317 dml_uint_t Read256BytesBlockWidthC[], in CalculateSwathWidth() argument 4411 surface_width_ub_c = (dml_uint_t)dml_ceil(SurfaceWidthC[k], Read256BytesBlockWidthC[k]); in CalculateSwathWidth() 4413 …+ SwathWidthC[k] + Read256BytesBlockWidthC[k] - 1, Read256BytesBlockWidthC[k]) - dml_floor(Viewpor… in CalculateSwathWidth() 4415 …(surface_width_ub_c, dml_ceil(SwathWidthC[k] - 1, Read256BytesBlockWidthC[k]) + Read256BytesBlockW… in CalculateSwathWidth() 4422 MaximumSwathHeightC[k] = Read256BytesBlockWidthC[k]; in CalculateSwathWidth() 4448 dml_print("DML::%s: k=%u Read256BytesBlockWidthC=%u\n", __func__, k, Read256BytesBlockWidthC[k]); in CalculateSwathWidth() 4746 dml_uint_t Read256BytesBlockWidthC[], in CalculateSurfaceSizeInMall() argument [all …]
|
H A D | display_mode_core_structs.h | 1494 dml_uint_t *Read256BytesBlockWidthC; member
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
H A D | display_mode_vba_31.c | 551 int Read256BytesBlockWidthC[], 589 int Read256BytesBlockWidthC[], 3275 int Read256BytesBlockWidthC[DC__NUM_DPP__MAX]; local 3299 &Read256BytesBlockWidthC[k]); 3321 Read256BytesBlockWidthC, 6629 int Read256BytesBlockWidthC[], argument 6682 Read256BytesBlockWidthC, 6811 int Read256BytesBlockWidthC[], argument 6891 int surface_width_ub_c = dml_ceil(SurfaceWidthC[k], Read256BytesBlockWidthC[k]); 6895 (int) dml_ceil(SwathWidthC[k] - 1, Read256BytesBlockWidthC[k]) + Read256BytesBlockWidthC[k]); [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
H A D | dml2_core_shared.c | 96 unsigned int Read256BytesBlockWidthC[], 456 unsigned int Read256BytesBlockWidthC[], 1144 …CalculateSwathAndDETConfiguration_params->Read256BytesBlockWidthC = mode_lib->ms.Read256BlockWidth… in dml2_core_shared_mode_support() 3501 unsigned int Read256BytesBlockWidthC[], in CalculateSwathWidth() argument 3587 unsigned int req_width_horz_c = Read256BytesBlockWidthC[k]; in CalculateSwathWidth() 3609 …dml2_printf("DML::%s: k=%u Read256BytesBlockWidthC=%u\n", __func__, k, Read256BytesBlockWidthC[k]); in CalculateSwathWidth() 3641 MaximumSwathHeightC[k] = Read256BytesBlockWidthC[k]; in CalculateSwathWidth() 6341 p->Read256BytesBlockWidthC, in CalculateSwathAndDETConfiguration() 7000 unsigned int Read256BytesBlockWidthC[], in CalculateSurfaceSizeInMall() argument 7045 if (Read256BytesBlockWidthC[k] > 0) { in CalculateSurfaceSizeInMall() [all …]
|
H A D | dml2_core_shared_types.h | 1609 unsigned int *Read256BytesBlockWidthC; member
|
H A D | dml2_core_dcn4_calcs.c | 836 unsigned int Read256BytesBlockWidthC[], in CalculateSwathWidth() argument 923 req_width_horz_c = Read256BytesBlockWidthC[k]; in CalculateSwathWidth() 945 …dml2_printf("DML::%s: k=%u Read256BytesBlockWidthC=%u\n", __func__, k, Read256BytesBlockWidthC[k]); in CalculateSwathWidth() 977 MaximumSwathHeightC[k] = Read256BytesBlockWidthC[k]; in CalculateSwathWidth() 3766 p->Read256BytesBlockWidthC, in CalculateSwathAndDETConfiguration() 4584 unsigned int Read256BytesBlockWidthC[], in CalculateSurfaceSizeInMall() argument 7716 …CalculateSwathAndDETConfiguration_params->Read256BytesBlockWidthC = mode_lib->ms.Read256BlockWidth… in dml_core_mode_support() 10608 …CalculateSwathAndDETConfiguration_params->Read256BytesBlockWidthC = mode_lib->mp.Read256BlockWidth… in dml_core_mode_programming()
|