]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: protect FBC functions with FBC checks
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Fri, 3 Jul 2015 18:40:54 +0000 (15:40 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 6 Jul 2015 12:34:27 +0000 (14:34 +0200)
commitc52976acc16bd490d235a38e761dc9cccdaea888
tree9f1444da06fc4598cb4bf81da40ca74e3361aa90
parentf92ca826dd31c8fcbadca0bdc4af94b335f8dced
drm/i915: protect FBC functions with FBC checks

Now all the functions called by other files check whether FBC has been
initialized. This allows us to drop the checks on the static
functions.

v2:
 - s/HAS_FBC/dev_priv->display.enable_fbc/ everywhere but the init
   function (Chris).

Suggested-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_fbc.c