dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Damien Lespiau <damien.lespiau@gmail.com>
To: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org
Subject: Stereo 3D modes support v2
Date: Thu, 27 Sep 2012 19:41:05 +0100	[thread overview]
Message-ID: <1348771268-3436-1-git-send-email-damien.lespiau@gmail.com> (raw)

This series is the second revison of:
  http://lists.freedesktop.org/archives/intel-gfx/2012-September/020457.html

It changes the way 3d modes are exposed to user-space:

- An "expose 3D modes" property can be installed on connectors that support
  stereo 3D
- User space can indicate through that property if it wants to receive the
  list of modes with the supported 3D layouts information
- In that case, the EDID parsing code adds the list of supported 3D layouts
  in mode->flags
- When setting a 3D mode, user space can select which layout it wants by
  clearing the list of supported layouts and setting the one it has selected
  (still through mode->flags).

The rationale behind all that is:

- Setting the 3d mode should atomic and not 1/ set the mode, 2/ then set
  the 3d layout through a connector property.
- To do that, mode->flags can be used, but current user space would not
  do the correct thing with those extra added flags, hence the need for that
  knob on the connector.

Updated kernel and intel-gpu-tools patches follow. This time, I've split the
patch adding the test images (i-g-t) in a separate commit and it won't be sent
to the mailing list. This commit can be grabbed from:
http://cgit.freedesktop.org/~damien/intel-gpu-tools/commit/?h=stereo-3d

-- 
Damien
	

             reply	other threads:[~2012-09-27 18:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-27 18:41 Damien Lespiau [this message]
2012-09-27 18:41 ` [PATCH 1/3] drm: Add an "expose 3d modes" property Damien Lespiau
2012-09-29  0:45   ` [Intel-gfx] " Rodrigo Vivi
2012-09-29  9:01   ` Chris Wilson
2012-10-04 13:35   ` Daniel Vetter
2012-10-04 13:56     ` Imre Deak
2012-09-27 18:41 ` [PATCH 2/3] drm: Parse the HDMI cea vendor block for 3D present Damien Lespiau
2012-09-29  0:46   ` Rodrigo Vivi
2012-09-27 18:41 ` [PATCH 3/3] drm/i915: Add HDMI vendor info frame support Damien Lespiau
2012-09-29  0:50   ` [Intel-gfx] " Rodrigo Vivi

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=1348771268-3436-1-git-send-email-damien.lespiau@gmail.com \
    --to=damien.lespiau@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.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 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).