Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn20/
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()
4307 …locals->SwathWidthGranularityY = 256 / dml_ceil(locals->BytePerPixelInDETY[k], 1) / locals->MaxSw… in dml20_ModeSupportAndSystemConfigurationFull()
4308 …athSizeBytesY = (dml_ceil(locals->SwathWidthYPerState[i][j][k] - 1, locals->SwathWidthGranularityY) in dml20_ModeSupportAndSystemConfigurationFull()
4309 … + locals->SwathWidthGranularityY) * locals->BytePerPixelInDETY[k] * locals->MaxSwathHeightY[k]; in dml20_ModeSupportAndSystemConfigurationFull()
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()
4428 …locals->SwathWidthGranularityY = 256 / dml_ceil(locals->BytePerPixelInDETY[k], 1) / locals->MaxSw… in dml20v2_ModeSupportAndSystemConfigurationFull()
4429 …athSizeBytesY = (dml_ceil(locals->SwathWidthYPerState[i][j][k] - 1, locals->SwathWidthGranularityY) in dml20v2_ModeSupportAndSystemConfigurationFull()
4430 … + locals->SwathWidthGranularityY) * locals->BytePerPixelInDETY[k] * locals->MaxSwathHeightY[k]; in dml20v2_ModeSupportAndSystemConfigurationFull()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c2825 double SwathWidthGranularityY; in DisplayPipeConfiguration() local
2968 SwathWidthGranularityY = 256 / dml_ceil(BytePerPixDETY, 1) / MaximumSwathHeightY; in DisplayPipeConfiguration()
2971 SwathWidthGranularityY) + SwathWidthGranularityY) * BytePerPixDETY in DisplayPipeConfiguration()
4545 mode_lib->vba.SwathWidthGranularityY = 256.0 in dml21_ModeSupportAndSystemConfigurationFull()
4549 (dml_ceil(locals->SwathWidthYThisState[k] - 1.0, mode_lib->vba.SwathWidthGranularityY) in dml21_ModeSupportAndSystemConfigurationFull()
4550 …+ mode_lib->vba.SwathWidthGranularityY) * locals->BytePerPixelInDETY[k] * locals->MaxSwathHeightY[… in dml21_ModeSupportAndSystemConfigurationFull()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h705 double SwathWidthGranularityY; member