Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn20/
A Ddisplay_mode_vba_20.c2728 double SwathWidthGranularityC; in dml20_DisplayPipeConfiguration() local
2883 SwathWidthGranularityC = 256.0 / dml_ceil(BytePerPixDETC, 2) in dml20_DisplayPipeConfiguration()
2887 SwathWidthGranularityC) + SwathWidthGranularityC) in dml20_DisplayPipeConfiguration()
4314 …locals->SwathWidthGranularityC = 256 / dml_ceil(locals->BytePerPixelInDETC[k], 2) / locals->MaxSwa… in dml20_ModeSupportAndSystemConfigurationFull()
4316 …izeBytesC = (dml_ceil(locals->SwathWidthYPerState[i][j][k] / 2 - 1, locals->SwathWidthGranularityC) in dml20_ModeSupportAndSystemConfigurationFull()
4317 + locals->SwathWidthGranularityC) * locals->BytePerPixelInDETC[k] * locals->MaxSwathHeightC[k]; in dml20_ModeSupportAndSystemConfigurationFull()
A Ddisplay_mode_vba_20v2.c2801 double SwathWidthGranularityC; in dml20v2_DisplayPipeConfiguration() local
2956 SwathWidthGranularityC = 256.0 / dml_ceil(BytePerPixDETC, 2) in dml20v2_DisplayPipeConfiguration()
2960 SwathWidthGranularityC) + SwathWidthGranularityC) in dml20v2_DisplayPipeConfiguration()
4435 …locals->SwathWidthGranularityC = 256 / dml_ceil(locals->BytePerPixelInDETC[k], 2) / locals->MaxSwa… in dml20v2_ModeSupportAndSystemConfigurationFull()
4437 …izeBytesC = (dml_ceil(locals->SwathWidthYPerState[i][j][k] / 2 - 1, locals->SwathWidthGranularityC) in dml20v2_ModeSupportAndSystemConfigurationFull()
4438 + locals->SwathWidthGranularityC) * locals->BytePerPixelInDETC[k] * locals->MaxSwathHeightC[k]; in dml20v2_ModeSupportAndSystemConfigurationFull()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn21/
A Ddisplay_mode_vba_21.c2826 double SwathWidthGranularityC; in DisplayPipeConfiguration() local
2978 SwathWidthGranularityC = 256.0 / dml_ceil(BytePerPixDETC, 2) in DisplayPipeConfiguration()
2982 SwathWidthGranularityC) + SwathWidthGranularityC) in DisplayPipeConfiguration()
4557 …mode_lib->vba.SwathWidthGranularityC = 256.0 / dml_ceil(locals->BytePerPixelInDETC[k], 2.0) / loca… in dml21_ModeSupportAndSystemConfigurationFull()
4558 …tesC = (dml_ceil(locals->SwathWidthYThisState[k] / 2.0 - 1.0, mode_lib->vba.SwathWidthGranularityC) in dml21_ModeSupportAndSystemConfigurationFull()
4559 …+ mode_lib->vba.SwathWidthGranularityC) * locals->BytePerPixelInDETC[k] * locals->MaxSwathHeightC[… in dml21_ModeSupportAndSystemConfigurationFull()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/
A Ddisplay_mode_vba.h718 double SwathWidthGranularityC; member

Completed in 34 milliseconds