Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-filter.h40 static const u32 bdisp_yuv_to_rgb[] = { variable
H A Dbdisp-debug.c308 if ((c0 == bdisp_yuv_to_rgb[0]) && in bdisp_dbg_dump_ivmx()
309 (c1 == bdisp_yuv_to_rgb[1]) && in bdisp_dbg_dump_ivmx()
310 (c2 == bdisp_yuv_to_rgb[2]) && in bdisp_dbg_dump_ivmx()
311 (c3 == bdisp_yuv_to_rgb[3])) { in bdisp_dbg_dump_ivmx()
H A Dbdisp-hw.c974 ivmx = cfg->src_yuv ? bdisp_yuv_to_rgb : bdisp_rgb_to_yuv; in bdisp_hw_build_node()