dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* HDMI stereo support v5
@ 2013-09-19 16:40 Damien Lespiau
  2013-09-19 16:40 ` [PATCH 01/20] drm: Add a SET_CLIENT_CAP ioctl Damien Lespiau
                   ` (20 more replies)
  0 siblings, 21 replies; 29+ messages in thread
From: Damien Lespiau @ 2013-09-19 16:40 UTC (permalink / raw)
  To: dri-devel; +Cc: intel-gfx

v4 was:
http://lists.freedesktop.org/archives/dri-devel/2013-September/045340.html

Changes from v4:

  - The kernel is now in charge of adjusting the stereo mode timings.
  - There is a per-connector opt-in boolean to expose stereo modes, letting
    people enable stereo for each driver/connector.
  - The series now depends on the latest bits from the drm-intel tree
  - Removed the 2 buffers check that was judged unnecessary
  - I realized that for frame packing modes (where you have to adjust the
    vdisplay to be 2 * vdisplay + vblank) with a NTSC clock I was
    reconstructing the clock without adjusting it by 1000 / 1001. Now that the
    timing computation is in the kernel, fixed it there.
  - I also checked that we correctly match against the 2D CEA mode for the AVI
    infoframes. The last bit to make it work was the introduction of crtc_clock
    to separate the original clock from the one computed by
    drm_mode_set_crtcinfo()
  - And finally, I booted with i915.fastboot=1 and discovered that the pipe_src
    register was getting clobbered, so fixed that as well

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

end of thread, other threads:[~2013-09-23 15:09 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-19 16:40 HDMI stereo support v5 Damien Lespiau
2013-09-19 16:40 ` [PATCH 01/20] drm: Add a SET_CLIENT_CAP ioctl Damien Lespiau
2013-09-19 16:40 ` [PATCH 02/20] drm: Add HDMI stereo 3D flags to struct drm_mode_modeinfo Damien Lespiau
2013-09-19 16:40 ` [PATCH 03/20] drm: Add a STEREO_3D capability to the SET_CLIENT_CAP ioctl Damien Lespiau
2013-09-19 16:40 ` [PATCH 04/20] drm/edid: Expose mandatory stereo modes for HDMI sinks Damien Lespiau
2013-09-19 16:40 ` [PATCH 05/20] drm: Extract add_hdmi_mode() out of do_hdmi_vsdb_modes() Damien Lespiau
2013-09-19 16:40 ` [PATCH 06/20] drm: Reject modes with more than 1 stereo flags set Damien Lespiau
2013-09-19 16:40 ` [PATCH 07/20] drm: Set the relevant infoframe field when scanning out a 3D mode Damien Lespiau
2013-09-19 16:40 ` [PATCH 08/20] drm: Make drm_match_cea_mode() return the underlying 2D VIC for 3d modes Damien Lespiau
2013-09-19 16:40 ` [PATCH 09/20] drm: Carry over the stereo flags when adding the alternate mode Damien Lespiau
2013-09-19 16:40 ` [PATCH 10/20] drm: Make exposing stereo modes a per-connector opt-in Damien Lespiau
2013-09-19 16:40 ` [PATCH 11/20] drm: Remove clock_index from struct drm_display_mode Damien Lespiau
2013-09-19 22:20   ` Ben Skeggs
2013-09-19 16:40 ` [PATCH 12/20] drm: Remove synth_clock " Damien Lespiau
2013-09-19 16:40 ` [PATCH 13/20] drm: Introduce a crtc_clock for " Damien Lespiau
2013-09-19 16:40 ` [PATCH 14/20] drm: Implement timings adjustments for frame packing Damien Lespiau
2013-09-20 13:47   ` Ville Syrjälä
2013-09-23 15:09     ` [PATCH] " Damien Lespiau
2013-09-19 16:40 ` [PATCH 15/20] drm/i915: Use crtc_clock in intel_dump_crtc_timings() Damien Lespiau
2013-09-19 16:40 ` [PATCH 16/20] drm/i915: Use crtc_clock with the adjusted mode Damien Lespiau
2013-09-19 16:40 ` [PATCH 17/20] drm/i915: Use adjusted_mode in the fastboot hack to disable pfit Damien Lespiau
2013-09-20 14:54   ` Ville Syrjälä
2013-09-20 15:33     ` Damien Lespiau
2013-09-20 17:01       ` Jesse Barnes
2013-09-19 16:40 ` [PATCH 18/20] drm/i915: Ask the DRM core do make stereo timings adjustements Damien Lespiau
2013-09-19 16:40 ` [PATCH 19/20] drm/i915: Prefer crtc_{h|v}display for pipe src dimensions Damien Lespiau
2013-09-19 18:49   ` [Intel-gfx] " Daniel Vetter
2013-09-19 16:40 ` [PATCH 20/20] drm/i915: Allow stereo modes on HDMI Damien Lespiau
2013-09-20 15:18 ` HDMI stereo support v5 Ville Syrjälä

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).