Home
last modified time | relevance | path

Searched refs:SwathWidthGranularityY (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h484 double SwathWidthGranularityY; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_mode_vba_20.c2727 double SwathWidthGranularityY; in dml20_DisplayPipeConfiguration() local
2873 SwathWidthGranularityY = 256 / dml_ceil(BytePerPixDETY, 1) / MaximumSwathHeightY; in dml20_DisplayPipeConfiguration()
2876 SwathWidthGranularityY) + SwathWidthGranularityY) * BytePerPixDETY in dml20_DisplayPipeConfiguration()
4306 …locals->SwathWidthGranularityY = 256 / dml_ceil(locals->BytePerPixelInDETY[k], 1) / locals->MaxSw… in dml20_ModeSupportAndSystemConfigurationFull()
4307 …athSizeBytesY = (dml_ceil(locals->SwathWidthYPerState[i][j][k] - 1, locals->SwathWidthGranularityY) in dml20_ModeSupportAndSystemConfigurationFull()
4308 … + locals->SwathWidthGranularityY) * locals->BytePerPixelInDETY[k] * locals->MaxSwathHeightY[k]; in dml20_ModeSupportAndSystemConfigurationFull()
H A Ddisplay_mode_vba_20v2.c2800 double SwathWidthGranularityY; in dml20v2_DisplayPipeConfiguration() local
2946 SwathWidthGranularityY = 256 / dml_ceil(BytePerPixDETY, 1) / MaximumSwathHeightY; in dml20v2_DisplayPipeConfiguration()
2949 SwathWidthGranularityY) + SwathWidthGranularityY) * BytePerPixDETY in dml20v2_DisplayPipeConfiguration()
4386 …locals->SwathWidthGranularityY = 256 / dml_ceil(locals->BytePerPixelInDETY[k], 1) / locals->MaxSw… in dml20v2_ModeSupportAndSystemConfigurationFull()
4387 …athSizeBytesY = (dml_ceil(locals->SwathWidthYPerState[i][j][k] - 1, locals->SwathWidthGranularityY) in dml20v2_ModeSupportAndSystemConfigurationFull()
4388 … + locals->SwathWidthGranularityY) * locals->BytePerPixelInDETY[k] * locals->MaxSwathHeightY[k]; in dml20v2_ModeSupportAndSystemConfigurationFull()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_mode_vba_21.c2819 double SwathWidthGranularityY; in DisplayPipeConfiguration() local
2962 SwathWidthGranularityY = 256 / dml_ceil(BytePerPixDETY, 1) / MaximumSwathHeightY; in DisplayPipeConfiguration()
2965 SwathWidthGranularityY) + SwathWidthGranularityY) * BytePerPixDETY in DisplayPipeConfiguration()
4417 mode_lib->vba.SwathWidthGranularityY = 256.0 in dml21_ModeSupportAndSystemConfigurationFull()
4421 (dml_ceil(locals->SwathWidthYThisState[k] - 1.0, mode_lib->vba.SwathWidthGranularityY) in dml21_ModeSupportAndSystemConfigurationFull()
4422 …+ mode_lib->vba.SwathWidthGranularityY) * locals->BytePerPixelInDETY[k] * locals->MaxSwathHeightY[… in dml21_ModeSupportAndSystemConfigurationFull()