Home
last modified time | relevance | path

Searched refs:GSC_DMA (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-regs.c114 if (ctx->in_path == GSC_DMA) in gsc_hw_set_input_path()
225 if (ctx->out_path == GSC_DMA) in gsc_hw_set_output_path()
240 if (ctx->out_path == GSC_DMA) { in gsc_hw_set_out_size()
300 if (ctx->out_path != GSC_DMA) { in gsc_hw_set_out_image_format()
H A Dgsc-core.h71 GSC_DMA, enumerator
H A Dgsc-m2m.c640 ctx->in_path = GSC_DMA; in gsc_m2m_open()
641 ctx->out_path = GSC_DMA; in gsc_m2m_open()
H A Dgsc-core.c610 if (out_path == GSC_DMA) in gsc_check_scaler_ratio()