projects
/
platform
/
upstream
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbd106a
)
radeon: add CIK chip families
author
Alex Deucher
<alexander.deucher@amd.com>
Fri, 7 Jun 2013 17:45:30 +0000
(13:45 -0400)
committer
Alex Deucher
<alexander.deucher@amd.com>
Fri, 28 Jun 2013 18:44:02 +0000
(14:44 -0400)
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
radeon/radeon_surface.c
patch
|
blob
|
history
diff --git
a/radeon/radeon_surface.c
b/radeon/radeon_surface.c
index a74064c460ab99e3ffad7d1ccc588b7fc909cdc5..818e26a9de83e435350fadc93f0f45e54fcc8944 100644
(file)
--- a/
radeon/radeon_surface.c
+++ b/
radeon/radeon_surface.c
@@
-74,6
+74,9
@@
enum radeon_family {
CHIP_VERDE,
CHIP_OLAND,
CHIP_HAINAN,
+ CHIP_BONAIRE,
+ CHIP_KAVERI,
+ CHIP_KABINI,
CHIP_LAST,
};