diff options
| author | Jani Nikula <[email protected]> | 2024-08-26 16:31:19 +0000 |
|---|---|---|
| committer | Jani Nikula <[email protected]> | 2024-09-05 09:21:27 +0000 |
| commit | 9af06d09470893bdde239fdd90bfd3568903695b (patch) | |
| tree | a2fea614b756ee8566b67f606aea3e24c4c08650 /drivers/gpu/drm/i915/display/intel_frontbuffer.c | |
| parent | drm/i915/display: include media/cec-notifier.h and linux/debugfs.h where needed (diff) | |
| download | kernel-9af06d09470893bdde239fdd90bfd3568903695b.tar.gz kernel-9af06d09470893bdde239fdd90bfd3568903695b.zip | |
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 <[email protected]>
Signed-off-by: Jani Nikula <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/c5ff0d355911903809ba366403192243c05d3427.1724689818.git.jani.nikula@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_frontbuffer.c')
| -rw-r--r-- | drivers/gpu/drm/i915/display/intel_frontbuffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_frontbuffer.c b/drivers/gpu/drm/i915/display/intel_frontbuffer.c index af4576dee92a..3c44a44cb8da 100644 --- a/drivers/gpu/drm/i915/display/intel_frontbuffer.c +++ b/drivers/gpu/drm/i915/display/intel_frontbuffer.c @@ -56,6 +56,7 @@ */ #include "gem/i915_gem_object_frontbuffer.h" +#include "gem/i915_gem_object_types.h" #include "i915_active.h" #include "i915_drv.h" #include "intel_display_trace.h" |
