OSDN Git Service

drm/i915: export size_is_valid() from __intel_fbc_update()
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Wed, 23 Sep 2015 15:52:24 +0000 (12:52 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 30 Sep 2015 08:20:07 +0000 (10:20 +0200)
commit3c5f174e383d6eddd9190637cebd005174287996
treec60e4f6f19bb0fcc5c1d308455f631bcea350adc
parent9f218336bd44719c64a6e7df142b101304452692
drm/i915: export size_is_valid() from __intel_fbc_update()

Make the giant function a little less giant.

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