diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-07-11 15:05:32 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-07-11 15:05:32 +0100 |
commit | 44a1528c15eec9b3f93651e779013137864d4d2b (patch) | |
tree | 289206c937fcf820c3c36d116c5bc11c39e0ddd6 /src/sna/kgem.h | |
parent | 94d489ae43a2c4d4d9ddc9ce30ff1a9142b77d4a (diff) |
sna: Remove unused cached partials list
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/kgem.h')
-rw-r--r-- | src/sna/kgem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sna/kgem.h b/src/sna/kgem.h index 44d43274..273240ff 100644 --- a/src/sna/kgem.h +++ b/src/sna/kgem.h @@ -125,7 +125,7 @@ struct kgem { struct list large; struct list active[NUM_CACHE_BUCKETS][3]; struct list inactive[NUM_CACHE_BUCKETS]; - struct list batch_partials, active_partials, cached_partials; + struct list batch_partials, active_partials; struct list requests; struct list sync_list; struct kgem_request *next_request; |