All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/8] drm/radeon: add chip family for Hainan
@ 2013-05-13 20:54 alexdeucher
  2013-05-13 20:54 ` [PATCH 2/8] drm/radeon: fill in GPU init " alexdeucher
                   ` (8 more replies)
  0 siblings, 9 replies; 20+ messages in thread
From: alexdeucher @ 2013-05-13 20:54 UTC (permalink / raw)
  To: dri-devel; +Cc: Alex Deucher

From: Alex Deucher <alexander.deucher@amd.com>

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
 drivers/gpu/drm/radeon/radeon.h        |    1 +
 drivers/gpu/drm/radeon/radeon_device.c |    1 +
 drivers/gpu/drm/radeon/radeon_family.h |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h
index 1442ce7..ec26d68 100644
--- a/drivers/gpu/drm/radeon/radeon.h
+++ b/drivers/gpu/drm/radeon/radeon.h
@@ -1838,6 +1838,7 @@ void r100_pll_errata_after_index(struct radeon_device *rdev);
 #define ASIC_IS_DCE61(rdev) ((rdev->family >= CHIP_ARUBA) && \
 			     (rdev->flags & RADEON_IS_IGP))
 #define ASIC_IS_DCE64(rdev) ((rdev->family == CHIP_OLAND))
+#define ASIC_IS_NODCE(rdev) ((rdev->family == CHIP_HAINAN))
 
 /*
  * BIOS helpers.
diff --git a/drivers/gpu/drm/radeon/radeon_device.c b/drivers/gpu/drm/radeon/radeon_device.c
index a8f6089..c2c59fb 100644
--- a/drivers/gpu/drm/radeon/radeon_device.c
+++ b/drivers/gpu/drm/radeon/radeon_device.c
@@ -94,6 +94,7 @@ static const char radeon_family_name[][16] = {
 	"PITCAIRN",
 	"VERDE",
 	"OLAND",
+	"HAINAN",
 	"LAST",
 };
 
diff --git a/drivers/gpu/drm/radeon/radeon_family.h b/drivers/gpu/drm/radeon/radeon_family.h
index 2d91123..36e9803 100644
--- a/drivers/gpu/drm/radeon/radeon_family.h
+++ b/drivers/gpu/drm/radeon/radeon_family.h
@@ -92,6 +92,7 @@ enum radeon_family {
 	CHIP_PITCAIRN,
 	CHIP_VERDE,
 	CHIP_OLAND,
+	CHIP_HAINAN,
 	CHIP_LAST,
 };
 
-- 
1.7.7.5

^ permalink raw reply related	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2013-05-14 16:18 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-13 20:54 [PATCH 1/8] drm/radeon: add chip family for Hainan alexdeucher
2013-05-13 20:54 ` [PATCH 2/8] drm/radeon: fill in GPU init " alexdeucher
2013-05-13 20:54 ` [PATCH 3/8] drm/radeon: don't touch DCE or VGA regs on Hainan (v2) alexdeucher
2013-05-13 20:55 ` [PATCH 4/8] drm/radeon: fill in ucode loading support for Hainan alexdeucher
2013-05-13 20:55 ` [PATCH 5/8] drm/radeon: radeon-asic updates " alexdeucher
2013-05-13 20:55 ` [PATCH 6/8] drm/radeon: sun/hainan chips do not have UVD alexdeucher
2013-05-14  7:55   ` Christian König
2013-05-14 14:56     ` Alex Deucher
2013-05-13 20:55 ` [PATCH 7/8] drm/radeon: add golden register settings for Hainan alexdeucher
2013-05-13 20:55 ` [PATCH 8/8] drm/radeon: add Hainan pci ids alexdeucher
2013-05-14  7:56 ` [PATCH 1/8] drm/radeon: add chip family for Hainan Christian König
2013-05-14 16:18 ` [PATCH 1/9] " alexdeucher
2013-05-14 16:18   ` [PATCH 2/9] drm/radeon: fill in GPU init for Hainan (v2) alexdeucher
2013-05-14 16:18   ` [PATCH 3/9] drm/radeon: don't touch DCE or VGA regs on " alexdeucher
2013-05-14 16:18   ` [PATCH 4/9] drm/radeon: fill in ucode loading support for Hainan alexdeucher
2013-05-14 16:18   ` [PATCH 5/9] drm/radeon: radeon-asic updates " alexdeucher
2013-05-14 16:18   ` [PATCH 6/9] drm/radeon: track which asics have UVD alexdeucher
2013-05-14 16:18   ` [PATCH 7/9] drm/radeon: sun/hainan chips do not have UVD (v2) alexdeucher
2013-05-14 16:18   ` [PATCH 8/9] drm/radeon: add golden register settings for Hainan alexdeucher
2013-05-14 16:18   ` [PATCH 9/9] drm/radeon: add Hainan pci ids alexdeucher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.