aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2017-04-27 17:38:54 +0200
committerAlex Deucher <alexander.deucher@amd.com>2017-12-06 12:47:55 -0500
commit01f83e0663a5e731dd59549b5cd13dc1e7a726a6 (patch)
tree3efdb5556b0663dbb9735a4d57c72655b996be47 /include/drm
parentdrm/ttm: cleanup ttm_bo_driver.h (diff)
downloadlinux-dev-01f83e0663a5e731dd59549b5cd13dc1e7a726a6.tar.xz
linux-dev-01f83e0663a5e731dd59549b5cd13dc1e7a726a6.zip
drm/ttm: remove cur_placement
Not used any more. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/ttm/ttm_bo_api.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/ttm/ttm_bo_api.h b/include/drm/ttm/ttm_bo_api.h
index 29df3a472bcf..833c3ad24091 100644
--- a/include/drm/ttm/ttm_bo_api.h
+++ b/include/drm/ttm/ttm_bo_api.h
@@ -224,7 +224,6 @@ struct ttm_buffer_object {
*/
uint64_t offset; /* GPU address space is independent of CPU word size */
- uint32_t cur_placement;
struct sg_table *sg;