Searched refs:non_coherent_mem (Results 1 – 3 of 3) sorted by relevance
47 bool non_coherent_mem; member111 if (buf->non_coherent_mem) in vb2_dc_vaddr()133 if (!buf->non_coherent_mem) in vb2_dc_prepare()153 if (!buf->non_coherent_mem) in vb2_dc_finish()175 if (buf->non_coherent_mem) { in vb2_dc_put()249 buf->non_coherent_mem = vb->vb2_queue->non_coherent_mem; in vb2_dc_alloc()255 if (buf->non_coherent_mem) in vb2_dc_alloc()285 if (buf->non_coherent_mem) in vb2_dc_mmap()481 if (buf->non_coherent_mem) in vb2_dc_get_base_sgt()663 buf->non_coherent_mem = 1; in vb2_dc_get_userptr()
729 static void set_queue_coherency(struct vb2_queue *q, bool non_coherent_mem) in set_queue_coherency() argument731 q->non_coherent_mem = 0; in set_queue_coherency()735 q->non_coherent_mem = non_coherent_mem; in set_queue_coherency()738 static bool verify_coherency_flags(struct vb2_queue *q, bool non_coherent_mem) in verify_coherency_flags() argument740 if (non_coherent_mem != q->non_coherent_mem) { in verify_coherency_flags()752 bool non_coherent_mem = flags & V4L2_MEMORY_FLAG_NON_COHERENT; in vb2_core_reqbufs() local768 !verify_coherency_flags(q, non_coherent_mem)) { in vb2_core_reqbufs()809 set_queue_coherency(q, non_coherent_mem); in vb2_core_reqbufs()912 bool non_coherent_mem = flags & V4L2_MEMORY_FLAG_NON_COHERENT; in vb2_core_create_bufs() local935 set_queue_coherency(q, non_coherent_mem); in vb2_core_create_bufs()[all …]
600 unsigned int non_coherent_mem:1; member
Completed in 15 milliseconds