Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/armada/
H A Darmada_plane.h14 #define to_armada_plane_state(st) \ macro
16 #define armada_src_hw(state) to_armada_plane_state(state)->src_hw
17 #define armada_dst_yx(state) to_armada_plane_state(state)->dst_yx
18 #define armada_dst_hw(state) to_armada_plane_state(state)->dst_hw
19 #define armada_addr(state, f, p) to_armada_plane_state(state)->addrs[f][p]
20 #define armada_pitch(state, n) to_armada_plane_state(state)->pitches[n]
H A Darmada_plane.c86 struct armada_plane_state *st = to_armada_plane_state(new_plane_state); in armada_drm_plane_atomic_check()
198 if (to_armada_plane_state(new_state)->interlace) in armada_drm_primary_plane_atomic_update()
H A Darmada_overlay.c153 if (to_armada_plane_state(new_state)->interlace) in armada_drm_overlay_plane_atomic_update()