]> git.baikalelectronics.ru Git - kernel.git/commit
drm/vc4: crtc: Turn static const variable into a define
authorMaxime Ripard <maxime@cerno.tech>
Wed, 27 May 2020 15:47:57 +0000 (17:47 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Wed, 10 Jun 2020 09:09:38 +0000 (11:09 +0200)
commit7655db193fa5ee876bd50708ee96cad79eea3a5a
treeb23a349f81b05917f0596a7e9ec5e58e6e360c71
parent146a220282316c876d0f61a02e840e690a927932
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.

Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/8535c679f79af8abaa1b7796261bfeda11f874fd.1590594512.git-series.maxime@cerno.tech
drivers/gpu/drm/vc4/vc4_crtc.c