Re: [PATCH v3 1/8] drm/modes: Introduce drm_mode_match()

2018-01-18 Thread Sharma, Shashank
Regards Shashank On 1/17/2018 8:51 PM, Ville Syrjälä wrote: On Wed, Jan 17, 2018 at 02:11:55PM +0530, Sharma, Shashank wrote: On 1/12/2018 11:51 AM, Nautiyal, Ankit K wrote: From: Ville Syrjälä Make mode matching less confusing by allowing the caller to

Re: [PATCH v3 1/8] drm/modes: Introduce drm_mode_match()

2018-01-17 Thread Ville Syrjälä
On Wed, Jan 17, 2018 at 02:11:55PM +0530, Sharma, Shashank wrote: > > > On 1/12/2018 11:51 AM, Nautiyal, Ankit K wrote: > > From: Ville Syrjälä > > > > Make mode matching less confusing by allowing the caller to specify > > which parts of the modes should match

Re: [PATCH v3 1/8] drm/modes: Introduce drm_mode_match()

2018-01-17 Thread Sharma, Shashank
On 1/12/2018 11:51 AM, Nautiyal, Ankit K wrote: From: Ville Syrjälä Make mode matching less confusing by allowing the caller to specify which parts of the modes should match via some flags. Signed-off-by: Ville Syrjälä ---

[PATCH v3 1/8] drm/modes: Introduce drm_mode_match()

2018-01-11 Thread Nautiyal, Ankit K
From: Ville Syrjälä Make mode matching less confusing by allowing the caller to specify which parts of the modes should match via some flags. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/drm_modes.c | 134