]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Fix SRC_COPY width on 830/845g
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 12 Sep 2014 06:37:42 +0000 (07:37 +0100)
committerJani Nikula <jani.nikula@intel.com>
Mon, 15 Sep 2014 06:55:52 +0000 (09:55 +0300)
commit85f4a8375be5ae2043e6bced78134952e52bf98f
tree07362f625ad626f94b4a9690555420018e05255c
parenta8bdd51f99d9b1667cdf699af3043328c3c16911
drm/i915: Fix SRC_COPY width on 830/845g

One small change I forgot to make in

commit d38460cfd2cde8ebc6c03c6b4732284a3a7f1257
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date:   Mon Sep 8 14:25:41 2014 +0100

    drm/i915: Evict CS TLBs between batches

was to update the copy width for the compact BLT copy instruction.

Reported-by: Thomas Richter <thor@math.tu-berlin.de>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Thomas Richter <thor@math.tu-berlin.de>
Cc: Jani Nikula <jani.nikula@intel.com>
Cc: stable@vger.kernel.org
Tested-by: Thomas Richter <thor@math.tu-berlin.de>
Acked-by: Daniel Vetter <daniel@ffwll.ch>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/intel_ringbuffer.c