drm/rockchip: rk3066_hdmi: Switch encoder hooks to atomic
authorJohan Jonker <jbx6244@gmail.com>
Thu, 2 Nov 2023 13:42:04 +0000 (14:42 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 20 Nov 2023 17:00:46 +0000 (18:00 +0100)
commitae3436a5e7c2ef4f92938133bd99f92fc47ea34e
treea6cfcb98910dde935671f2710af8c95d92a1e288
parent1044f4a31734eef000f42cdaaf35bb2f76286be5
drm/rockchip: rk3066_hdmi: Switch encoder hooks to atomic

The rk3066_hdmi encoder still uses the non atomic variants
of enable and disable. Convert to their atomic equivalents.
In atomic mode there is no need to save the adjusted mode,
so remove the mode_set function.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/034c3446-d619-f4c3-3aaa-ab51dc19d07f@gmail.com
drivers/gpu/drm/rockchip/rk3066_hdmi.c