aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/tools/error2aub.c
Commit message (Expand)AuthorAgeFilesLines
* intel/tools: Support multiple contexts in intel_dump_gpu.Rafael Antognolli2019-10-101-2/+6
* intel/error2aub: add support for platforms without PPGTTLionel Landwerlin2019-10-041-15/+24
* intel/tools: use C99 print conversion specifier for 32 bit buildsMark Janes2019-06-051-1/+1
* intel/error2aub: support older style engine namesLionel Landwerlin2019-03-081-6/+14
* intel/error2aub: deal with GuC log bufferLionel Landwerlin2019-03-081-0/+1
* intel/error2aub: add a verbose optionLionel Landwerlin2019-03-081-2/+16
* intel/error2aub: write GGTT buffers into the aub fileLionel Landwerlin2019-03-081-12/+70
* intel/error2aub: store engine last ring buffer head/tail pointersLionel Landwerlin2019-03-081-0/+22
* intel/error2aub: annotate buffer with their address spaceLionel Landwerlin2019-03-081-11/+26
* intel/error2aub: parse other buffer typesLionel Landwerlin2019-03-081-13/+22
* intel/error2aub: strenghten batchbuffer identifier markerLionel Landwerlin2019-03-081-2/+2
* intel/error2aub: identify buffers by engineLionel Landwerlin2019-03-081-24/+60
* intel/error2aub: build a list of BOs before writing themLionel Landwerlin2019-03-081-37/+87
* intel/aub_write: switch to use i915_drm engine classesLionel Landwerlin2019-03-071-1/+1
* intel/aub_write: write header in initLionel Landwerlin2019-03-071-2/+2
* intel/aub_write: split comment section from HW setupLionel Landwerlin2019-03-071-0/+1
* drm-uapi: use local files, not system libdrmEric Engestrom2019-02-141-1/+1
* intel/tools: fix resource leakAndrii Simiklit2018-11-011-0/+10
* intel/tools: include stdarg.h in error2aubJonathan Gray2018-11-011-0/+1
* intel/tools: initialise bo_addr to 0 in mainKai Wasserbäch2018-08-201-1/+1
* intel/tools: add missing variable initialisationEric Engestrom2018-08-091-1/+1
* intel/tools: Add an error state to aub translatorJason Ekstrand2018-07-181-0/+332