From: "Christian König" <deathsimple@vodafone.de>
To: alexdeucher@gmail.com
Cc: Alex Deucher <alexander.deucher@amd.com>,
dri-devel@lists.freedesktop.org
Subject: Re: [PATCH 1/8] drm/radeon: add chip family for Hainan
Date: Tue, 14 May 2013 09:56:55 +0200 [thread overview]
Message-ID: <5191EE47.3040304@vodafone.de> (raw)
In-Reply-To: <1368478504-13798-1-git-send-email-alexdeucher@gmail.com>
Am 13.05.2013 22:54, schrieb alexdeucher@gmail.com:
> From: Alex Deucher <alexander.deucher@amd.com>
>
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
With the exception of patch 6 this series is:
Reviewed-by: Christian König <christian.koenig@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,
> };
>
next prev parent reply other threads:[~2013-05-14 7:57 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Christian König [this message]
2013-05-14 16:18 ` [PATCH 1/9] drm/radeon: add chip family for Hainan 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5191EE47.3040304@vodafone.de \
--to=deathsimple@vodafone.de \
--cc=alexander.deucher@amd.com \
--cc=alexdeucher@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.