]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon/kms: only change mode when coherent value changes.
authorDave Airlie <airlied@redhat.com>
Fri, 9 Apr 2010 06:27:00 +0000 (06:27 +0000)
committerDave Airlie <airlied@redhat.com>
Mon, 12 Apr 2010 00:01:57 +0000 (10:01 +1000)
commit462445d75857a80bb444d67adad0f0a9c6dcdc1f
treea3342a0db6b5560e65cf5ec4711d41e0a768c44c
parent626851d2e2d8754984ddf88f6c68c8c4e0ef7c3e
drm/radeon/kms: only change mode when coherent value changes.

On X startup we were getting a flicker where there shouldn't have been one.
the X DDX calls the kernel to set the properties to the same values (yes
it could be smarter), however the kernel was doing a pointless modeset then,
making my nice smooth boot ugly.

Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_connectors.c