intel-gem: Remove dead field from reverted changes.
parent
33c8e03787
commit
689548b527
|
@ -474,11 +474,6 @@ struct drm_lock_data {
|
||||||
uint32_t kernel_waiters;
|
uint32_t kernel_waiters;
|
||||||
uint32_t user_waiters;
|
uint32_t user_waiters;
|
||||||
int idle_has_lock;
|
int idle_has_lock;
|
||||||
/**
|
|
||||||
* Boolean signaling that the lock is held on behalf of the
|
|
||||||
* file_priv client by the kernel in an ioctl handler.
|
|
||||||
*/
|
|
||||||
int kernel_held;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue