]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/i915/fbc: use drm_atomic_get_existing_crtc_state when appropriate
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Fri, 11 Nov 2016 16:57:39 +0000 (14:57 -0200)
committerPaulo Zanoni <paulo.r.zanoni@intel.com>
Mon, 14 Nov 2016 16:00:29 +0000 (14:00 -0200)
commit4f8f225151506f6ea46c15aa410870c1d0b20fee
treeb627e8c2f7635136d4e0cfe7ccd803f0fb0b1a9b
parentf7e9b004b8a3b32462c2699c84e016795129cc1f
drm/i915/fbc: use drm_atomic_get_existing_crtc_state when appropriate

Use drm_atomic_get_existing_crtc_state() instead of looping through
the CRTC states and checking if the FBC CRTC is there.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: http://patchwork.freedesktop.org/patch/msgid/1478883461-20201-6-git-send-email-paulo.r.zanoni@intel.com
drivers/gpu/drm/i915/intel_fbc.c