commit | 004f80f91a7831cd32970e1078bb00594d042089 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Wed Nov 24 13:36:40 2021 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri Dec 03 13:12:06 2021 +0200 |
tree | 70c558b33d71be462c8282d11c92eb8476965261 | |
parent | 6e4d2e45ef3eff90e2ee2dcbc29e356158c75f0a [diff] |
drm/i915/fbc: Track FBC usage per-plane In the future we may have multiple planes on the same pipe capable of using FBC. Prepare for that by tracking FBC usage per-plane rather than per-crtc. v2: s/intel_get_crtc_for_pipe/intel_crtc_for_pipe/ Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20211124113652.22090-9-ville.syrjala@linux.intel.com Reviewed-by: Mika Kahola <mika.kahola@intel.com>