[PATCH 1/4] drm/radeon: move watermark setup out of set base callback

2013-08-19 Thread Alex Deucher
Some of the watermark registers need to be programmed prior to enabling the display. Doing this in the set base callback means the watermark registers can be updated at arbitray times when the display offset is changed which can lead to display problems. Signed-off-by: Alex Deucher Cc: stable at

[PATCH 1/4] drm/radeon: move watermark setup out of set base callback

2013-08-19 Thread Alex Deucher
Some of the watermark registers need to be programmed prior to enabling the display. Doing this in the set base callback means the watermark registers can be updated at arbitray times when the display offset is changed which can lead to display problems. Signed-off-by: Alex Deucher Cc: sta...@vg