Searched refs:vc4_crtc_disable (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/ |
H A D | vc4_crtc.c | 425 static int vc4_crtc_disable(struct drm_crtc *crtc, unsigned int channel) in vc4_crtc_disable() function 490 return vc4_crtc_disable(crtc, channel); in vc4_crtc_disable_at_boot() 504 vc4_crtc_disable(crtc, old_vc4_state->assigned_channel); in vc4_crtc_atomic_disable()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/ |
H A D | vc4_crtc.c | 465 static int vc4_crtc_disable(struct drm_crtc *crtc, in vc4_crtc_disable() function 560 ret = vc4_crtc_disable(crtc, encoder, NULL, channel); in vc4_crtc_disable_at_boot() 604 vc4_crtc_disable(crtc, encoder, state, old_vc4_state->assigned_channel); in vc4_crtc_atomic_disable()
|
Completed in 4 milliseconds