diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-08-14 11:42:14 -0300 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-08-17 09:21:35 +0200 |
commit | a843af186c3157cee58f1cf689385ab906e1f109 (patch) | |
tree | 846f37d4ea194e61938c8e307fbb16c5c2f82775 /drivers/char/agp/intel-agp.h | |
parent | b6c7488df68ae3660d81b149b61b55b97929da83 (diff) | |
download | blackbird-op-linux-a843af186c3157cee58f1cf689385ab906e1f109.tar.gz blackbird-op-linux-a843af186c3157cee58f1cf689385ab906e1f109.zip |
drm/i915: fix hsw uncached pte
They've changed it ... for no apparent reason. Meh.
V2: remove unused 'is_hsw' field.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/char/agp/intel-agp.h')
-rw-r--r-- | drivers/char/agp/intel-agp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/agp/intel-agp.h b/drivers/char/agp/intel-agp.h index 6f007b6c240d..6ec0fff79bc2 100644 --- a/drivers/char/agp/intel-agp.h +++ b/drivers/char/agp/intel-agp.h @@ -64,6 +64,7 @@ #define I830_PTE_SYSTEM_CACHED 0x00000006 /* GT PTE cache control fields */ #define GEN6_PTE_UNCACHED 0x00000002 +#define HSW_PTE_UNCACHED 0x00000000 #define GEN6_PTE_LLC 0x00000004 #define GEN6_PTE_LLC_MLC 0x00000006 #define GEN6_PTE_GFDT 0x00000008 |