]> git.baikalelectronics.ru Git - kernel.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)
commitb44570cff9f72e335e5103518c9c6160d86d22ba
tree6a4cabca10ebbbdf6d4465a4f661d7b79954e92e
parent4dfa6e4d081d37ac5dd02a03c2f88680e3a1f0ef
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