mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
drm/tidss: dispc: Remove unused OVR_REG_GET
The OVR_REG_GET function in the dispc driver is not used anywhere. Let's drop it. Signed-off-by: Maxime Ripard <mripard@kernel.org> Link: https://lore.kernel.org/r/20250827-drm-tidss-field-api-v3-1-7689b664cc63@kernel.org Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
This commit is contained in:
parent
73cfd166e0
commit
d42ce9ea57
|
|
@ -653,13 +653,6 @@ static void VP_REG_FLD_MOD(struct dispc_device *dispc, u32 vp, u32 idx, u32 val,
|
|||
val, start, end));
|
||||
}
|
||||
|
||||
__maybe_unused
|
||||
static u32 OVR_REG_GET(struct dispc_device *dispc, u32 ovr, u32 idx,
|
||||
u32 start, u32 end)
|
||||
{
|
||||
return FLD_GET(dispc_ovr_read(dispc, ovr, idx), start, end);
|
||||
}
|
||||
|
||||
static void OVR_REG_FLD_MOD(struct dispc_device *dispc, u32 ovr, u32 idx,
|
||||
u32 val, u32 start, u32 end)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user