drm/vc4: hdmi: Convert to the new clock request API
authorDom Cobley <popcornmix@gmail.com>
Tue, 13 Apr 2021 13:10:03 +0000 (14:10 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 21 Mar 2022 16:04:18 +0000 (16:04 +0000)
commit251b3f7f4b6fb9acd3d06eddd15a5f0040653b42
treebdcace4692f45a473026656b171ec31a0c087a64
parent6ed92f26b8e67a146c2d297274ec1d62d6d7b9c5
drm/vc4: hdmi: Convert to the new clock request API

The new clock request API allows us to increase the rate of the
core clock as required during mode set while decreasing it when
we're done, resulting in a better power-efficiency.

Signed-off-by: Dom Cobley <popcornmix@gmail.com>
drivers/gpu/drm/vc4/vc4_kms.c