diff options
author | Maxime Ripard <maxime@cerno.tech> | 2020-11-03 17:08:59 +0900 |
---|---|---|
committer | Hoegeun Kwon <hoegeun.kwon@samsung.com> | 2020-11-03 17:08:59 +0900 |
commit | 75f8ae9a4394a202950001d7e6233e0a4cbb1b4d (patch) | |
tree | 78859706e058d8b2aa916b8fb257c37b5d7c671d | |
parent | 2578979a9fe4c962bf782fe65997843f9acc2bcd (diff) | |
download | linux-rpi-75f8ae9a4394a202950001d7e6233e0a4cbb1b4d.tar.gz linux-rpi-75f8ae9a4394a202950001d7e6233e0a4cbb1b4d.tar.bz2 linux-rpi-75f8ae9a4394a202950001d7e6233e0a4cbb1b4d.zip |
drm/vc4: kms: Remove useless define
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
-rw-r--r-- | drivers/gpu/drm/vc4/vc4_kms.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/vc4/vc4_kms.c b/drivers/gpu/drm/vc4/vc4_kms.c index 367cead6f489..261ac7943d3a 100644 --- a/drivers/gpu/drm/vc4/vc4_kms.c +++ b/drivers/gpu/drm/vc4/vc4_kms.c @@ -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 /* |