From: "Christian König" <deathsimple@vodafone.de>
To: Alex Deucher <alexdeucher@gmail.com>, dri-devel@lists.freedesktop.org
Cc: Alex Deucher <alexander.deucher@amd.com>, stable@vger.kernel.org
Subject: Re: [PATCH] drm/radeon: add missing hdmi callbacks for rv6xx
Date: Tue, 24 Sep 2013 09:01:34 +0200 [thread overview]
Message-ID: <524138CE.40801@vodafone.de> (raw)
In-Reply-To: <1379965848-8925-1-git-send-email-alexander.deucher@amd.com>
Am 23.09.2013 21:50, schrieb Alex Deucher:
> When dpm was merged, I added a new asic struct for
> rv6xx, but it never got properly updated when the
> hdmi callbacks were added due to the two patch sets
> being developed in parallel.
>
> Fixes:
> https://bugs.freedesktop.org/show_bug.cgi?id=69729
>
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
> Cc: stable@vger.kernel.org
Ah, yes of course. Noted this while looking into the DPM patches as
well, but totally forgotten about it.
Reviewed-by: Christian König <christian.koenig@amd.com>
> ---
> drivers/gpu/drm/radeon/radeon_asic.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/gpu/drm/radeon/radeon_asic.c b/drivers/gpu/drm/radeon/radeon_asic.c
> index 5003385..8f7e045 100644
> --- a/drivers/gpu/drm/radeon/radeon_asic.c
> +++ b/drivers/gpu/drm/radeon/radeon_asic.c
> @@ -1004,6 +1004,8 @@ static struct radeon_asic rv6xx_asic = {
> .wait_for_vblank = &avivo_wait_for_vblank,
> .set_backlight_level = &atombios_set_backlight_level,
> .get_backlight_level = &atombios_get_backlight_level,
> + .hdmi_enable = &r600_hdmi_enable,
> + .hdmi_setmode = &r600_hdmi_setmode,
> },
> .copy = {
> .blit = &r600_copy_cpdma,
prev parent reply other threads:[~2013-09-24 7:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-23 19:50 [PATCH] drm/radeon: add missing hdmi callbacks for rv6xx Alex Deucher
2013-09-24 7:01 ` Christian König [this message]
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=524138CE.40801@vodafone.de \
--to=deathsimple@vodafone.de \
--cc=alexander.deucher@amd.com \
--cc=alexdeucher@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=stable@vger.kernel.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.