Searched hist:"43 a9539fa9e780f16c0d1e4bc91a2701f1ce178f" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_suspend.c | diff 43a9539fa9e780f16c0d1e4bc91a2701f1ce178f Fri Jul 08 06:22:36 CDT 2011 Chris Wilson <chris@chris-wilson.co.uk> 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>
|
H A D | i915_drv.h | diff 43a9539fa9e780f16c0d1e4bc91a2701f1ce178f Fri Jul 08 06:22:36 CDT 2011 Chris Wilson <chris@chris-wilson.co.uk> 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>
|