CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2013/09/01 04:36:32
Modified files: sys/dev/pci/drm/radeon: evergreen.c evergreend.h Log message: drm/radeon: update line buffer allocation for dce4.1/5 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 dce4.1/5 asics. from a proposed Linux patch by Alex Deucher of AMD.