From: Dave Airlie Date: Fri, 11 Mar 2011 11:17:41 +0000 (+1000) Subject: drm/radeon: fix page flipping hangs on r300/r400 X-Git-Tag: v2.6.38~17^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c640e8ca172c6a5c45abe8e2e8353900a84427fa;p=pandora-kernel.git drm/radeon: fix page flipping hangs on r300/r400 We've been getting reports of complete system lockups with rv3xx hw on AGP and PCIE when running gnome-shell or kwin with compositing. It appears the hw really doesn't like setting these registers while stuff is running, this moves the setting of the registers into the modeset since they aren't required to be changed anywhere else. fixes: https://bugs.freedesktop.org/show_bug.cgi?id=35183 Reported-and-tested-by: Álmos --- Reading git-diff-tree failed