Re: [Intel-gfx] [PATCH 06/20] drm: add helper to validate YCBCR420 modes

2017-07-13 Thread Sharma, Shashank
On 7/13/2017 6:30 PM, Ville Syrjälä wrote: I guess then you just need to add the bitmap already in the validation patch. An alternative would be just squash the patches, but that seems a bit drastic, and probably would mix up too many things in one patch. Ok then, I will introduce this bitmap i

Re: [Intel-gfx] [PATCH 06/20] drm: add helper to validate YCBCR420 modes

2017-07-13 Thread Ville Syrjälä
On Thu, Jul 13, 2017 at 06:12:50PM +0530, Sharma, Shashank wrote: > Regards > > Shashank > > > On 7/13/2017 6:01 PM, Ville Syrjälä wrote: > > On Thu, Jul 13, 2017 at 11:02:18AM +0530, Sharma, Shashank wrote: > >> Regards > >> > >> Shashank > >> > >> > >> On 7/12/2017 10:48 PM, Ville Syrjälä wrot

Re: [Intel-gfx] [PATCH 06/20] drm: add helper to validate YCBCR420 modes

2017-07-13 Thread Sharma, Shashank
Regards Shashank On 7/13/2017 6:01 PM, Ville Syrjälä wrote: On Thu, Jul 13, 2017 at 11:02:18AM +0530, Sharma, Shashank wrote: Regards Shashank On 7/12/2017 10:48 PM, Ville Syrjälä wrote: On Mon, Jul 10, 2017 at 04:48:34PM +0530, Shashank Sharma wrote: YCBCR420 modes are supported only on

Re: [Intel-gfx] [PATCH 06/20] drm: add helper to validate YCBCR420 modes

2017-07-13 Thread Ville Syrjälä
On Thu, Jul 13, 2017 at 11:02:18AM +0530, Sharma, Shashank wrote: > Regards > > Shashank > > > On 7/12/2017 10:48 PM, Ville Syrjälä wrote: > > On Mon, Jul 10, 2017 at 04:48:34PM +0530, Shashank Sharma wrote: > >> YCBCR420 modes are supported only on HDMI 2.0 capable sources. > >> This patch adds

Re: [Intel-gfx] [PATCH 06/20] drm: add helper to validate YCBCR420 modes

2017-07-12 Thread Sharma, Shashank
Regards Shashank On 7/12/2017 10:48 PM, Ville Syrjälä wrote: On Mon, Jul 10, 2017 at 04:48:34PM +0530, Shashank Sharma wrote: YCBCR420 modes are supported only on HDMI 2.0 capable sources. This patch adds: - A drm helper to validate YCBCR420-only mode on a particular connector. This functi

Re: [Intel-gfx] [PATCH 06/20] drm: add helper to validate YCBCR420 modes

2017-07-12 Thread Ville Syrjälä
On Mon, Jul 10, 2017 at 04:48:34PM +0530, Shashank Sharma wrote: > YCBCR420 modes are supported only on HDMI 2.0 capable sources. > This patch adds: > - A drm helper to validate YCBCR420-only mode on a particular > connector. This function will help pruning the YCBCR420-only > modes from the co

[Intel-gfx] [PATCH 06/20] drm: add helper to validate YCBCR420 modes

2017-07-10 Thread Shashank Sharma
YCBCR420 modes are supported only on HDMI 2.0 capable sources. This patch adds: - A drm helper to validate YCBCR420-only mode on a particular connector. This function will help pruning the YCBCR420-only modes from the connector's modelist. - A bool variable (ycbcr_420_allowed) in the drm connec