mirror of
https://github.com/torvalds/linux.git
synced 2026-04-19 15:24:02 -04:00
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>
This commit is contained in:
committed by
Alex Deucher
parent
7495962cbc
commit
043c87d7d5
@@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user