aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_cmd_parser.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-21drm/i915: Move Haswell registers to separate whitelist tableJordan Justen1-0/+4
2016-03-21drm/i915: Use an array of register tables in command parserJordan Justen1-29/+72
2016-03-21drm/i915: Add TIMESTAMP to register whitelistJordan Justen1-0/+1
2016-03-16drm/i915: Rename intel_engine_cs function parametersTvrtko Ursulin1-61/+61
2015-11-18drm/i915: Type safe register read/writeVille Syrjälä1-4/+4
2015-11-18drm/i915: Make the cmd parser 64bit regs explicitVille Syrjälä1-12/+17
2015-10-06drm/i915: Add GEN7_GPGPU_DISPATCHDIMX/Y/Z to the register whitelistJordan Justen1-1/+5
2015-09-04drm/i915: Fix cmdparser STORE/LOAD command descriptorsChris Wilson1-2/+2
2015-09-01drm/i915: Bump command parser version number.Francisco Jerez1-1/+2
2015-08-26drm/i915: Change SRM, LRM instructions to use correct lengthArun Siluvery1-5/+5
2015-07-29drm/i915: Fix command parser table validatorHanno Böck1-1/+1
2015-07-29drm/i915: Properly sort MI coomand tableHanno Böck1-1/+1
2015-07-06drm/i915: Update WaFlushCoherentL3CacheLinesAtContextSwitchArun Siluvery1-3/+3
2015-06-15drm/i915: Add SCRATCH1 and ROW_CHICKEN3 to the register whitelist.Francisco Jerez1-0/+7
2015-06-15drm/i915: Extend the parser to check register writes against a mask/value pair.Francisco Jerez1-45/+93
2015-06-15drm/i915: Fix command parser to validate multiple register access with the same command.Francisco Jerez1-31/+43
2015-04-10drm/i915: Tidy batch pool logicChris Wilson1-9/+3
2015-03-17drm/i915: Fix vmap_batch page iterator overrunMika Kuoppala1-1/+4
2015-02-23drm/i915: Trim the command parser allocationsChris Wilson1-40/+34
2014-12-16drm/i915: Add GPGPU_THREADS_DISPATCHED to the register whitelistJordan Justen1-1/+3
2014-12-16drm/i915: Tidy up execbuffer command parsing codeBrad Volkin1-0/+8
2014-12-16drm/i915: Use batch length instead of object size in command parserBrad Volkin1-16/+32
2014-12-16drm/i915: Use batch pools with the command parserBrad Volkin1-17/+62
2014-12-10drm/i915: Add MI_SET_APPID cmd to cmd parser tablesMichael H. Nguyen1-3/+11
2014-12-03drm/i915: Flatten engine init control flowDaniel Vetter1-7/+7
2014-11-14drm/i915: Add the predicate source registers to the register whitelistNeil Roberts1-1/+5
2014-11-10Merge remote-tracking branch 'airlied/drm-next' into HEADDaniel Vetter1-2/+2
2014-11-07Merge tag 'topic/core-stuff-2014-11-05' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-2/+2
2014-11-04drm/i915: Abort command parsing for chained batchesBrad Volkin1-1/+17
2014-10-28Merge tag 'drm-intel-next-2014-10-03-no-ppgtt' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-7/+4
2014-10-21gpu:drm: Fix typo in Documentation/DocBook/drm.xmlMasanari Iida1-2/+2
2014-10-14Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-3/+1
2014-09-23drm/i915: Don't leak command parser tables on suspend/resumeBrad Volkin1-5/+7
2014-09-19drm/i915: Log a message when rejecting LRM to OACONTROLBrad Volkin1-1/+3
2014-09-19drm/i915: Re-enable the command parser when using PPGTTBrad Volkin1-6/+1
2014-08-13drm/i915: Fix up checks for aliasing ppgttDaniel Vetter1-3/+1
2014-06-18drm/i915: Add some L3 registers to the parser whitelistBrad Volkin1-0/+3
2014-05-22drm/i915: s/intel_ring_buffer/intel_engine_csOscar Mateo1-12/+12
2014-05-12drm/i915: Use hash tables for the command parserBrad Volkin1-33/+125
2014-05-05Revert "drm/i915: fix build warning on 32-bit (v2)"Jan Moskyto Matejka1-1/+1
2014-05-05drm/i915: Integrate cmd parser kerneldocDaniel Vetter1-1/+1
2014-04-09drm/i915: Add more registers to the whitelist for mesaBrad Volkin1-0/+10
2014-04-09Merge remote-tracking branch 'airlied/drm-next' into HEADDaniel Vetter1-1/+1
2014-04-03Merge tag 'drm-intel-next-2014-03-21' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-1/+1
2014-04-02drm/i915: fix command parser debug print format mismatchesJani Nikula1-1/+1
2014-04-02drm/i915: Track OACONTROL register enable/disable during parsingBrad Volkin1-8/+27
2014-04-02drm/i915: Refactor cmd parser checks into a functionBrad Volkin1-65/+71
2014-04-02drm/i915: BUG_ON() when cmd/reg tables are not sortedBrad Volkin1-10/+21
2014-04-01drm/i915: drop the typedef for drm_i915_private_tJani Nikula1-1/+1
2014-04-01drm/i915: Add OACONTROL to the command parser register whitelist.Kenneth Graunke1-0/+6