drm/tilcdc: Remove obsolete crtc_mode_valid() hack
authorJyri Sarha <jsarha@ti.com>
Fri, 2 Aug 2019 12:55:22 +0000 (15:55 +0300)
committerJyri Sarha <jsarha@ti.com>
Fri, 2 Aug 2019 13:00:42 +0000 (16:00 +0300)
commit57d8396504b3a93f284e51b866740a3e7419a3d9
tree5d62258d8f661ee1ab460127ca63de6b9cefff48
parent93386368a138e2ccc40459af5b05dd2e39bcd3db
drm/tilcdc: Remove obsolete crtc_mode_valid() hack

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 <jsarha@ti.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/
drivers/gpu/drm/tilcdc/tilcdc_crtc.c
drivers/gpu/drm/tilcdc/tilcdc_drv.c
drivers/gpu/drm/tilcdc/tilcdc_drv.h
drivers/gpu/drm/tilcdc/tilcdc_external.c
drivers/gpu/drm/tilcdc/tilcdc_external.h
drivers/gpu/drm/tilcdc/tilcdc_panel.c
drivers/gpu/drm/tilcdc/tilcdc_tfp410.c