Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/platform/exynos-gsc/
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()
Dgsc-core.h72 GSC_DMA, enumerator
Dgsc-m2m.c647 ctx->in_path = GSC_DMA; in gsc_m2m_open()
648 ctx->out_path = GSC_DMA; in gsc_m2m_open()
Dgsc-core.c612 if (out_path == GSC_DMA) in gsc_check_scaler_ratio()