drm/omap: remove unused ovl_enabled()
ovl_enabled() is not used anywhere, so remove it. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
564f88c1b9
commit
5806bce107
@ -2935,11 +2935,6 @@ static int dispc_ovl_enable(enum omap_plane_id plane, bool enable)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static bool dispc_ovl_enabled(enum omap_plane_id plane)
|
||||
{
|
||||
return REG_GET(DISPC_OVL_ATTRIBUTES(plane), 0, 0);
|
||||
}
|
||||
|
||||
static enum omap_dss_output_id dispc_mgr_get_supported_outputs(enum omap_channel channel)
|
||||
{
|
||||
return dss_feat_get_supported_outputs(channel);
|
||||
@ -4377,7 +4372,6 @@ static const struct dispc_ops dispc_ops = {
|
||||
.mgr_set_gamma = dispc_mgr_set_gamma,
|
||||
|
||||
.ovl_enable = dispc_ovl_enable,
|
||||
.ovl_enabled = dispc_ovl_enabled,
|
||||
.ovl_set_channel_out = dispc_ovl_set_channel_out,
|
||||
.ovl_setup = dispc_ovl_setup,
|
||||
.ovl_get_color_modes = dispc_ovl_get_color_modes,
|
||||
|
@ -912,7 +912,6 @@ struct dispc_ops {
|
||||
unsigned int length);
|
||||
|
||||
int (*ovl_enable)(enum omap_plane_id plane, bool enable);
|
||||
bool (*ovl_enabled)(enum omap_plane_id plane);
|
||||
void (*ovl_set_channel_out)(enum omap_plane_id plane,
|
||||
enum omap_channel channel);
|
||||
int (*ovl_setup)(enum omap_plane_id plane,
|
||||
|
Loading…
Reference in New Issue
Block a user