diff options
author | Christian König <christian.koenig@amd.com> | 2020-09-25 16:45:19 +0300 |
---|---|---|
committer | Christian König <christian.koenig@amd.com> | 2020-09-28 13:37:50 +0300 |
commit | 45e241f8c5d7798e63a0c79b49d39fc9d38e8f59 (patch) | |
tree | acafd3659426b4bc2be126665a552bdf00e89466 /include/drm/ttm | |
parent | 76fe313adde2db165aea82699aca215ea6e9b11b (diff) | |
download | linux-45e241f8c5d7798e63a0c79b49d39fc9d38e8f59.tar.xz |
drm/ttm: remove fault callback
Another one bites the dust.
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/392325/
Diffstat (limited to 'include/drm/ttm')
-rw-r--r-- | include/drm/ttm/ttm_bo_driver.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/drm/ttm/ttm_bo_driver.h b/include/drm/ttm/ttm_bo_driver.h index 864afa8f6f18..9897a16c0a9d 100644 --- a/include/drm/ttm/ttm_bo_driver.h +++ b/include/drm/ttm/ttm_bo_driver.h @@ -190,9 +190,6 @@ struct ttm_bo_driver { void (*move_notify)(struct ttm_buffer_object *bo, bool evict, struct ttm_resource *new_mem); - /* notify the driver we are taking a fault on this BO - * and have reserved it */ - int (*fault_reserve_notify)(struct ttm_buffer_object *bo); /** * notify the driver that we're about to swap out this bo |