summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2026-04-07 20:09:42 +0300
committerVille Syrjälä <ville.syrjala@linux.intel.com>2026-04-15 20:36:24 +0300
commit9fce8ff956cc3493b327f6928458e2278ef531a9 (patch)
tree92e26ebe22ae554bc197bc2935a2ace0b32c3d82 /include
parenteb3dd9640731ae3ace871190f80474a8e7bae121 (diff)
downloadlinux-9fce8ff956cc3493b327f6928458e2278ef531a9.tar.xz
drm/i915: Remove the vma parent interface
With the fb pinning stuff directly returning the fence_id there is no longer any need for the vma parent interface. Get rid of it. Reviewed-by: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patch.msgid.link/20260407170942.16515-2-ville.syrjala@linux.intel.com
Diffstat (limited to 'include')
-rw-r--r--include/drm/intel/display_parent_interface.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/drm/intel/display_parent_interface.h b/include/drm/intel/display_parent_interface.h
index b513e3f9924d..270dc028bec2 100644
--- a/include/drm/intel/display_parent_interface.h
+++ b/include/drm/intel/display_parent_interface.h
@@ -189,10 +189,6 @@ struct intel_display_vlv_iosf_interface {
int (*write)(struct drm_device *drm, enum vlv_iosf_sb_unit unit, u32 addr, u32 val);
};
-struct intel_display_vma_interface {
- int (*fence_id)(const struct i915_vma *vma);
-};
-
/**
* struct intel_display_parent_interface - services parent driver provides to display
*
@@ -251,9 +247,6 @@ struct intel_display_parent_interface {
/** @vlv_iosf: VLV IOSF sideband. Optional. */
const struct intel_display_vlv_iosf_interface *vlv_iosf;
- /** @vma: VMA interface. Optional. */
- const struct intel_display_vma_interface *vma;
-
/* Generic independent functions */
struct {
/** @fence_priority_display: Set display priority. Optional. */