diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-03-10 09:10:16 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-03-15 12:43:11 +0000 |
commit | bd8fafe0c48df7f138459f590a0e9e8d0c3267b7 (patch) | |
tree | 586b5ddf2c736d146a108d3d692f6814a39425e9 /src/intel_driver.c | |
parent | 64ccc6698def517fc37e9ba3c41715626df0e3ca (diff) |
uxa: Kill the complicated in-flight tracking
Reference leak hunting.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel_driver.c')
-rw-r--r-- | src/intel_driver.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel_driver.c b/src/intel_driver.c index e2e43faa..606496b8 100644 --- a/src/intel_driver.c +++ b/src/intel_driver.c @@ -403,7 +403,6 @@ static int intel_init_bufmgr(intel_screen_private *intel) list_init(&intel->batch_pixmaps); list_init(&intel->flush_pixmaps); - list_init(&intel->in_flight); if ((INTEL_INFO(intel)->gen == 60)) { intel->wa_scratch_bo = |