]> git.karo-electronics.de Git - mv-sheeva.git/commit
drm/i915: FBC is updated within set_base() so remove second call in mode_set()
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 7 Aug 2010 10:01:37 +0000 (11:01 +0100)
committerEric Anholt <eric@anholt.net>
Mon, 9 Aug 2010 18:24:35 +0000 (11:24 -0700)
commitc27ba48e629d2a845f26489fcddc9912673711e7
treeaf93d8615001414a403a19aca867307b9b2cf41c
parent5ddb954b9ee50824977d2931e0ff58b3050b337d
drm/i915: FBC is updated within set_base() so remove second call in mode_set()

The FBC is dependent upon a few details of the framebuffer so it is
required to be updated within set_base(), so remove the redundant call
from mode_set().

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/intel_display.c