All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] updated patches for KMS audio
@ 2010-09-19  6:52 Zhenyu Wang
  2010-09-19  6:52 ` [PATCH 1/4] drm/edid: add helper function to detect monitor audio capability Zhenyu Wang
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Zhenyu Wang @ 2010-09-19  6:52 UTC (permalink / raw)
  To: dri-devel; +Cc: intel-gfx, fengguang.wu

I found my check for audio capability within CEA extension might
has some conflict with Adam's patch to add more detailed mode from
CEA ext block. But I haven't found Adam's patch in next tree, so I
just kept my current change.

This fixed incorrect probe for DP monitor's audio. Fengguang helped
to test this set. We got correct DP sound on Eizo EV2333W, and HDMI
audio also worked with no regression found.

Patch is against Chris's drm-intel-next branch.

thanks.

Zhenyu Wang (4):
  drm/edid: add helper function to detect monitor audio capability
  drm/i915: Enable DisplayPort audio
  drm/i915: Enable HDMI audio for monitor with audio support
  drm/i915: add new param to force audio on or off for HDMI/DP port

 drivers/gpu/drm/drm_edid.c        |   92 +++++++++++++++++++++++++++++++------
 drivers/gpu/drm/i915/i915_drv.c   |    3 +
 drivers/gpu/drm/i915/i915_drv.h   |    1 +
 drivers/gpu/drm/i915/intel_dp.c   |   64 +++++++++++++++----------
 drivers/gpu/drm/i915/intel_hdmi.c |   13 ++++--
 include/drm/drm_crtc.h            |    1 +
 6 files changed, 130 insertions(+), 44 deletions(-)

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

end of thread, other threads:[~2010-10-19  7:24 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-19  6:52 [PATCH 0/4] updated patches for KMS audio Zhenyu Wang
2010-09-19  6:52 ` [PATCH 1/4] drm/edid: add helper function to detect monitor audio capability Zhenyu Wang
2010-09-19  7:38   ` [Intel-gfx] " Chris Wilson
2010-09-19  7:56     ` Zhenyu Wang
2010-10-19  7:24       ` Ben Skeggs
2010-09-19  6:52 ` [PATCH 2/4] drm/i915: Enable DisplayPort audio Zhenyu Wang
2010-09-19  7:43   ` Chris Wilson
2010-09-19  7:57     ` Zhenyu Wang
2010-09-19  6:52 ` [PATCH 3/4] drm/i915: Enable HDMI audio for monitor with audio support Zhenyu Wang
2010-09-19  6:52 ` [PATCH 4/4] drm/i915: add new param to force audio on or off for HDMI/DP port Zhenyu Wang
2010-09-19  8:14   ` Chris Wilson
2010-09-19  8:22     ` Zhenyu Wang
2010-09-19  8:57       ` Chris Wilson
2010-09-20 19:42 ` [PATCH 0/4] updated patches for KMS audio Adam Jackson
2010-10-14 10:24 ` Chris Wilson

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.