[PATCH] drm/radeon: adjust default dispclk on DCE6 (v2)

2014-06-18 Thread Alex Deucher
Set the default to 600Mhz if it's not set in the bios, and bump the default to 600Mhz if it's lower than that. This fixes display issues with certain 4k DP monitors when using 5.4 Ghz DP clocks. v2: fix typo. Signed-off-by: Alex Deucher --- Send out the wrong version before. drivers/gpu/drm/

[PATCH] drm/radeon: adjust default dispclk on DCE6

2014-06-18 Thread Alex Deucher
Set the default to 600Mhz if it's not set in the bios, and bump the default to 600Mhz if it's lower than that. This fixes display issues with certain 4k DP monitors when using 5.4 Ghz DP clocks. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_atombios.c | 10 +- 1 file cha