Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_crtc.h94 #define to_rcar_crtc_state(s) container_of(s, struct rcar_du_crtc_state, state) macro
H A Drcar_du_crtc.c695 struct rcar_du_crtc_state *rstate = to_rcar_crtc_state(crtc_state); in rcar_du_crtc_atomic_check()
725 struct rcar_du_crtc_state *rstate = to_rcar_crtc_state(crtc->state); in rcar_du_crtc_atomic_enable()
775 struct rcar_du_crtc_state *rstate = to_rcar_crtc_state(old_state); in rcar_du_crtc_atomic_disable()
973 state = to_rcar_crtc_state(crtc->state); in rcar_du_crtc_atomic_duplicate_state()
987 kfree(to_rcar_crtc_state(state)); in rcar_du_crtc_atomic_destroy_state()
1132 rcrtc_state = to_rcar_crtc_state(crtc_state); in rcar_du_crtc_set_crc_source()
H A Drcar_du_group.c346 rstate = to_rcar_crtc_state(rcrtc->crtc.state); in rcar_du_group_set_dpad_levels()
H A Drcar_du_vsp.c107 state = to_rcar_crtc_state(crtc->crtc.state); in rcar_du_vsp_atomic_flush()
H A Drcar_du_kms.c532 to_rcar_crtc_state(crtc_state); in rcar_du_atomic_commit_tail()