drm/i915: Decouple execbuf uAPI from internal implementation
[deliverable/linux.git] / drivers / gpu / drm / i915 / i915_drv.h
index 840368de3f4ff763b0c74e6fbda5aedf263c9be7..204661f9873d4dab697221a3bd318c5ecd3d35f8 100644 (file)
@@ -334,7 +334,7 @@ struct drm_i915_file_private {
                unsigned boosts;
        } rps;
 
-       struct intel_engine_cs *bsd_ring;
+       unsigned int bsd_ring;
 };
 
 enum intel_dpll_id {
@@ -1299,7 +1299,7 @@ struct i915_gem_mm {
        bool busy;
 
        /* the indicator for dispatch video commands on two BSD rings */
-       int bsd_ring_dispatch_index;
+       unsigned int bsd_ring_dispatch_index;
 
        /** Bit 6 swizzling required for X tiling */
        uint32_t bit_6_swizzle_x;
This page took 0.026999 seconds and 5 git commands to generate.