Home
last modified time | relevance | path

Searched refs:dst_yx (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/armada/
H A Darmada_plane.h7 u32 dst_yx; member
17 #define armada_dst_yx(state) to_armada_plane_state(state)->dst_yx
H A Darmada_plane.c114 st->dst_yx = new_plane_state->dst.y1 >> 1; in armada_drm_plane_atomic_check()
118 st->dst_yx = new_plane_state->dst.y1; in armada_drm_plane_atomic_check()
124 st->dst_yx <<= 16; in armada_drm_plane_atomic_check()
125 st->dst_yx |= new_plane_state->dst.x1 & 0x0000ffff; in armada_drm_plane_atomic_check()