aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_bufmgr_priv.h
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2017-03-30 14:59:23 -0700
committerKenneth Graunke <[email protected]>2017-04-10 14:31:29 -0700
commit3673b89bf32414be4c17e4f8c5d3fffc91c2d3b5 (patch)
tree981770412e3e927960b46f8309e9113c38c40b1a /src/mesa/drivers/dri/i965/intel_bufmgr_priv.h
parentb0d1c5983b987899bf631cf427fb2de09f27bdf7 (diff)
i965/drm: Move _drm_bacon_context to intel_bufmgr_gem.c.
This moves us one step closer to killing off intel_bufmgr_priv.h. We might want to nuke it altogether, since it's basically just a uint32_t handle, but for now, let's focus on removing files. Reviewed-by: Chris Wilson <[email protected]> Acked-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/intel_bufmgr_priv.h')
-rw-r--r--src/mesa/drivers/dri/i965/intel_bufmgr_priv.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/drivers/dri/i965/intel_bufmgr_priv.h b/src/mesa/drivers/dri/i965/intel_bufmgr_priv.h
index 9f54606e5d1..cccb9e4a972 100644
--- a/src/mesa/drivers/dri/i965/intel_bufmgr_priv.h
+++ b/src/mesa/drivers/dri/i965/intel_bufmgr_priv.h
@@ -42,9 +42,4 @@
struct _drm_bacon_bufmgr {
};
-struct _drm_bacon_context {
- unsigned int ctx_id;
- struct _drm_bacon_bufmgr *bufmgr;
-};
-
#endif /* INTEL_BUFMGR_PRIV_H */