Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/gpu/
Di915.rst279 `DRM_IOCTL_I915_GEM_CREATE`). An ioctl providing a batchbuffer for the GPU
280 to create will also list all GEM buffer objects that the batchbuffer reads
299 start of each batchbuffer. The non-deprecated ioctls to submit batchbuffer
310 submits a batchbuffer, the kernel walks the list of GEM buffer objects
311 used by the batchbuffer and guarantees that not only is the memory of
315 needs to edit the batchbuffer submitted to write the correct value of
318 for another GEM BO. Consequently, the ioctls submitting a batchbuffer
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_gpu_error.h134 } *ringbuffer, *batchbuffer, *wa_batchbuffer, *ctx, *hws_page; member
Di915_gpu_error.c500 if (ee->batchbuffer) { in error_print_engine()
501 u64 start = ee->batchbuffer->gtt_offset; in error_print_engine()
502 u64 end = start + ee->batchbuffer->gtt_size; in error_print_engine()
743 obj = ee->batchbuffer; in __err_print_to_sgl()
935 i915_error_object_free(ee->batchbuffer); in __i915_gpu_state_free()
1397 &ee->batchbuffer); in gem_record_rings()