]> Gentwo Git Trees - linux/.git/commit
drm/tidss: dispc: Switch VID_REG_FLD_MOD to using a mask
authorMaxime Ripard <mripard@kernel.org>
Wed, 27 Aug 2025 15:12:41 +0000 (17:12 +0200)
committerTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Mon, 1 Sep 2025 07:37:19 +0000 (10:37 +0300)
commitaeaef1ba6bba76eb256123505bbc01032bfd5caa
tree55f16705e32f7310116086716bfb50acd2c2248c
parent990e6f28e78fc0a760fb2bd8575e3eaf5067306d
drm/tidss: dispc: Switch VID_REG_FLD_MOD to using a mask

The VID_REG_FLD_MOD function takes the start and end bits as parameter
and will generate a mask out of them.

This makes it difficult to share the masks between callers, since we now
need two arguments and to keep them consistent.

Let's change VID_REG_FLD_MOD to take the mask as an argument instead,
and let the caller create the mask. Eventually, this mask will be moved
to a define.

Signed-off-by: Maxime Ripard <mripard@kernel.org>
Link: https://lore.kernel.org/r/20250827-drm-tidss-field-api-v3-10-7689b664cc63@kernel.org
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
drivers/gpu/drm/tidss/tidss_dispc.c