This is a note to let you know that I've just added the patch titled drm/i915: Use HAS_L3_GPU_CACHE in i915_gem_l3_remap
to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: drm-i915-use-has_l3_gpu_cache-in-i915_gem_l3_remap.patch and it can be found in the queue-3.8 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@vger.kernel.org> know about it. >From eb32e4584d8e9d6cbec20550d4f91396de2cdb55 Mon Sep 17 00:00:00 2001 From: Daniel Vetter <daniel.vet...@ffwll.ch> Date: Thu, 14 Feb 2013 19:46:07 +0100 Subject: drm/i915: Use HAS_L3_GPU_CACHE in i915_gem_l3_remap From: Daniel Vetter <daniel.vet...@ffwll.ch> commit eb32e4584d8e9d6cbec20550d4f91396de2cdb55 upstream. Yet another remnant ... this might explain why l3 remapping didn't really work on HSW. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=57441 Spotted-by: Ville Syrjälä <ville.syrj...@linux.intel.com> Reviewed-by: Ben Widawsky <b...@bwidawsk.net> Signed-off-by: Daniel Vetter <daniel.vet...@ffwll.ch> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/gpu/drm/i915/i915_gem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/gpu/drm/i915/i915_gem.c +++ b/drivers/gpu/drm/i915/i915_gem.c @@ -3845,7 +3845,7 @@ void i915_gem_l3_remap(struct drm_device u32 misccpctl; int i; - if (!IS_IVYBRIDGE(dev)) + if (!HAS_L3_GPU_CACHE(dev)) return; if (!dev_priv->l3_parity.remap_info) Patches currently in stable-queue which might be from daniel.vet...@ffwll.ch are queue-3.8/intel-iommu-force-writebuffer-flush-quirk-on-gen-4-chipsets.patch queue-3.8/drm-i915-write-backlight-harder.patch queue-3.8/revert-drm-add-edid_quirk_force_reduced_blanking-for-asus-vw222s.patch queue-3.8/drm-i915-handle-untiled-planes-when-computing-their-offsets.patch queue-3.8/drm-i915-use-has_l3_gpu_cache-in-i915_gem_l3_remap.patch queue-3.8/drm-i915-disable-shared-panel-fitter-for-pipe.patch queue-3.8/drm-i915-add-missing-n-to-uts_release-in-the-error_state.patch queue-3.8/drm-fill-depth-bits_per_pixel-for-c8-format.patch queue-3.8/drm-i915-only-run-idle-processing-from-i915_gem_retire_requests_worker.patch queue-3.8/drm-i915-preserve-the-ddi-link-reversal-configuration.patch queue-3.8/drm-i915-set-i9xx-sdvo-clock-limits-according-to-specifications.patch queue-3.8/drm-i915-inverted-brightness-quirk-for-acer-aspire-4736z.patch queue-3.8/drm-use-c8-instead-of-rgb332-when-determining-the-format-from-depth-bpp.patch queue-3.8/drm-i915-fix-cagf-for-hsw.patch queue-3.8/drm-i915-preserve-the-fdi-line-reversal-override-bit-on-cpt.patch queue-3.8/drm-i915-fix-rc6vids-encode-decode.patch -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html