From: Alex Deucher Date: Thu, 14 Apr 2011 23:07:34 +0000 (-0400) Subject: drm/radeon/kms: adjust evergreen display watermark setup X-Git-Tag: v2.6.39-rc5~39^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12dfc843f43efe14d0cfc7a52753d971a0cc759d;p=pandora-kernel.git drm/radeon/kms: adjust evergreen display watermark setup This patch fixes two issues: - A disabled crtc does not use any lb, so return 0 for lb size. This makes the display priority calculation more exact. - Only use 1/2 and whole lb partitions. Using smaller partitions can cause underflow to one of the displays if you have multiple large displays on the same lb. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=34534 Signed-off-by: Alex Deucher Signed-off-by: Dave Airlie --- Reading git-diff-tree failed