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)
commit00caf0199f66871b0e2c28d7c2079de0ce1d646c
tree672129e356b136afb25ed1c21d7453ff1f752534
parent9beb0ccb66ec5d011ac13a02d3b1098035195251
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