Home
last modified time | relevance | path

Searched refs:is_tiled (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-regs.c212 if (is_tiled(frame->fmt)) in gsc_hw_set_in_image_format()
335 if (is_tiled(frame->fmt)) in gsc_hw_set_out_image_format()
H A Dgsc-core.h430 static inline int is_tiled(const struct gsc_fmt *fmt) in is_tiled() function
/linux/drivers/gpu/drm/exynos/
H A Dexynos_mixer.c522 bool is_tiled, is_nv21; in vp_video_buffer() local
526 is_tiled = (fb->modifier == DRM_FORMAT_MOD_SAMSUNG_64_32_TILE); in vp_video_buffer()
532 if (is_tiled) { in vp_video_buffer()
552 val |= (is_tiled ? VP_MODE_MEM_TILED : VP_MODE_MEM_LINEAR); in vp_video_buffer()