commit | 5a20ff8bf3d455855d445594152cc6a7760a3793 | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime@cerno.tech> | Thu Jun 11 15:36:49 2020 +0200 |
committer | Maxime Ripard <maxime@cerno.tech> | Tue Jul 07 10:51:21 2020 +0200 |
tree | c2fa3e647654b4eb52bc2c83280c8f9306888ad5 | |
parent | bdd9647296840e0cc0261deef90184cee83a8d0e [diff] |
drm/vc4: crtc: Split CRTC data in two The vc4_crtc_data structure is currently storing data related to both the general CRTC information needed by the rest of the vc4 driver (like HVS output and available FIFOs) and some related to the pixelvalve attached to that CRTC. Let's split this into two structures so that we can reuse the CRTC part into the TXP later on. Signed-off-by: Maxime Ripard <maxime@cerno.tech> Reviewed-by: Eric Anholt <eric@anholt.net> Link: https://patchwork.freedesktop.org/patch/msgid/8eb317c91ac208d7f926d76ad421002fa0364c47.1591882579.git-series.maxime@cerno.tech