[PATCH v2 1/2] drm: Create new structure for HDMI info

2016-12-21 Thread Sharma, Shashank
Regards Shashank On 12/21/2016 3:02 PM, Jose Abreu wrote: > Hi Shashank, > > > On 21-12-2016 03:49, Sharma, Shashank wrote: >> Thanks for the review Jose. >> >> My comments, inline. >> >> Regards >> Shashank >> On 12/20/2016 7:49 PM, Jose Abreu wrote: >>> Hi Shashank, >>> >>> >>> On 20-12-2016 1

[PATCH v2 1/2] drm: Create new structure for HDMI info

2016-12-21 Thread Jose Abreu
Hi Shashank, On 21-12-2016 03:49, Sharma, Shashank wrote: > Thanks for the review Jose. > > My comments, inline. > > Regards > Shashank > On 12/20/2016 7:49 PM, Jose Abreu wrote: >> Hi Shashank, >> >> >> On 20-12-2016 13:47, Shashank Sharma wrote: >>> This patch creates a new structure drm_hdmi_i

[PATCH v2 1/2] drm: Create new structure for HDMI info

2016-12-21 Thread Sharma, Shashank
Thanks for the review Jose. My comments, inline. Regards Shashank On 12/20/2016 7:49 PM, Jose Abreu wrote: > Hi Shashank, > > > On 20-12-2016 13:47, Shashank Sharma wrote: >> This patch creates a new structure drm_hdmi_info (inspired from >> drm_display_info). Driver will parse HDMI sink's advanc

[Intel-gfx] [PATCH v2 1/2] drm: Create new structure for HDMI info

2016-12-21 Thread kbuild test robot
Hi Shashank, [auto build test ERROR on drm/drm-next] [also build test ERROR on v4.9 next-20161220] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Shashank-Sharma/drm-Create-new-structure-for-HDM

[Intel-gfx] [PATCH v2 1/2] drm: Create new structure for HDMI info

2016-12-21 Thread kbuild test robot
Hi Shashank, [auto build test ERROR on drm/drm-next] [also build test ERROR on v4.9 next-20161220] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Shashank-Sharma/drm-Create-new-structure-for-HDM

[PATCH v2 1/2] drm: Create new structure for HDMI info

2016-12-20 Thread Shashank Sharma
This patch creates a new structure drm_hdmi_info (inspired from drm_display_info). Driver will parse HDMI sink's advance capabilities from HF-VSDB and populate this structure. This structure will be kept and used as a sub-class within drm_display_info. We are adding parsing of HF-VSDB In the next

[PATCH v2 1/2] drm: Create new structure for HDMI info

2016-12-20 Thread Jose Abreu
Hi Shashank, On 20-12-2016 13:47, Shashank Sharma wrote: > This patch creates a new structure drm_hdmi_info (inspired from > drm_display_info). Driver will parse HDMI sink's advance capabilities > from HF-VSDB and populate this structure. This structure will be kept > and used as a sub-class with