drm/vc4: hdmi: Constify drm_display_mode
authorMaxime Ripard <maxime@cerno.tech>
Thu, 18 Nov 2021 08:12:28 +0000 (09:12 +0100)
committerPhil Elwell <8911409+pelwell@users.noreply.github.com>
Mon, 19 Sep 2022 19:33:09 +0000 (20:33 +0100)
commitfa048276963b58ee1f1b0c8c416c9a4301c2be6d
tree60019924e720cd659a5bb1e902709daca9f4e697
parent21aa2f8a0477a309f4baa2fd6ac6a67d29dc9b49
drm/vc4: hdmi: Constify drm_display_mode

We don't modify the drm_display_mode pointer we have in the driver in
most places, so let's make them const.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
drivers/gpu/drm/vc4/vc4_hdmi.c
drivers/gpu/drm/vc4/vc4_hdmi.h