summaryrefslogtreecommitdiff
path: root/scripts/lib/kdoc/kdoc_output.py
diff options
context:
space:
mode:
authorMaxime Ripard <mripard@kernel.org>2025-08-27 17:12:38 +0200
committerTomi Valkeinen <tomi.valkeinen@ideasonboard.com>2025-09-01 10:37:19 +0300
commit8bd839a3ec2305a2a29706dcbd27632b6d63d9ac (patch)
tree0873728f0332b90909bb80f20e22eaf40172a927 /scripts/lib/kdoc/kdoc_output.py
parent13925ccb0d6de6e8a75928ea4ac74610c629093a (diff)
drm/tidss: dispc: Switch REG_GET to using a mask
The REG_GET 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 REG_GET 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-7-7689b664cc63@kernel.org Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_output.py')
0 files changed, 0 insertions, 0 deletions