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)
committerNitin Garg <nitin.garg@nxp.com>
Tue, 20 Mar 2018 19:54:14 +0000 (14:54 -0500)
commit346c933d7ea0b61688d21258ed0696a627d7a34b
treefb128508bfb1812647b5be17e455e76a32a51c2d
parent78255ed3b68fbdaa21b43e7d00d269d379fbe5e6
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