drm/vc4: crtc: Turn static const variable into a define
authorMaxime Ripard <maxime@cerno.tech>
Mon, 13 Jan 2020 12:39:32 +0000 (13:39 +0100)
committerpopcornmix <popcornmix@gmail.com>
Wed, 1 Jul 2020 15:33:37 +0000 (16:33 +0100)
commitb104befec9667b73555db34ddfc02fcdf225c819
tree3b22c4b7fe38c075f15d348fd5d85248fd90aae8
parent2466a1c485ec6ba623bbc573e088d8c8f6674188
drm/vc4: crtc: Turn static const variable into a define

The hvs_latency_pix variable doesn't need to be a variable and can just be
defined.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
drivers/gpu/drm/vc4/vc4_crtc.c