]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/gpu/drm/i915/i915_drv.h
drm/i915: Remove request->uniq
[linux-beck.git] / drivers / gpu / drm / i915 / i915_drv.h
index 0ddf6831a321b11b740a0e26172e39c0e278cfe3..3668d613aeb81668d3c68dc0ff57b32229d85c85 100644 (file)
@@ -1823,8 +1823,6 @@ struct drm_i915_private {
                void (*stop_ring)(struct intel_engine_cs *ring);
        } gt;
 
-       uint32_t request_uniq;
-
        /*
         * NOTE: This is the dri1/ums dungeon, don't add stuff here. Your patch
         * will be rejected. Instead look for a better place.
@@ -2094,8 +2092,6 @@ struct drm_i915_gem_request {
        /** process identifier submitting this request */
        struct pid *pid;
 
-       uint32_t uniq;
-
        /**
         * The ELSP only accepts two elements at a time, so we queue
         * context/tail pairs on a given queue (ring->execlist_queue) until the