All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] drm/radeon: minor HDMI improvements
@ 2013-04-13 23:26 Rafał Miłecki
  2013-04-13 23:26 ` [PATCH 1/6] drm/radeon: add helpers for masking and setting bits in regs Rafał Miłecki
                   ` (6 more replies)
  0 siblings, 7 replies; 33+ messages in thread
From: Rafał Miłecki @ 2013-04-13 23:26 UTC (permalink / raw)
  To: dri-devel, Dave Airlie

I've managed to track fglrx operations on HDMI regs, so we can finally setup
everything in (hopefully) the correct way and order.

This changes HDMI setup on Evergreen to mostly match fglrx and was tested on:
1) AMD Radeon HD 6320 (PALM == DCE41)
2) AMD Radeon HD 6970M (BARTS == DCE5)
No regressions noticed, I can still play audio, including LPCM, AC3 and DTS.

Unfortunately I don't have any DCE4 hardware to test this, but that changes
shouldn't cause any regressions. I hope that with such improvements we will
finally able to enable audio by default.

Rafał Miłecki (6):
  drm/radeon: add helpers for masking and setting bits in regs
  drm/radeon: remove HDMI interrupts on Evergreen
  drm/radeon: add some HDMI comments
  drm/radeon/evergreen: setup HDMI before enabling it
  drm/radeon/evergreen: reorder HDMI setup
  drm/radeon/evergreen: write default channel numbers

 drivers/gpu/drm/radeon/evergreen.c      |  127 +------------------------------
 drivers/gpu/drm/radeon/evergreen_hdmi.c |   77 +++++++++++++++----
 drivers/gpu/drm/radeon/evergreend.h     |    1 +
 drivers/gpu/drm/radeon/r600_hdmi.c      |   16 ++--
 drivers/gpu/drm/radeon/radeon.h         |    2 +
 drivers/gpu/drm/radeon/radeon_display.c |    5 ++
 6 files changed, 76 insertions(+), 152 deletions(-)

-- 
1.7.10.4

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2013-04-21 19:44 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-13 23:26 [PATCH 0/6] drm/radeon: minor HDMI improvements Rafał Miłecki
2013-04-13 23:26 ` [PATCH 1/6] drm/radeon: add helpers for masking and setting bits in regs Rafał Miłecki
2013-04-13 23:26 ` [PATCH 2/6] drm/radeon: remove HDMI interrupts on Evergreen Rafał Miłecki
2013-04-14 10:34   ` Paul Menzel
2013-04-14 12:56     ` Rafał Miłecki
2013-04-14 15:49   ` Alex Deucher
2013-04-14 15:55     ` Rafał Miłecki
2013-04-14 16:24       ` Alex Deucher
2013-04-14 18:02         ` Rafał Miłecki
2013-04-15  8:08           ` Christian König
2013-04-15 12:48             ` Alex Deucher
2013-04-15 13:51               ` Rafał Miłecki
2013-04-21 19:14     ` Rafał Miłecki
2013-04-21 19:15       ` Rafał Miłecki
2013-04-21 19:25         ` Alex Deucher
2013-04-21 19:44           ` Rafał Miłecki
2013-04-13 23:26 ` [PATCH 3/6] drm/radeon: add some HDMI comments Rafał Miłecki
2013-04-14 10:37   ` Paul Menzel
2013-04-14 13:26     ` Rafał Miłecki
2013-04-14 13:29   ` [PATCH V2 3/6] drm/radeon: add some HDMI audio comments Rafał Miłecki
2013-04-14 16:23   ` [PATCH 3/6] drm/radeon: add some HDMI comments Alex Deucher
2013-04-14 17:58     ` Rafał Miłecki
2013-04-14 21:36       ` Alex Deucher
2013-04-13 23:26 ` [PATCH 4/6] drm/radeon/evergreen: setup HDMI before enabling it Rafał Miłecki
2013-04-14 10:39   ` Paul Menzel
2013-04-14 12:58     ` Rafał Miłecki
2013-04-13 23:26 ` [PATCH 5/6] drm/radeon/evergreen: reorder HDMI setup Rafał Miłecki
2013-04-14 10:45   ` Paul Menzel
2013-04-14 13:31     ` Rafał Miłecki
2013-04-14 13:34   ` [PATCH V2 " Rafał Miłecki
2013-04-13 23:26 ` [PATCH 6/6] drm/radeon/evergreen: write default channel numbers Rafał Miłecki
2013-04-18 13:46 ` [PATCH 0/6] drm/radeon: minor HDMI improvements Alex Deucher
2013-04-18 14:17   ` Rafał Miłecki

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.