Searched refs:is_tiled (Results 1 – 3 of 3) sorted by relevance
212 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()
430 static inline int is_tiled(const struct gsc_fmt *fmt) in is_tiled() function
522 bool is_tiled, is_nv21; in vp_video_buffer() local526 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()