]> git.ipfire.org Git - thirdparty/linux.git/commit - drivers/gpu/drm/i915/intel_lrc.c
drm/i915/lrc: Remove superfluous WARN_ON
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 26 Jan 2018 12:18:46 +0000 (12:18 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 26 Jan 2018 13:03:07 +0000 (13:03 +0000)
commit1d2a19c2567c74ff3c50fa1a0823052adee9c49f
tree40ed86f6bb72240681358bdf3cd230202e5df6ec
parent09b1a4e4b583b4c54c819563717949807fdbb640
drm/i915/lrc: Remove superfluous WARN_ON

Remove the WARN_ON(ce->state) inside the static function only called
when ce->state == NULL and downgrade the w/a batch setup warning into a
developer only mode (GEM_WARN_ON).

v2: Move the deferred alloc guard into the callee, eliminating the need
for the WARN_ON:
add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-1 (-1)
Function                                     old     new   delta
execlists_context_pin                       1819    1818      -1

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180126121846.12007-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/intel_lrc.c