Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/exynos-gsc/
Dgsc-regs.h135 #define GSC_DSTIMG_WIDTH(x) ((x) << 0) macro
Dgsc-regs.c249 cfg = GSC_DSTIMG_WIDTH(frame->f_width); in gsc_hw_set_out_size()
/Linux-v4.19/drivers/gpu/drm/exynos/
Dregs-gsc.h187 #define GSC_DSTIMG_WIDTH(x) ((x) << 0) macro
Dexynos_drm_gsc.c882 cfg |= GSC_DSTIMG_WIDTH(buf->buf.pitch[0] / buf->format->cpp[0]) | in gsc_dst_set_size()