drm/vc4: hdmi: Remove DDC argument to connector_init
authorMaxime Ripard <maxime@cerno.tech>
Thu, 3 Sep 2020 08:01:13 +0000 (10:01 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 7 Sep 2020 16:05:04 +0000 (18:05 +0200)
commitb052e70dd21c2a0eb0629c3300bf5596dc9abf2a
tree52380ef7b57a793edc1f722112e4511828a9b326
parentc98c85bb316cd5f4d85458f0aebb41073c8bad83
drm/vc4: hdmi: Remove DDC argument to connector_init

Now that we are passing the vc4_hdmi structure to the connector init
function, we can simply use the pointer in that structure instead of
having the pointer as an argument.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Tested-by: Chanwoo Choi <cw00.choi@samsung.com>
Tested-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
Tested-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Link: https://patchwork.freedesktop.org/patch/msgid/4fe1b45fe45e4ba57d40154da010807d4e5db86c.1599120059.git-series.maxime@cerno.tech
drivers/gpu/drm/vc4/vc4_hdmi.c