aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris/iris_batch.c
Commit message (Expand)AuthorAgeFilesLines
* iris: Explicitly cast value to uint64_tEmmanuel2020-07-011-2/+2
* iris: Fix documentation for _iris_batch_flushRohan Garg2020-06-161-6/+0
* iris: Remove render cache hash table-based synchronization.Francisco Jerez2020-06-031-2/+0
* iris: Remove depth cache set tracking and synchronization.Francisco Jerez2020-06-031-3/+0
* iris: Introduce cache coherency matrix for batch-local memory ordering.Francisco Jerez2020-06-031-0/+1
* iris: Annotate all BO uses with domain and sequence number information.Francisco Jerez2020-06-031-3/+8
* iris: Add infrastructure to partition batch into sync boundaries.Francisco Jerez2020-06-031-0/+3
* iris: Simplify iris_batch_prepare_noop().Francisco Jerez2020-06-031-4/+5
* iris: Rename iris_seqno to iris_fine_fenceChris Wilson2020-05-281-9/+9
* iris: add identifier BOLionel Landwerlin2020-05-201-0/+5
* gallium: change comments to remove 'state tracker'Marek Olšák2020-05-131-1/+1
* iris: Place a seqno at the end of every batchChris Wilson2020-05-011-6/+25
* iris: Give up on not passing ice to iris_init_batchKenneth Graunke2020-05-011-11/+9
* iris: Rename iris_syncpt to iris_syncobj for clarity.Kenneth Graunke2020-05-011-16/+16
* iris: move iris_vtable to iris_screenMike Blumenkrantz2020-04-291-2/+0
* iris: make BATCH_SZ smaller by BATCH_RESERVED bytesPaulo Zanoni2020-04-151-6/+0
* iris: Trim "../../src/gallium/drivers/iris/" out of debug dump filenamesKenneth Graunke2020-02-151-0/+4
* iris: add support INTEL_blackhole_renderLionel Landwerlin2020-02-131-0/+43
* iris: Support multiple chained batches.Kenneth Graunke2020-01-291-20/+20
* iris: Drop 'engine' from iris_batch.Kenneth Graunke2020-01-291-7/+1
* intel/decoder: Make get_state_size take a full 64-bit address and a baseKenneth Graunke2019-12-101-11/+4
* iris: Mark aux-map BO as used by all batchesJordan Justen2019-10-281-9/+44
* intel/common: provide common ioctl routineMark Janes2019-08-011-1/+2
* iris: Better handle decoder base addressesKenneth Graunke2019-07-151-0/+3
* iris: Minor tidyingKenneth Graunke2019-07-031-4/+1
* iris: Implement INTEL_DEBUG=pc for pipe control logging.Kenneth Graunke2019-06-201-6/+10
* iris: Record state sizes for INTEL_DEBUG=bat decoding.Kenneth Graunke2019-05-231-2/+22
* iris: Expose PIPE_CAP_DEVICE_RESET_STATUS_QUERYKenneth Graunke2019-05-091-0/+34
* iris: Hook up device reset callbacksKenneth Graunke2019-05-091-0/+7
* iris: Try to recover from GPU hangs.Kenneth Graunke2019-05-091-0/+31
* iris: Reorganise execbuf to have a single point of failureChris Wilson2019-05-081-27/+20
* iris: support INTEL_NO_HW environment variableMike Blumenkrantz2019-04-101-1/+1
* iris: Push heavy memchecker code to DEBUGChris Wilson2019-03-221-0/+12
* iris: Fix batch chaining map_next increment.Kenneth Graunke2019-03-221-1/+1
* iris: Wire up EGL_IMG_context_priorityChris Wilson2019-03-071-1/+4
* iris: fix decode_get_bo callbackLionel Landwerlin2019-03-071-1/+3
* iris: fix decoder callLionel Landwerlin2019-03-071-1/+1
* iris: Use READ_ONCE and WRITE_ONCE for snapshots_landedKenneth Graunke2019-02-211-2/+0
* iris: Drop dead state_size hash tableKenneth Graunke2019-02-211-21/+2
* iris: Drop comment about ISP_DISKenneth Graunke2019-02-211-2/+0
* iris: Don't check other batches for our batch BOKenneth Graunke2019-02-211-25/+27
* iris: don't print the pointer in INTEL_DEBUG=submitKenneth Graunke2019-02-211-4/+3
* iris: Put batches in an arrayKenneth Graunke2019-02-211-5/+15
* iris: Add wait fences to properly sync between render/computeKenneth Graunke2019-02-211-0/+2
* iris: Hang on to the last batch's sync-point, so we can wait on itKenneth Graunke2019-02-211-0/+6
* iris: Tag each submitted batch with a syncobjChris Wilson2019-02-211-0/+18
* iris: Drop vestiges of throttling codeKenneth Graunke2019-02-211-9/+1
* iris: Merge two walks of the exec_bos listChris Wilson2019-02-211-5/+2
* iris: replace vestiges of fence fds with newer exec_fence APIKenneth Graunke2019-02-211-24/+47
* iris: Avoid synchronizing due to the workaround BOKenneth Graunke2019-02-211-0/+8