Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-regs.h136 #define GSC_DSTIMG_OFFSET_Y(x) ((x) << 16) macro
H A Dgsc-regs.c242 cfg |= GSC_DSTIMG_OFFSET_Y(frame->crop.top); in gsc_hw_set_out_size()
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dregs-gsc.h189 #define GSC_DSTIMG_OFFSET_Y(x) ((x) << 16) macro
H A Dexynos_drm_gsc.c871 GSC_DSTIMG_OFFSET_Y(buf->rect.y)); in gsc_dst_set_size()