diff options
author | Maxime Ripard <maxime@cerno.tech> | 2020-06-11 16:36:52 +0300 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2020-07-07 11:51:21 +0300 |
commit | e25a21abb9da36b4dce14445ee13131130c04663 (patch) | |
tree | 80e62775f29b9ee4d5713166eae944caa0585930 /drivers/gpu/drm/vc4/vc4_drv.h | |
parent | 5fefc601a6c484ff2a3a6dc91f6310ca1224931a (diff) | |
download | linux-e25a21abb9da36b4dce14445ee13131130c04663.tar.xz |
drm/vc4: crtc: Move the txp_armed function to the TXP
The TXP driver is the only place where we need to set the txp_armed flag,
so let's move the function in the TXP driver.
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Reviewed-by: Eric Anholt <eric@anholt.net>
Link: https://patchwork.freedesktop.org/patch/msgid/12b383e7b8462e281b00c0a21b2b50f13691bead.1591882579.git-series.maxime@cerno.tech
Diffstat (limited to 'drivers/gpu/drm/vc4/vc4_drv.h')
-rw-r--r-- | drivers/gpu/drm/vc4/vc4_drv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/vc4/vc4_drv.h b/drivers/gpu/drm/vc4/vc4_drv.h index 1c49c27a564f..fa19160c801f 100644 --- a/drivers/gpu/drm/vc4/vc4_drv.h +++ b/drivers/gpu/drm/vc4/vc4_drv.h @@ -808,7 +808,6 @@ void vc4_crtc_destroy_state(struct drm_crtc *crtc, struct drm_crtc_state *state); void vc4_crtc_reset(struct drm_crtc *crtc); void vc4_crtc_handle_vblank(struct vc4_crtc *crtc); -void vc4_crtc_txp_armed(struct drm_crtc_state *state); void vc4_crtc_get_margins(struct drm_crtc_state *state, unsigned int *right, unsigned int *left, unsigned int *top, unsigned int *bottom); |