Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-hw.c847 node->txy = cfg->vflip ? (dst_rect.height - 1) : dst_rect.top; in bdisp_hw_build_node()
848 node->txy <<= 16; in bdisp_hw_build_node()
849 node->txy |= cfg->hflip ? (dst_width - dst_x_offset - 1) : in bdisp_hw_build_node()
H A Dbdisp-reg.h16 u32 txy; member
H A Dbdisp-debug.c343 bdisp_dbg_dump_xy(s, node->txy, "TXY"); in last_nodes_show()