On Thu, 27 Sep 2012 19:41:06 +0100, Damien Lespiau <[email protected]> 
wrote:
> From: Damien Lespiau <[email protected]>
> 
> The "expose 3D modes" property can be attached to connectors to allow
> user space to indicate it can deal with 3D modes and that the drm driver
> should expose those 3D modes.
> 
> Signed-off-by: Damien Lespiau <[email protected]>
> ---
> diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
> index bfacf0d..34372cb 100644
> --- a/include/drm/drm_crtc.h
> +++ b/include/drm/drm_crtc.h
> @@ -578,6 +578,8 @@ struct drm_connector {
>       /* requested DPMS state */
>       int dpms;
>  
> +     int expose_3d_modes;

Looking at the surrounding code, this should be moved up and called
  bool stereo_allowed;
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre
_______________________________________________
dri-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to