Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/platform/st/sti/bdisp/
Dbdisp-reg.h204 #define BLT_TTY_VSO BIT(25) /* V scan order */ macro
Dbdisp-debug.c147 if (val & BLT_TTY_VSO) in bdisp_dbg_dump_tty()
219 if (val & BLT_TTY_VSO) in bdisp_dbg_dump_sty()
Dbdisp-hw.c835 node->tty |= cfg->vflip ? BLT_TTY_VSO : 0; in bdisp_hw_build_node()