Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/exynos-gsc/
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()
Dgsc-core.h424 static inline int is_tiled(const struct gsc_fmt *fmt) in is_tiled() function
/Linux-v5.4/drivers/gpu/drm/exynos/
Dexynos_mixer.c519 bool is_tiled, is_nv21; in vp_video_buffer() local
523 is_tiled = (fb->modifier == DRM_FORMAT_MOD_SAMSUNG_64_32_TILE); in vp_video_buffer()
529 if (is_tiled) { in vp_video_buffer()
549 val |= (is_tiled ? VP_MODE_MEM_TILED : VP_MODE_MEM_LINEAR); in vp_video_buffer()