aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dm_services.h
diff options
context:
space:
mode:
authorTimur Kristóf <timur.kristof@gmail.com>2025-08-25 23:56:30 +0200
committerAlex Deucher <alexander.deucher@amd.com>2025-09-15 17:04:28 -0400
commit043c87d7d56e135393f8aab927148096e2d17589 (patch)
treef9c4c6151e06fe15ec4ee781e43be28476a96744 /drivers/gpu/drm/amd/display/dc/dm_services.h
parentdrm/amd/display: Disable fastboot on DCE 6 too (diff)
downloadlinux-043c87d7d56e135393f8aab927148096e2d17589.tar.gz
linux-043c87d7d56e135393f8aab927148096e2d17589.zip
drm/amd/display: Disable VRR on DCE 6
DCE 6 was not advertised as being able to support VRR, so let's mark it as unsupported for now. The VRR implementation in amdgpu_dm depends on the VUPDATE interrupt which is not registered for DCE 6. Signed-off-by: Timur Kristóf <timur.kristof@gmail.com> Reviewed-by: Rodrigo Siqueira <siqueira@igalia.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Alex Hung <alex.hung@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dm_services.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dm_services.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dm_services.h b/drivers/gpu/drm/amd/display/dc/dm_services.h
index 7b9c22c45453..7b398d4f4439 100644
--- a/drivers/gpu/drm/amd/display/dc/dm_services.h
+++ b/drivers/gpu/drm/amd/display/dc/dm_services.h
@@ -311,4 +311,6 @@ void dm_dtn_log_end(struct dc_context *ctx,
char *dce_version_to_string(const int version);
+bool dc_supports_vrr(const enum dce_version v);
+
#endif /* __DM_SERVICES_H__ */