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

/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_vm.c975 * @pvr_heap: Target heap.
983 pvr_heap_contains_range(const struct drm_pvr_heap *pvr_heap, u64 start, u64 end) argument
985 return pvr_heap->base <= start && end < pvr_heap->base + pvr_heap->size;

Completed in 342 milliseconds