diff options
| author | Charlene Liu <Charlene.Liu@amd.com> | 2026-06-19 00:11:47 -0400 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2026-07-01 11:38:17 -0400 |
| commit | 1cc0fbdd9578cf9755bf571f5a3ef44dbe388dee (patch) | |
| tree | ba2bbd6fe878bc79e685ab0acb656f9d324c7cf1 | |
| parent | a532f8d7e4c96a3244e75539665637df9f33d8db (diff) | |
| download | linux-stable-1cc0fbdd9578cf9755bf571f5a3ef44dbe388dee.tar.gz linux-stable-1cc0fbdd9578cf9755bf571f5a3ef44dbe388dee.zip | |
drm/amd/display: remove dead code related to forcevrr
[why]
remove the forcevrr related which are not used any more.
Reviewed-by: Ovidiu (Ovi) Bunea <ovidiu.bunea@amd.com>
Signed-off-by: Charlene Liu <Charlene.Liu@amd.com>
Signed-off-by: George Zhang <george.zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/dc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h index 92f84277c522..04d4eaa784ef 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -1149,7 +1149,6 @@ struct dc_debug_options { bool validate_dml_output; bool enable_dmcub_surface_flip; bool usbc_combo_phy_reset_wa; - bool force_vrr; bool force_fva; int max_frl_rate; unsigned int force_frl_rate; |
