Commit b852c985010a77c850b7548d64bbb964ca462b02
1 parent
4076a65544
Exists in
smarc-imx_3.14.28_1.0.0_ga
and in
1 other branch
drm/radeon: re-enable sw ACR support on pre-DCE4
HW ACR support may have issues on some older chips, so use SW ACR for now until we've tested further. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> CC: Rafał Miłecki <zajec5@gmail.com>
Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff
drivers/gpu/drm/radeon/r600_hdmi.c
... | ... | @@ -451,6 +451,7 @@ |
451 | 451 | } |
452 | 452 | |
453 | 453 | WREG32(HDMI0_ACR_PACKET_CONTROL + offset, |
454 | + HDMI0_ACR_SOURCE | /* select SW CTS value - XXX verify that hw CTS works on all families */ | |
454 | 455 | HDMI0_ACR_AUTO_SEND); /* allow hw to sent ACR packets when required */ |
455 | 456 | |
456 | 457 | WREG32(HDMI0_VBI_PACKET_CONTROL + offset, |