OSDN Git Service

drm/i915: move set_no_fbc_reason() call out of intel_fbc_find_crtc()
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Tue, 7 Jul 2015 18:26:08 +0000 (15:26 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 8 Jul 2015 09:40:33 +0000 (11:40 +0200)
commit8df5dd57fd2f4e7f02793457a3bd61e5d4a644d5
treeec6ac5d00535f60cd73bdd5250b3346088d5190b
parent232fd934a4b458e5a0dacdd17efc1faffb9df615
drm/i915: move set_no_fbc_reason() call out of intel_fbc_find_crtc()

So now all the calls are inside __intel_fbc_update(). Consistency!

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