summaryrefslogtreecommitdiff
path: root/lib/Target/R600/AMDILDeviceInfo.h
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-06-03 09:41:17 -0700
committerTom Stellard <thomas.stellard@amd.com>2013-06-04 20:32:55 -0700
commit8be076a9fe09fa07b76a9c1262344d82fc57c5ca (patch)
treeacea972f750d1bb6e7f97561177b9a89fa88928d /lib/Target/R600/AMDILDeviceInfo.h
parentd8ab6ef53386673c76a226442b18f6d3cf1475ba (diff)
R600: Fix the fetch limits for R600 generation GPUsr600-gen-fixes
https://bugs.freedesktop.org/show_bug.cgi?id=64257
Diffstat (limited to 'lib/Target/R600/AMDILDeviceInfo.h')
-rw-r--r--lib/Target/R600/AMDILDeviceInfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/R600/AMDILDeviceInfo.h b/lib/Target/R600/AMDILDeviceInfo.h
index 4b2c3a53c79..04530e6110e 100644
--- a/lib/Target/R600/AMDILDeviceInfo.h
+++ b/lib/Target/R600/AMDILDeviceInfo.h
@@ -71,7 +71,8 @@ namespace llvm {
/// These have to be in order with the older generations
/// having the lower number enumerations.
enum Generation {
- HD4XXX = 0, ///< 7XX based devices.
+ HD3XXX = 0, ///< 6XX based devices.
+ HD4XXX, ///< 7XX based devices.
HD5XXX, ///< Evergreen based devices.
HD6XXX, ///< NI/Evergreen+ based devices.
HD7XXX, ///< Southern Islands based devices.