]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915: add .fence_priority_display to parent interface
authorJani Nikula <jani.nikula@intel.com>
Mon, 17 Nov 2025 09:16:16 +0000 (11:16 +0200)
committerJani Nikula <jani.nikula@intel.com>
Wed, 19 Nov 2025 17:33:43 +0000 (19:33 +0200)
commit55fc11ce96e92dbae2aab1d692735f7a9b96fefd
tree531b5099fcf99a051501b6cebd6bbb01295cca29
parent69c9b1861e827a45021a0a10c1d0276a896dd0c2
drm/i915: add .fence_priority_display to parent interface

Add .fence_priority_display() to display parent interface, removing a
display dependency on gem/i915_gem_object.h.

This allows us to remove the xe compat gem/i915_gem_object.h.

v2: Don't mix this with the rps interface (Ville)

v3: Rebase

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patch.msgid.link/c7782862956e3aa59eaeb6dcf80906c1fc063ae1.1763370931.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_parent.c
drivers/gpu/drm/i915/display/intel_parent.h
drivers/gpu/drm/i915/display/intel_plane.c
drivers/gpu/drm/i915/i915_driver.c
drivers/gpu/drm/xe/compat-i915-headers/gem/i915_gem_object.h [deleted file]
include/drm/intel/display_parent_interface.h