commit | c27ba48e629d2a845f26489fcddc9912673711e7 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sat Aug 07 11:01:37 2010 +0100 |
committer | Eric Anholt <eric@anholt.net> | Mon Aug 09 11:24:35 2010 -0700 |
tree | af93d8615001414a403a19aca867307b9b2cf41c | |
parent | 5ddb954b9ee50824977d2931e0ff58b3050b337d [diff] |
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>