]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Only export the generic intel_disable_fbc() interface
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 8 Jul 2011 11:22:36 +0000 (12:22 +0100)
committerKeith Packard <keithp@keithp.com>
Fri, 8 Jul 2011 17:22:51 +0000 (10:22 -0700)
commit43a9539fa9e780f16c0d1e4bc91a2701f1ce178f
tree6a4cabca10ebbbdf6d4465a4f661d7b79954e92e
parent6fe5a7e3cac5b60774186a95bbb7555fa604080c
drm/i915: Only export the generic intel_disable_fbc() interface

As the enable/disable routines will be gain additional complexity in
future patches, it is necessary that all callers do not bypass the
generic interface by calling into the chipset routines directly. to do
this we make the chipset routines static, so there is no choice.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/i915_dma.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_suspend.c
drivers/gpu/drm/i915/intel_display.c