Re: [tiL4.19-AD PATCH 2/2] drm/tilcdc: Remove obsolete crtc_mode_valid() hack

2019-03-13 Thread Jyri Sarha
On 05/03/2019 21:21, Laurent Pinchart wrote: > Hi Jyri, > > Thank you for the patch. > > On Thu, Feb 28, 2019 at 01:18:51PM +0200, Jyri Sarha wrote: >> Earlier there were no mode_valid() helper for crtc and tilcdc had a >> hack to over come this limitation. But now the mode_valid() helper is >> t

Re: [tiL4.19-AD PATCH 2/2] drm/tilcdc: Remove obsolete crtc_mode_valid() hack

2019-03-05 Thread Laurent Pinchart
Hi Jyri, Thank you for the patch. On Thu, Feb 28, 2019 at 01:18:51PM +0200, Jyri Sarha wrote: > Earlier there were no mode_valid() helper for crtc and tilcdc had a > hack to over come this limitation. But now the mode_valid() helper is > there (has been since v4.13), so it is about time to get ri

[tiL4.19-AD PATCH 2/2] drm/tilcdc: Remove obsolete crtc_mode_valid() hack

2019-02-28 Thread Jyri Sarha
Earlier there were no mode_valid() helper for crtc and tilcdc had a hack to over come this limitation. But now the mode_valid() helper is there (has been since v4.13), so it is about time to get rid of that hack. Signed-off-by: Jyri Sarha --- drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 28 +++