MLK-17473-3 drm/imx: dcss: remove 'dcss_plane_mod_supported()'
authorFancy Fang <chen.fang@nxp.com>
Mon, 22 Jan 2018 08:44:45 +0000 (16:44 +0800)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
commit96e5af2b7187692f887fbc89e84be1b453fd9ae4
tree250799509e81b831388a50f49f820627230cf835
parentd6717f518be59a35febaa849ff2408de57c1d1d9
MLK-17473-3 drm/imx: dcss: remove 'dcss_plane_mod_supported()'

The 'dcss_plane_mod_supported()' function is duplicated with
another function 'dcss_plane_format_mod_supported()'. So remove
it and use 'dcss_plane_format_mod_supported()' to replace its
calling.

Signed-off-by: Fancy Fang <chen.fang@nxp.com>
drivers/gpu/drm/imx/dcss/dcss-plane.c