Home
last modified time | relevance | path

Searched refs:is_tiled (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/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.h424 static inline int is_tiled(const struct gsc_fmt *fmt) in is_tiled() function
/kernel/linux/linux-6.6/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.h431 static inline int is_tiled(const struct gsc_fmt *fmt) in is_tiled() function
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H A Dexynos_mixer.c520 bool is_tiled, is_nv21; in vp_video_buffer() local
524 is_tiled = (fb->modifier == DRM_FORMAT_MOD_SAMSUNG_64_32_TILE); in vp_video_buffer()
530 if (is_tiled) { in vp_video_buffer()
550 val |= (is_tiled ? VP_MODE_MEM_TILED : VP_MODE_MEM_LINEAR); in vp_video_buffer()
/kernel/linux/linux-6.6/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()

Completed in 7 milliseconds