Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h468 double SwathWidthGranularityC; member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_mode_vba_20.c2726 double SwathWidthGranularityC; in dml20_DisplayPipeConfiguration() local
2881 SwathWidthGranularityC = 256.0 / dml_ceil(BytePerPixDETC, 2) in dml20_DisplayPipeConfiguration()
2885 SwathWidthGranularityC) + SwathWidthGranularityC) in dml20_DisplayPipeConfiguration()
4305 …locals->SwathWidthGranularityC = 256 / dml_ceil(locals->BytePerPixelInDETC[k], 2) / locals->MaxSwa… in dml20_ModeSupportAndSystemConfigurationFull()
4307 …izeBytesC = (dml_ceil(locals->SwathWidthYPerState[i][j][k] / 2 - 1, locals->SwathWidthGranularityC) in dml20_ModeSupportAndSystemConfigurationFull()
4308 + locals->SwathWidthGranularityC) * locals->BytePerPixelInDETC[k] * locals->MaxSwathHeightC[k]; in dml20_ModeSupportAndSystemConfigurationFull()
Ddisplay_mode_vba_20v2.c2758 double SwathWidthGranularityC; in dml20v2_DisplayPipeConfiguration() local
2913 SwathWidthGranularityC = 256.0 / dml_ceil(BytePerPixDETC, 2) in dml20v2_DisplayPipeConfiguration()
2917 SwathWidthGranularityC) + SwathWidthGranularityC) in dml20v2_DisplayPipeConfiguration()
4337 …locals->SwathWidthGranularityC = 256 / dml_ceil(locals->BytePerPixelInDETC[k], 2) / locals->MaxSwa… in dml20v2_ModeSupportAndSystemConfigurationFull()
4339 …izeBytesC = (dml_ceil(locals->SwathWidthYPerState[i][j][k] / 2 - 1, locals->SwathWidthGranularityC) in dml20v2_ModeSupportAndSystemConfigurationFull()
4340 + locals->SwathWidthGranularityC) * locals->BytePerPixelInDETC[k] * locals->MaxSwathHeightC[k]; in dml20v2_ModeSupportAndSystemConfigurationFull()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c2819 double SwathWidthGranularityC; in DisplayPipeConfiguration() local
2971 SwathWidthGranularityC = 256.0 / dml_ceil(BytePerPixDETC, 2) in DisplayPipeConfiguration()
2975 SwathWidthGranularityC) + SwathWidthGranularityC) in DisplayPipeConfiguration()
4412 …mode_lib->vba.SwathWidthGranularityC = 256.0 / dml_ceil(locals->BytePerPixelInDETC[k], 2.0) / loca… in dml21_ModeSupportAndSystemConfigurationFull()
4413 …tesC = (dml_ceil(locals->SwathWidthYThisState[k] / 2.0 - 1.0, mode_lib->vba.SwathWidthGranularityC) in dml21_ModeSupportAndSystemConfigurationFull()
4414 …+ mode_lib->vba.SwathWidthGranularityC) * locals->BytePerPixelInDETC[k] * locals->MaxSwathHeightC[… in dml21_ModeSupportAndSystemConfigurationFull()