commit | 30c58d5896e5e80511663e1553a5508714a4b55a | [log] [tgz] |
---|---|---|
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | Wed Nov 04 17:10:48 2015 -0200 |
committer | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | Tue Nov 10 10:59:01 2015 +0100 |
tree | 61fcf6046cea5ef673b6d7b9b480f0d139974469 | |
parent | a4dedd5a14a8910313b1b5d3f3e6cf0bb3e9d78c [diff] |
drm/i915: extract crtc_is_valid() on the FBC code We're going to kill intel_fbc_find_crtc(), that's why a big part of the logic moved from intel_fbc_find_crtc() to crtc_is_valid(). v2: - Rebase due to pipe_a_only change. - Split the multiline conditional (Chris). Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1446664257-32012-5-git-send-email-paulo.r.zanoni@intel.com Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>