summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_cmd_parser.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Fix vmap_batch page iterator overrunMika Kuoppala2015-03-171-1/+4
* drm/i915: Trim the command parser allocationsChris Wilson2015-02-231-40/+34
* drm/i915: Add GPGPU_THREADS_DISPATCHED to the register whitelistJordan Justen2014-12-161-1/+3
* drm/i915: Tidy up execbuffer command parsing codeBrad Volkin2014-12-161-0/+8
* drm/i915: Use batch length instead of object size in command parserBrad Volkin2014-12-161-16/+32
* drm/i915: Use batch pools with the command parserBrad Volkin2014-12-161-17/+62
* drm/i915: Add MI_SET_APPID cmd to cmd parser tablesMichael H. Nguyen2014-12-101-3/+11
* drm/i915: Flatten engine init control flowDaniel Vetter2014-12-031-7/+7
* drm/i915: Add the predicate source registers to the register whitelistNeil Roberts2014-11-141-1/+5
* Merge remote-tracking branch 'airlied/drm-next' into HEADDaniel Vetter2014-11-101-2/+2
|\
| * Merge tag 'topic/core-stuff-2014-11-05' of git://anongit.freedesktop.org/drm-...Dave Airlie2014-11-071-2/+2
| |\
| | * gpu:drm: Fix typo in Documentation/DocBook/drm.xmlMasanari Iida2014-10-211-2/+2
* | | drm/i915: Abort command parsing for chained batchesBrad Volkin2014-11-041-1/+17
|/ /
* | Merge tag 'drm-intel-next-2014-10-03-no-ppgtt' of git://anongit.freedesktop.o...Dave Airlie2014-10-281-7/+4
|\ \
| * | drm/i915: Log a message when rejecting LRM to OACONTROLBrad Volkin2014-09-191-1/+3
| * | drm/i915: Re-enable the command parser when using PPGTTBrad Volkin2014-09-191-6/+1
| |/
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-10-141-3/+1
|\ \ | |/
| * drm/i915: Fix up checks for aliasing ppgttDaniel Vetter2014-08-131-3/+1
* | drm/i915: Don't leak command parser tables on suspend/resumeBrad Volkin2014-09-231-5/+7
|/
* drm/i915: Add some L3 registers to the parser whitelistBrad Volkin2014-06-181-0/+3
* drm/i915: s/intel_ring_buffer/intel_engine_csOscar Mateo2014-05-221-12/+12
* drm/i915: Use hash tables for the command parserBrad Volkin2014-05-121-33/+125
* Revert "drm/i915: fix build warning on 32-bit (v2)"Jan Moskyto Matejka2014-05-051-1/+1
* drm/i915: Integrate cmd parser kerneldocDaniel Vetter2014-05-051-1/+1
* drm/i915: Add more registers to the whitelist for mesaBrad Volkin2014-04-091-0/+10
* Merge remote-tracking branch 'airlied/drm-next' into HEADDaniel Vetter2014-04-091-1/+1
|\
| * Merge tag 'drm-intel-next-2014-03-21' of git://anongit.freedesktop.org/drm-in...Dave Airlie2014-04-031-1/+1
| |\
| * | drm/i915: fix build warning on 32-bit (v2)Dave Airlie2014-03-281-1/+1
* | | drm/i915: fix command parser debug print format mismatchesJani Nikula2014-04-021-1/+1
* | | drm/i915: Track OACONTROL register enable/disable during parsingBrad Volkin2014-04-021-8/+27
* | | drm/i915: Refactor cmd parser checks into a functionBrad Volkin2014-04-021-65/+71
* | | drm/i915: BUG_ON() when cmd/reg tables are not sortedBrad Volkin2014-04-021-10/+21
* | | drm/i915: drop the typedef for drm_i915_private_tJani Nikula2014-04-011-1/+1
* | | drm/i915: Add OACONTROL to the command parser register whitelist.Kenneth Graunke2014-04-011-0/+6
* | | drm/i915: Add a CMD_PARSER_VERSION getparamBrad Volkin2014-04-011-0/+19
* | | drm/i915: Reject commands that would store to global HWS pageBrad Volkin2014-04-011-1/+23
* | | drm/i915: Enable PPGTT command parser checksBrad Volkin2014-04-011-11/+116
* | | drm/i915: Reject commands that explicitly generate interruptsBrad Volkin2014-04-011-2/+20
* | | drm/i915: Enable register whitelist checksBrad Volkin2014-04-011-3/+18
* | | drm/i915: Add register whitelist for DRM masterBrad Volkin2014-04-011-0/+29
* | | drm/i915: Add register whitelists for mesaBrad Volkin2014-04-011-0/+45
* | | drm/i915: Allow some privileged commands from masterBrad Volkin2014-04-011-3/+3
* | | drm/i915: Reject privileged commandsBrad Volkin2014-04-011-16/+38
* | | drm/i915: Initial command parser table definitionsBrad Volkin2014-04-011-0/+157
| |/ |/|
* | drm/i915: Use the correct format string modifier for ptrdiff_tDamien Lespiau2014-03-181-1/+1
|/
* drm/i915: Implement command buffer parsing logicBrad Volkin2014-03-071-0/+485
OpenPOWER on IntegriCloud