Home
last modified time | relevance | path

Searched refs:to_rcar_crtc_state (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/rcar-du/
Drcar_du_crtc.h85 #define to_rcar_crtc_state(s) container_of(s, struct rcar_du_crtc_state, state) macro
Drcar_du_crtc.c703 state = to_rcar_crtc_state(crtc->state); in rcar_du_crtc_atomic_duplicate_state()
717 kfree(to_rcar_crtc_state(state)); in rcar_du_crtc_atomic_destroy_state()
819 rcrtc_state = to_rcar_crtc_state(crtc_state); in rcar_du_crtc_set_crc_source()
Drcar_du_vsp.c111 state = to_rcar_crtc_state(crtc->crtc.state); in rcar_du_vsp_atomic_flush()