summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display/intel_fb.h
diff options
context:
space:
mode:
authorImre Deak <imre.deak@intel.com>2021-10-20 22:51:37 +0300
committerImre Deak <imre.deak@intel.com>2021-10-21 21:44:36 +0300
commite359c47bfa6155b56d378864b7cc4a0d4e680c1b (patch)
tree40583922deecaaa903e0f874957de29b5f588090 /drivers/gpu/drm/i915/display/intel_fb.h
parentf50423436105e136e2409b500719334188a77aa6 (diff)
downloadlinux-e359c47bfa6155b56d378864b7cc4a0d4e680c1b.tar.gz
linux-e359c47bfa6155b56d378864b7cc4a0d4e680c1b.tar.bz2
linux-e359c47bfa6155b56d378864b7cc4a0d4e680c1b.zip
drm/i915: Move is_ccs_modifier() to intel_fb.c
Move the function to intel_fb.c and rename it adding the intel_fb_ prefix following the naming of exported functions. Cc: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> Signed-off-by: Imre Deak <imre.deak@intel.com> Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> Link: https://patchwork.freedesktop.org/patch/msgid/20211020195138.1841242-11-imre.deak@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_fb.h')
-rw-r--r--drivers/gpu/drm/i915/display/intel_fb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_fb.h b/drivers/gpu/drm/i915/display/intel_fb.h
index c80822b3cb82..f32306fbd3de 100644
--- a/drivers/gpu/drm/i915/display/intel_fb.h
+++ b/drivers/gpu/drm/i915/display/intel_fb.h
@@ -27,6 +27,8 @@ enum intel_plane_caps {
PLANE_HAS_CCS_MC = BIT(2),
};
+bool intel_fb_is_ccs_modifier(u64 modifier);
+
bool intel_fb_is_ccs_aux_plane(const struct drm_framebuffer *fb, int color_plane);
int intel_fb_rc_ccs_cc_plane(const struct drm_framebuffer *fb);