[Intel-gfx] [PATCH 2/2] drm/i915: Log a message when rejecting LRM to OACONTROL

Daniel Vetter daniel at ffwll.ch
Fri Sep 19 17:56:33 CEST 2014


On Thu, Sep 18, 2014 at 04:26:27PM -0700, bradley.d.volkin at intel.com wrote:
> From: Brad Volkin <bradley.d.volkin at intel.com>
> 
> 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 at intel.com>

Both patches merged to dinq, thanks.
-Daniel

> ---
>  drivers/gpu/drm/i915/i915_cmd_parser.c | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/i915_cmd_parser.c b/drivers/gpu/drm/i915/i915_cmd_parser.c
> index fb24dae..e1e7d37 100644
> --- a/drivers/gpu/drm/i915/i915_cmd_parser.c
> +++ b/drivers/gpu/drm/i915/i915_cmd_parser.c
> @@ -886,8 +886,10 @@ static bool check_cmd(const struct intel_engine_cs *ring,
>  		 * OACONTROL writes to only MI_LOAD_REGISTER_IMM commands.
>  		 */
>  		if (reg_addr == OACONTROL) {
> -			if (desc->cmd.value == MI_LOAD_REGISTER_MEM)
> +			if (desc->cmd.value == MI_LOAD_REGISTER_MEM) {
> +				DRM_DEBUG_DRIVER("CMD: Rejected LRM to OACONTROL\n");
>  				return false;
> +			}
>  
>  			if (desc->cmd.value == MI_LOAD_REGISTER_IMM(1))
>  				*oacontrol_set = (cmd[2] != 0);
> -- 
> 1.8.3.2
> 
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx

-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch



More information about the Intel-gfx mailing list