drm/vc4: kms: Remove useless define 02/246702/1
authorMaxime Ripard <maxime@cerno.tech>
Tue, 3 Nov 2020 08:08:59 +0000 (17:08 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Tue, 3 Nov 2020 08:08:59 +0000 (17:08 +0900)
NUM_OUTPUTS isn't used anymore, let's remove it.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
[hoegeun.kwon: Needed to fix page flip issue of dual hdmi and for enable
force hotplug configure.]
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
Change-Id: I20b47a2da045094a06cef9e9a924f46c4dd1d4a9

drivers/gpu/drm/vc4/vc4_kms.c

index 367cead..261ac79 100644 (file)
@@ -615,7 +615,6 @@ static const struct drm_private_state_funcs vc4_load_tracker_state_funcs = {
        .atomic_destroy_state = vc4_load_tracker_destroy_state,
 };
 
-#define NUM_OUTPUTS  6
 #define NUM_CHANNELS 3
 
 /*