drm/xe/display: use correct bo type in intel_fbdev_fb_alloc()
authorJani Nikula <jani.nikula@intel.com>
Tue, 17 Sep 2024 16:13:49 +0000 (19:13 +0300)
committerJani Nikula <jani.nikula@intel.com>
Thu, 19 Sep 2024 13:36:57 +0000 (16:36 +0300)
commitb7095d1266e7e61f4c779101863810a85e27e8e6
tree7110e49ba39aef525cc2da8dfa8c3276153962f2
parent3c81a414843117865ea5b019822ff05f1969a2b7
drm/xe/display: use correct bo type in intel_fbdev_fb_alloc()

It's really struct xe_bo, and struct drm_i915_gem_object only works
because of -Ddrm_i915_gem_object=xe_bo in xe Makefile.

Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Acked-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/344a5a4c88a3ce17dd276b0155bcdbf93e5fb475.1726589119.git.jani.nikula@intel.com
drivers/gpu/drm/xe/display/intel_fbdev_fb.c