]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Fix cmdparser STORE/LOAD command descriptors
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 2 Sep 2015 11:29:40 +0000 (12:29 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 4 Sep 2015 08:43:09 +0000 (10:43 +0200)
commit1d3d7db0a12a38551655d701085955a0cbc8d312
tree3fca61af0f7500878d55371d325287ea5a3df116
parenta67b814c48c5a18c31eca1abf33cc78fe666b006
drm/i915: Fix cmdparser STORE/LOAD command descriptors

Fixes regression from
commit 04692552f547fc63c71be852676c5e972050a15a
Author: Arun Siluvery <arun.siluvery@linux.intel.com>
Date:   Tue Aug 4 16:22:20 2015 +0100

    drm/i915: Change SRM, LRM instructions to use correct length

which forgot to account for the length bias when declaring the fixed
length.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=91844
Reported-by: Andreas Reis <andreas.reis@gmail.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Dave Gordon <david.s.gordon@intel.com>
Cc: Arun Siluvery <arun.siluvery@linux.intel.com>
Cc: Mika Kuoppala <mika.kuoppala@intel.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Arun Siluvery <arun.siluvery@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_cmd_parser.c