Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h466 double SwathWidthGranularityY; member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_mode_vba_20.c2725 double SwathWidthGranularityY; in dml20_DisplayPipeConfiguration() local
2871 SwathWidthGranularityY = 256 / dml_ceil(BytePerPixDETY, 1) / MaximumSwathHeightY; in dml20_DisplayPipeConfiguration()
2874 SwathWidthGranularityY) + SwathWidthGranularityY) * BytePerPixDETY in dml20_DisplayPipeConfiguration()
4298 …locals->SwathWidthGranularityY = 256 / dml_ceil(locals->BytePerPixelInDETY[k], 1) / locals->MaxSw… in dml20_ModeSupportAndSystemConfigurationFull()
4299 …athSizeBytesY = (dml_ceil(locals->SwathWidthYPerState[i][j][k] - 1, locals->SwathWidthGranularityY) in dml20_ModeSupportAndSystemConfigurationFull()
4300 … + locals->SwathWidthGranularityY) * locals->BytePerPixelInDETY[k] * locals->MaxSwathHeightY[k]; in dml20_ModeSupportAndSystemConfigurationFull()
Ddisplay_mode_vba_20v2.c2757 double SwathWidthGranularityY; in dml20v2_DisplayPipeConfiguration() local
2903 SwathWidthGranularityY = 256 / dml_ceil(BytePerPixDETY, 1) / MaximumSwathHeightY; in dml20v2_DisplayPipeConfiguration()
2906 SwathWidthGranularityY) + SwathWidthGranularityY) * BytePerPixDETY in dml20v2_DisplayPipeConfiguration()
4330 …locals->SwathWidthGranularityY = 256 / dml_ceil(locals->BytePerPixelInDETY[k], 1) / locals->MaxSw… in dml20v2_ModeSupportAndSystemConfigurationFull()
4331 …athSizeBytesY = (dml_ceil(locals->SwathWidthYPerState[i][j][k] - 1, locals->SwathWidthGranularityY) in dml20v2_ModeSupportAndSystemConfigurationFull()
4332 … + locals->SwathWidthGranularityY) * locals->BytePerPixelInDETY[k] * locals->MaxSwathHeightY[k]; in dml20v2_ModeSupportAndSystemConfigurationFull()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c2818 double SwathWidthGranularityY; in DisplayPipeConfiguration() local
2961 SwathWidthGranularityY = 256 / dml_ceil(BytePerPixDETY, 1) / MaximumSwathHeightY; in DisplayPipeConfiguration()
2964 SwathWidthGranularityY) + SwathWidthGranularityY) * BytePerPixDETY in DisplayPipeConfiguration()
4400 mode_lib->vba.SwathWidthGranularityY = 256.0 in dml21_ModeSupportAndSystemConfigurationFull()
4404 (dml_ceil(locals->SwathWidthYThisState[k] - 1.0, mode_lib->vba.SwathWidthGranularityY) in dml21_ModeSupportAndSystemConfigurationFull()
4405 …+ mode_lib->vba.SwathWidthGranularityY) * locals->BytePerPixelInDETY[k] * locals->MaxSwathHeightY[… in dml21_ModeSupportAndSystemConfigurationFull()