Searched refs:to_armada_plane_state (Results 1 – 2 of 2) sorted by relevance
14 #define to_armada_plane_state(st) \ macro 16 #define armada_src_hw(state) to_armada_plane_state(state)->src_hw17 #define armada_dst_yx(state) to_armada_plane_state(state)->dst_yx18 #define armada_dst_hw(state) to_armada_plane_state(state)->dst_hw19 #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]
86 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()