Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/gpu/
Di915.rst282 `DRM_IOCTL_I915_GEM_CREATE`). An ioctl providing a batchbuffer for the GPU
283 to create will also list all GEM buffer objects that the batchbuffer reads
302 start of each batchbuffer. The non-deprecated ioctls to submit batchbuffer
313 submits a batchbuffer, the kernel walks the list of GEM buffer objects
314 used by the batchbuffer and guarantees that not only is the memory of
318 needs to edit the batchbuffer submitted to write the correct value of
321 for another GEM BO. Consequently, the ioctls submitting a batchbuffer
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gpu_error.h142 } *ringbuffer, *batchbuffer, *wa_batchbuffer, *ctx, *hws_page; member
Di915_gpu_error.c487 if (ee->batchbuffer) { in error_print_engine()
488 u64 start = ee->batchbuffer->gtt_offset; in error_print_engine()
489 u64 end = start + ee->batchbuffer->gtt_size; in error_print_engine()
761 obj = ee->batchbuffer; in i915_error_state_to_str()
922 i915_error_object_free(ee->batchbuffer); in __i915_gpu_state_free()
1483 ee->batchbuffer = in gem_record_rings()