summaryrefslogtreecommitdiff
path: root/src/intel.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2012-03-10 09:10:16 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2012-03-15 12:43:11 +0000
commitbd8fafe0c48df7f138459f590a0e9e8d0c3267b7 (patch)
tree586b5ddf2c736d146a108d3d692f6814a39425e9 /src/intel.h
parent64ccc6698def517fc37e9ba3c41715626df0e3ca (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.h')
-rw-r--r--src/intel.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/intel.h b/src/intel.h
index 69f7c724..e1c2bb59 100644
--- a/src/intel.h
+++ b/src/intel.h
@@ -82,7 +82,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
struct intel_pixmap {
dri_bo *bo;
- struct list flush, batch, in_flight;
+ struct list flush, batch;
uint16_t stride;
uint8_t tiling;
@@ -189,7 +189,6 @@ typedef struct intel_screen_private {
int batch_atomic_limit;
struct list batch_pixmaps;
struct list flush_pixmaps;
- struct list in_flight;
drm_intel_bo *wa_scratch_bo;
OsTimerPtr cache_expire;