]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/fb: hide the guts of intel_fb_obj()
authorJani Nikula <jani.nikula@intel.com>
Mon, 26 Aug 2024 16:31:19 +0000 (19:31 +0300)
committerJani Nikula <jani.nikula@intel.com>
Thu, 5 Sep 2024 09:21:27 +0000 (12:21 +0300)
commit9af06d09470893bdde239fdd90bfd3568903695b
treea2fea614b756ee8566b67f606aea3e24c4c08650
parentae19ba915eb7260ba8532c00ffece6b46460c547
drm/i915/fb: hide the guts of intel_fb_obj()

Use a proper function in intel_fb.[ch] for intel_fb_obj() to be able to
drop the gem/i915_gem_object_types.h from intel_display_types.h.

Reviewed-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/c5ff0d355911903809ba366403192243c05d3427.1724689818.git.jani.nikula@intel.com
drivers/gpu/drm/i915/display/i9xx_wm.c
drivers/gpu/drm/i915/display/intel_atomic_plane.c
drivers/gpu/drm/i915/display/intel_display_debugfs.c
drivers/gpu/drm/i915/display/intel_display_types.h
drivers/gpu/drm/i915/display/intel_fb.c
drivers/gpu/drm/i915/display/intel_fb.h
drivers/gpu/drm/i915/display/intel_fbdev.c
drivers/gpu/drm/i915/display/intel_frontbuffer.c