* [PATCH] drm/radeon: add missing hdmi callbacks for rv6xx
@ 2013-09-23 19:50 Alex Deucher
2013-09-24 7:01 ` Christian König
0 siblings, 1 reply; 2+ messages in thread
From: Alex Deucher @ 2013-09-23 19:50 UTC (permalink / raw)
To: dri-devel; +Cc: Alex Deucher, stable
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
---
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,
--
1.8.3.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] drm/radeon: add missing hdmi callbacks for rv6xx
2013-09-23 19:50 [PATCH] drm/radeon: add missing hdmi callbacks for rv6xx Alex Deucher
@ 2013-09-24 7:01 ` Christian König
0 siblings, 0 replies; 2+ messages in thread
From: Christian König @ 2013-09-24 7:01 UTC (permalink / raw)
To: Alex Deucher, dri-devel; +Cc: Alex Deucher, stable
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,
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-09-24 7:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.