aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_drv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/drm_drv.h')
-rw-r--r--include/drm/drm_drv.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/drm/drm_drv.h b/include/drm/drm_drv.h
index b33f2cee2099..8976afe48c1c 100644
--- a/include/drm/drm_drv.h
+++ b/include/drm/drm_drv.h
@@ -616,18 +616,6 @@ struct drm_driver {
struct sg_table *(*gem_prime_get_sg_table)(struct drm_gem_object *obj);
/**
- * @gem_prime_res_obj:
- *
- * Optional hook to look up the &reservation_object for an buffer when
- * exporting it.
- *
- * FIXME: This hook is deprecated. Users of this hook should be replaced
- * by setting &drm_gem_object.resv instead.
- */
- struct reservation_object * (*gem_prime_res_obj)(
- struct drm_gem_object *obj);
-
- /**
* @gem_prime_import_sg_table:
*
* Optional hook used by the PRIME helper functions