Home
last modified time | relevance | path

Searched refs:Read256BytesBlockHeightC (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h118 unsigned int Read256BytesBlockHeightC[],
169 unsigned int Read256BytesBlockHeightC[],
357 unsigned int Read256BytesBlockHeightC[],
H A Ddisplay_mode_vba_util_32.c429 unsigned int Read256BytesBlockHeightC[], in dml32_CalculateSwathAndDETConfiguration()
497 Read256BytesBlockHeightC, in dml32_CalculateSwathAndDETConfiguration()
701 unsigned int Read256BytesBlockHeightC[], in dml32_CalculateSwathWidth() argument
792 MaximumSwathHeightC[k] = Read256BytesBlockHeightC[k]; in dml32_CalculateSwathWidth()
839 surface_height_ub_c = dml_ceil(SurfaceHeightC[k], Read256BytesBlockHeightC[k]); in dml32_CalculateSwathWidth()
843 Read256BytesBlockHeightC[k] - 1, in dml32_CalculateSwathWidth()
844 Read256BytesBlockHeightC[k]) - in dml32_CalculateSwathWidth()
846 Read256BytesBlockHeightC[k])); in dml32_CalculateSwathWidth()
849 dml_ceil(SwathWidthC[k] - 1, Read256BytesBlockHeightC[k]) + in dml32_CalculateSwathWidth()
850 Read256BytesBlockHeightC[k]); in dml32_CalculateSwathWidth()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c496 int Read256BytesBlockHeightC[],
534 int Read256BytesBlockHeightC[],
2886 int Read256BytesBlockHeightC[DC__NUM_DPP__MAX] = { 0 }; in DisplayPipeConfiguration() local
2909 &Read256BytesBlockHeightC[k], in DisplayPipeConfiguration()
2929 Read256BytesBlockHeightC, in DisplayPipeConfiguration()
5836 int Read256BytesBlockHeightC[], in CalculateSwathAndDETConfiguration() argument
5889 Read256BytesBlockHeightC, in CalculateSwathAndDETConfiguration()
6026 int Read256BytesBlockHeightC[], in CalculateSwathWidth() argument
6092 MaximumSwathHeightC[k] = Read256BytesBlockHeightC[k]; in CalculateSwathWidth()
6108 surface_height_ub_c = dml_ceil(SurfaceHeightC[k], Read256BytesBlockHeightC[k]); in CalculateSwathWidth()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c600 dml_uint_t Read256BytesBlockHeightC[],
689 dml_uint_t Read256BytesBlockHeightC[],
4131 p->Read256BytesBlockHeightC, in CalculateSwathAndDETConfiguration()
4316 dml_uint_t Read256BytesBlockHeightC[], in CalculateSwathWidth() argument
4405 MaximumSwathHeightC[k] = Read256BytesBlockHeightC[k]; in CalculateSwathWidth()
4431 surface_height_ub_c = (dml_uint_t)dml_ceil(SurfaceHeightC[k], Read256BytesBlockHeightC[k]); in CalculateSwathWidth()
4433 …SwathWidthC[k] + Read256BytesBlockHeightC[k] - 1, Read256BytesBlockHeightC[k]) - dml_floor(Viewpor… in CalculateSwathWidth()
4435 …urface_height_ub_c, dml_ceil(SwathWidthC[k] - 1, Read256BytesBlockHeightC[k]) + Read256BytesBlockH… in CalculateSwathWidth()
4450 …dml_print("DML::%s: k=%u Read256BytesBlockHeightC=%u\n", __func__, k, Read256BytesBlockHeightC[k]); in CalculateSwathWidth()
4749 dml_uint_t Read256BytesBlockHeightC[], in CalculateSurfaceSizeInMall() argument
[all …]
H A Ddisplay_mode_core_structs.h1492 dml_uint_t *Read256BytesBlockHeightC; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c824 unsigned int Read256BytesBlockHeightC[], in CalculateSwathWidth() argument
918 …eil2((double)display_cfg->plane_descriptors[k].surface.plane1.height, Read256BytesBlockHeightC[k]); in CalculateSwathWidth()
929 …G_VERBOSE("DML::%s: k=%u Read256BytesBlockHeightC=%u\n", __func__, k, Read256BytesBlockHeightC[k]); in CalculateSwathWidth()
939 MaximumSwathHeightC[k] = Read256BytesBlockHeightC[k]; in CalculateSwathWidth()
969Read256BytesBlockHeightC[k] - 1, Read256BytesBlockHeightC[k]) - math_floor2(display_cfg->plane_des… in CalculateSwathWidth()
971 …ght_ub_c, math_ceil2((double)SwathWidthC[k] - 1, Read256BytesBlockHeightC[k]) + Read256BytesBlockH… in CalculateSwathWidth()
973 req_per_swath_ub_c[k] = swath_width_chroma_ub[k] / Read256BytesBlockHeightC[k]; in CalculateSwathWidth()
3725 p->Read256BytesBlockHeightC, in CalculateSwathAndDETConfiguration()
4554 unsigned int Read256BytesBlockHeightC[], in CalculateSurfaceSizeInMall() argument
8343 …CalculateSwathAndDETConfiguration_params->Read256BytesBlockHeightC = mode_lib->ms.Read256BlockHeig… in dml_core_mode_support()
[all …]