Skip to content

Commit

Permalink
drm/ttm: remove TTM_PAGE_FLAG_NO_RETRY
Browse files Browse the repository at this point in the history
No longer used it seems.

Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Cc: Christian König <christian.koenig@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210927114114.152310-4-matthew.auld@intel.com
Signed-off-by: Christian König <christian.koenig@amd.com>
  • Loading branch information
Matthew Auld authored and Christian König committed Sep 29, 2021
1 parent 21856e1 commit d0f5d79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/drm/ttm/ttm_tt.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ struct ttm_operation_ctx;
#define TTM_PAGE_FLAG_SWAPPED (1 << 4)
#define TTM_PAGE_FLAG_ZERO_ALLOC (1 << 6)
#define TTM_PAGE_FLAG_SG (1 << 8)
#define TTM_PAGE_FLAG_NO_RETRY (1 << 9)

#define TTM_PAGE_FLAG_PRIV_POPULATED (1 << 31)

Expand Down

0 comments on commit d0f5d79

Please sign in to comment.