Home
last modified time | relevance | path

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

/Linux-v6.1/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.c700 struct rcar_du_crtc_state *rstate = to_rcar_crtc_state(crtc_state); in rcar_du_crtc_atomic_check()
730 struct rcar_du_crtc_state *rstate = to_rcar_crtc_state(crtc->state); in rcar_du_crtc_atomic_enable()
779 struct rcar_du_crtc_state *rstate = to_rcar_crtc_state(old_state); in rcar_du_crtc_atomic_disable()
977 state = to_rcar_crtc_state(crtc->state); in rcar_du_crtc_atomic_duplicate_state()
991 kfree(to_rcar_crtc_state(state)); in rcar_du_crtc_atomic_destroy_state()
1136 rcrtc_state = to_rcar_crtc_state(crtc_state); in rcar_du_crtc_set_crc_source()
Drcar_du_group.c334 rstate = to_rcar_crtc_state(rcrtc->crtc.state); in rcar_du_group_set_dpad_levels()
Drcar_du_vsp.c106 state = to_rcar_crtc_state(crtc->crtc.state); in rcar_du_vsp_atomic_flush()
Drcar_du_kms.c500 to_rcar_crtc_state(crtc_state); in rcar_du_atomic_commit_tail()