drm/i915: correct FBC update when pipe base update occurs
authorJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 18 Sep 2009 00:06:47 +0000 (17:06 -0700)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 18 Sep 2009 00:06:47 +0000 (17:06 -0700)
commitedb81956422c9926553bb97e3e56b849da0f4bb5
treeb8592223d0c9523ec3ab164e22f1fdcb6653686a
parent7121413f2accf14cf05b38539fb7a8be77543370
drm/i915: correct FBC update when pipe base update occurs

We usually don't have an SAREA, and we always want to update the FBC
status anyway, so move the update up above the various master/sarea
checks.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/gpu/drm/i915/intel_display.c