Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/rcar-du/
Drcar_du_crtc.h94 #define to_rcar_crtc_state(s) container_of(s, struct rcar_du_crtc_state, state) macro
Drcar_du_crtc.c693 struct rcar_du_crtc_state *rstate = to_rcar_crtc_state(state); in rcar_du_crtc_atomic_check()
722 struct rcar_du_crtc_state *rstate = to_rcar_crtc_state(crtc->state); in rcar_du_crtc_atomic_enable()
757 struct rcar_du_crtc_state *rstate = to_rcar_crtc_state(old_state); in rcar_du_crtc_atomic_disable()
942 state = to_rcar_crtc_state(crtc->state); in rcar_du_crtc_atomic_duplicate_state()
956 kfree(to_rcar_crtc_state(state)); in rcar_du_crtc_atomic_destroy_state()
1101 rcrtc_state = to_rcar_crtc_state(crtc_state); in rcar_du_crtc_set_crc_source()
Drcar_du_group.c332 rstate = to_rcar_crtc_state(rcrtc->crtc.state); in rcar_du_group_set_dpad_levels()
Drcar_du_vsp.c112 state = to_rcar_crtc_state(crtc->crtc.state); in rcar_du_vsp_atomic_flush()
Drcar_du_kms.c453 to_rcar_crtc_state(crtc_state); in rcar_du_atomic_commit_tail()