]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Log a message when rejecting LRM to OACONTROL
authorBrad Volkin <bradley.d.volkin@intel.com>
Thu, 18 Sep 2014 23:26:27 +0000 (16:26 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 19 Sep 2014 15:56:20 +0000 (17:56 +0200)
commitb639f5b857e5758bcfe643b07376081b087423d8
tree672129e356b136afb25ed1c21d7453ff1f752534
parent142f2f1d23b4c6f7f2625e2c5146737694e85299
drm/i915: Log a message when rejecting LRM to OACONTROL

The other paths in the command parser that reject a batch all
log a message indicating the reason. We simply missed this one.

Signed-off-by: Brad Volkin <bradley.d.volkin@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_cmd_parser.c