Home
last modified time | relevance | path

Searched refs:CursorSupport (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_lib.c309 …PPORT: Cursor : %s\n", mode_lib->vba.CursorSupport ? "Supported" … in dml_log_mode_support_params()
Ddisplay_mode_vba.h630 bool CursorSupport; member
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c5398 v->CursorSupport = true;
5402 v->CursorSupport = false;
5461 && v->CursorSupport == true && v->PitchSupport == true && ViewportExceedsSurface == false
5499 if (v->CursorSupport == false)
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/dcn314/
Ddisplay_mode_vba_314.c5485 v->CursorSupport = true;
5489 v->CursorSupport = false;
5548 && v->CursorSupport == true && v->PitchSupport == true && ViewportExceedsSurface == false
5594 } else if (!v->CursorSupport) {
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_mode_vba_20.c4957 mode_lib->vba.CursorSupport = true; in dml20_ModeSupportAndSystemConfigurationFull()
4974 mode_lib->vba.CursorSupport = false; in dml20_ModeSupportAndSystemConfigurationFull()
5052 } else if (mode_lib->vba.CursorSupport != true) { in dml20_ModeSupportAndSystemConfigurationFull()
Ddisplay_mode_vba_20v2.c5073 mode_lib->vba.CursorSupport = true; in dml20v2_ModeSupportAndSystemConfigurationFull()
5090 mode_lib->vba.CursorSupport = false; in dml20v2_ModeSupportAndSystemConfigurationFull()
5168 } else if (mode_lib->vba.CursorSupport != true) { in dml20v2_ModeSupportAndSystemConfigurationFull()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_32.c1691 && mode_lib->vba.CursorSupport == true && mode_lib->vba.PitchSupport == true in mode_support_configuration()
3614 mode_lib->vba.CursorSupport = true; in dml32_ModeSupportAndSystemConfigurationFull()
3618 mode_lib->vba.CursorSupport = false; in dml32_ModeSupportAndSystemConfigurationFull()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c5086 mode_lib->vba.CursorSupport = true; in dml21_ModeSupportAndSystemConfigurationFull()
5091 mode_lib->vba.CursorSupport = false; in dml21_ModeSupportAndSystemConfigurationFull()
5167 } else if (!mode_lib->vba.CursorSupport) { in dml21_ModeSupportAndSystemConfigurationFull()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c5090 v->CursorSupport = true; in dml30_ModeSupportAndSystemConfigurationFull()
5094 v->CursorSupport = false; in dml30_ModeSupportAndSystemConfigurationFull()
5147 …atencySupport == 1 && v->WritebackScaleRatioAndTapsSupport == 1 && v->CursorSupport == 1 && v->Pit… in dml30_ModeSupportAndSystemConfigurationFull()