; Cc: dri-devel@lists.freedesktop.org
> Subject: Re: [PATCH] drm: Enable reading 3D capabilities of 3D monitor
>
> On Fri, 2011-12-09 at 11:46 +, Kavuri, Sateesh wrote:
>
> > + if ((multi_val == STRUCTURE_PRESENT) ||
> > +
c: dri-devel at lists.freedesktop.org
> Subject: Re: [PATCH] drm: Enable reading 3D capabilities of 3D monitor
>
> On Fri, 2011-12-09 at 11:46 +, Kavuri, Sateesh wrote:
>
> > + if ((multi_val == STRUCTURE_PRESENT) ||
> > +
On Wed, 2011-12-14 at 13:04 +, Kavuri, Sateesh wrote:
> + /* Data block offset in CEA extension block */
> + start_offset = 4;
> + end_offset = edid_ext[2];
> +
> + /* 3D vars */
> + int multi_present = 0;
Pretty sure kernel style frowns upon mixed decls and code.
> +
On Wed, 2011-12-14 at 13:04 +, Kavuri, Sateesh wrote:
> + /* Data block offset in CEA extension block */
> + start_offset = 4;
> + end_offset = edid_ext[2];
> +
> + /* 3D vars */
> + int multi_present = 0;
Pretty sure kernel style frowns upon mixed decls and code.
> +
On Fri, 2011-12-09 at 11:46 +, Kavuri, Sateesh wrote:
> + if ((multi_val == STRUCTURE_PRESENT) ||
> + (multi_val == STRUCTURE_MASK_PRESENT) ) {
> + if ((edid_ext[i+15+hdmi_vic_len] & 0x01) ==
> 0x01)
> +
On Fri, 2011-12-09 at 11:46 +, Kavuri, Sateesh wrote:
> + if ((multi_val == STRUCTURE_PRESENT) ||
> + (multi_val == STRUCTURE_MASK_PRESENT) ) {
> + if ((edid_ext[i+15+hdmi_vic_len] & 0x01) ==
> 0x01)
> +
This is first of the patches to enable reading the 3D capabilities of a
connected monitor on
HDMI. Similar functionality would also be implemented for other interface, eDP,
DP
The idea is to read the 3D capabilities via EDID and provide this to a user
space application
that would want to switch
This is first of the patches to enable reading the 3D capabilities of a
connected monitor on
HDMI. Similar functionality would also be implemented for other interface, eDP,
DP
The idea is to read the 3D capabilities via EDID and provide this to a user
space application
that would want to switch