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 <chris@chris-wilson.co.uk>
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
*/
#define lower_32_bits(n) ((__u32)(n))
+struct _drm_bacon_context {
+ unsigned int ctx_id;
+ struct _drm_bacon_bufmgr *bufmgr;
+};
+
typedef struct _drm_bacon_bo_gem drm_bacon_bo_gem;
struct drm_bacon_gem_bo_bucket {
struct _drm_bacon_bufmgr {
};
-struct _drm_bacon_context {
- unsigned int ctx_id;
- struct _drm_bacon_bufmgr *bufmgr;
-};
-
#endif /* INTEL_BUFMGR_PRIV_H */