CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2013/09/01 04:39:39
Modified files: sys/dev/pci/drm/radeon: si.c sid.h Log message: drm/radeon: update line buffer allocation for dce6 We need to allocate line buffer to each display when setting up the watermarks. Failure to do so can lead to a blank screen. This fixes blank screen problems on dce6 asics. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=64850 from a proposed Linux patch by Alex Deucher of AMD. Fixes problems with multiple displays on pitcairn reported by Alexis de BRUYN.