Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-regs.h132 #define GSC_DSTIMG_WIDTH(x) ((x) << 0) macro
H A Dgsc-regs.c245 cfg = GSC_DSTIMG_WIDTH(frame->f_width); in gsc_hw_set_out_size()
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dregs-gsc.h184 #define GSC_DSTIMG_WIDTH(x) ((x) << 0) macro
H A Dexynos_drm_gsc.c886 cfg |= GSC_DSTIMG_WIDTH(buf->buf.pitch[0] / buf->format->cpp[0]) | in gsc_dst_set_size()