diff options
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.h')
-rw-r--r-- | drivers/gpu/drm/i915/i915_drv.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h index 6c10b645dde9..e7c4108c94cd 100644 --- a/drivers/gpu/drm/i915/i915_drv.h +++ b/drivers/gpu/drm/i915/i915_drv.h | |||
@@ -712,8 +712,8 @@ struct drm_i915_gem_object { | |||
712 | struct list_head mm_list; | 712 | struct list_head mm_list; |
713 | /** This object's place on GPU write list */ | 713 | /** This object's place on GPU write list */ |
714 | struct list_head gpu_write_list; | 714 | struct list_head gpu_write_list; |
715 | /** This object's place on eviction list */ | 715 | /** This object's place in the batchbuffer or on the eviction list */ |
716 | struct list_head evict_list; | 716 | struct list_head exec_list; |
717 | 717 | ||
718 | /** | 718 | /** |
719 | * This is set if the object is on the active or flushing lists | 719 | * This is set if the object is on the active or flushing lists |
@@ -738,12 +738,6 @@ struct drm_i915_gem_object { | |||
738 | signed int fence_reg : 5; | 738 | signed int fence_reg : 5; |
739 | 739 | ||
740 | /** | 740 | /** |
741 | * Used for checking the object doesn't appear more than once | ||
742 | * in an execbuffer object list. | ||
743 | */ | ||
744 | unsigned int in_execbuffer : 1; | ||
745 | |||
746 | /** | ||
747 | * Advice: are the backing pages purgeable? | 741 | * Advice: are the backing pages purgeable? |
748 | */ | 742 | */ |
749 | unsigned int madv : 2; | 743 | unsigned int madv : 2; |