diff options
| author | Christian König <christian.koenig@amd.com> | 2023-01-25 17:14:37 +0100 |
|---|---|---|
| committer | Christian König <christian.koenig@amd.com> | 2023-01-25 17:27:51 +0100 |
| commit | 2847a67d3aa518a29e8a8db01bbec630d3bd5011 (patch) | |
| tree | e1c86de6ccd2059700240dc1443d0e3fce3d20dc /drivers/gpu/drm/ttm/ttm_resource.c | |
| parent | fc64adc56b8302ed21189607dd4b4f4719f2c78f (diff) | |
drm/ttm: revert "prevent moving of pinned BOs"
This reverts commit b49323aa35d502b0d9a7950327f30a1a52eae534.
This still seems to break i915.
Signed-off-by: Christian König <christian.koenig@amd.com>
Acked-by: Matthew Auld <matthew.william.auld@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230125155023.105584-1-christian.koenig@amd.com
Diffstat (limited to 'drivers/gpu/drm/ttm/ttm_resource.c')
| -rw-r--r-- | drivers/gpu/drm/ttm/ttm_resource.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/ttm/ttm_resource.c b/drivers/gpu/drm/ttm/ttm_resource.c index 7333f7a87a2f..b8a826a24fb2 100644 --- a/drivers/gpu/drm/ttm/ttm_resource.c +++ b/drivers/gpu/drm/ttm/ttm_resource.c @@ -361,6 +361,7 @@ bool ttm_resource_compat(struct ttm_resource *res, return false; } +EXPORT_SYMBOL(ttm_resource_compat); void ttm_resource_set_bo(struct ttm_resource *res, struct ttm_buffer_object *bo) |