Home
last modified time | relevance | path

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

/linux-5.19.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.c696 struct rcar_du_crtc_state *rstate = to_rcar_crtc_state(crtc_state); in rcar_du_crtc_atomic_check()
726 struct rcar_du_crtc_state *rstate = to_rcar_crtc_state(crtc->state); in rcar_du_crtc_atomic_enable()
763 struct rcar_du_crtc_state *rstate = to_rcar_crtc_state(old_state); in rcar_du_crtc_atomic_disable()
948 state = to_rcar_crtc_state(crtc->state); in rcar_du_crtc_atomic_duplicate_state()
962 kfree(to_rcar_crtc_state(state)); in rcar_du_crtc_atomic_destroy_state()
1107 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.c105 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()