drm/vc4: kms: Rename NUM_CHANNELS 03/246703/1
authorMaxime Ripard <maxime@cerno.tech>
Tue, 3 Nov 2020 08:09:01 +0000 (17:09 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Tue, 3 Nov 2020 08:09:01 +0000 (17:09 +0900)
commit18a12e7b42d9a732fa402b739ebffd7dbe92cb39
tree3ffcd1350d5dc2f5cad3fbb6a12783261c0551c9
parent75f8ae9a4394a202950001d7e6233e0a4cbb1b4d
drm/vc4: kms: Rename NUM_CHANNELS

The NUM_CHANNELS define has a pretty generic name and was right before the
function using it. Let's move to something that makes the hardware-specific
nature more obvious, and to a more appropriate place.

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: Ib94c2b3ffbc7e5c95f2c3a965919e523c68f8a12
drivers/gpu/drm/vc4/vc4_kms.c