Disable lockdep's self debugging.
We keep getting "DEBUG_LOCKS_WARN_ON(debug_atomic_read(nr_unused_locks) != nr_unused)" which is coming from lockdep's own debug code and as drm driver we are not interested in this log so disable lockdep's self-debugging
Signed-off-by: Nirmoy Das nirmoy.das@intel.com