RE: [Intel-gfx] [PATCH v10 3/6] drm/edid: detect SCDC support in HF-VSDB

2017-03-25 Thread Sharma, Shashank
c: Syrjala, Ville ; Conselvan De Oliveira, Ander ; Vetter, Daniel ; intel-gfx ; dri-devel Subject: RE: [Intel-gfx] [PATCH v10 3/6] drm/edid: detect SCDC support in HF-VSDB Added description for the variable in this patch: https://patchwork.freedesktop.org/patch/146424/ Regards Shashank ---

RE: [Intel-gfx] [PATCH v10 3/6] drm/edid: detect SCDC support in HF-VSDB

2017-03-25 Thread Sharma, Shashank
: Syrjala, Ville ; Conselvan De Oliveira, Ander ; Vetter, Daniel ; intel-gfx ; dri-devel Subject: Re: [Intel-gfx] [PATCH v10 3/6] drm/edid: detect SCDC support in HF-VSDB On Mon, Mar 13, 2017 at 12:24 PM, Shashank Sharma wrote: > +/** > + * struct drm_hdmi_info - runtime information abo

Re: [Intel-gfx] [PATCH v10 3/6] drm/edid: detect SCDC support in HF-VSDB

2017-03-24 Thread Daniel Vetter
On Mon, Mar 13, 2017 at 12:24 PM, Shashank Sharma wrote: > +/** > + * struct drm_hdmi_info - runtime information about the connected HDMI sink > + * > + * Describes if a given display supports advanced HDMI 2.0 features. > + * This information is available in CEA-861-F extension blocks (like > HF

[PATCH v10 3/6] drm/edid: detect SCDC support in HF-VSDB

2017-03-13 Thread Shashank Sharma
This patch does following: - Adds a new structure (drm_hdmi_info) in drm_display_info. This structure will be used to save and indicate if sink supports advanced HDMI 2.0 features - Adds another structure drm_scdc within drm_hdmi_info, to reflect scdc support and capabilities in connected HDM