On Tue, Sep 17, 2024 at 07:13:51PM GMT, Jani Nikula wrote:
intel_fb_obj() returns struct drm_i915_gem_object, which is not right for xe, and only works because xe defines -Ddrm_i915_gem_object=xe_bo. Switch to intel_fb_bo() and convert to struct xe_bo from there.Signed-off-by: Jani Nikula <[email protected]>
Acked-by: Lucas De Marchi <[email protected]> for merging through drm-intel. Lucas De Marchi
