]> 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)
commit75372484c7690b3284945234a2ba76b606dc7d13
tree3fca61af0f7500878d55371d325287ea5a3df116
parentc8731a0f8d01821619c77247f346f0f1ad713275
drm/i915: Fix cmdparser STORE/LOAD command descriptors

Fixes regression from
commit f642d05cbe942697c861e4c575f0ba6c4da4e2e0
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