]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: fixup l3 parity sysfs access check
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 5 Dec 2012 08:52:14 +0000 (09:52 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 5 Dec 2012 18:10:20 +0000 (19:10 +0100)
commit9fa8bca1a2b88c7890bde4c84fe256ff7f9f414b
treedb3b6a0e655454ba0b703663c50ceb8603adbb33
parent10d3039730743476915bae202e5db38dcd2206e7
drm/i915: fixup l3 parity sysfs access check

When l3 parity support for Haswell was enabled in

commit 3023902bba0786225a6fcb871ee83f5713fdeeac
Author: Ben Widawsky <benjamin.widawsky@intel.com>
Date:   Tue Jul 24 20:47:32 2012 -0700

    drm/i915: Expand DPF support to Haswell

no one noticed that the patch which introduced this macro

commit 1146327a262b28da3458876d8864499948ac9c45
Author: Ben Widawsky <benjamin.widawsky@intel.com>
Date:   Tue Jul 24 20:47:31 2012 -0700

    drm/i915: Macro to determine DPF support

missed one spot. Fix this.

Cc: Ben Widawsky <benjamin.widawsky@intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=57441
Reviewed-by: Ben Widawsky <benjamin.widawsky@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_sysfs.c