Age | Commit message (Expand) | Author | Files | Lines |
2014-12-16 | drm/i915: Add GPGPU_THREADS_DISPATCHED to the register whitelist | Jordan Justen | 1 | -1/+3 |
2014-12-16 | drm/i915: Tidy up execbuffer command parsing code | Brad Volkin | 1 | -0/+8 |
2014-12-16 | drm/i915: Use batch length instead of object size in command parser | Brad Volkin | 1 | -16/+32 |
2014-12-16 | drm/i915: Use batch pools with the command parser | Brad Volkin | 1 | -17/+62 |
2014-12-10 | drm/i915: Add MI_SET_APPID cmd to cmd parser tables | Michael H. Nguyen | 1 | -3/+11 |
2014-12-03 | drm/i915: Flatten engine init control flow | Daniel Vetter | 1 | -7/+7 |
2014-11-14 | drm/i915: Add the predicate source registers to the register whitelist | Neil Roberts | 1 | -1/+5 |
2014-11-10 | Merge remote-tracking branch 'airlied/drm-next' into HEAD | Daniel Vetter | 1 | -2/+2 |
2014-11-07 | Merge tag 'topic/core-stuff-2014-11-05' of git://anongit.freedesktop.org/drm-... | Dave Airlie | 1 | -2/+2 |
2014-11-04 | drm/i915: Abort command parsing for chained batches | Brad Volkin | 1 | -1/+17 |
2014-10-28 | Merge tag 'drm-intel-next-2014-10-03-no-ppgtt' of git://anongit.freedesktop.o... | Dave Airlie | 1 | -7/+4 |
2014-10-21 | gpu:drm: Fix typo in Documentation/DocBook/drm.xml | Masanari Iida | 1 | -2/+2 |
2014-10-14 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -3/+1 |
2014-09-23 | drm/i915: Don't leak command parser tables on suspend/resume | Brad Volkin | 1 | -5/+7 |
2014-09-19 | drm/i915: Log a message when rejecting LRM to OACONTROL | Brad Volkin | 1 | -1/+3 |
2014-09-19 | drm/i915: Re-enable the command parser when using PPGTT | Brad Volkin | 1 | -6/+1 |
2014-08-13 | drm/i915: Fix up checks for aliasing ppgtt | Daniel Vetter | 1 | -3/+1 |
2014-06-18 | drm/i915: Add some L3 registers to the parser whitelist | Brad Volkin | 1 | -0/+3 |
2014-05-23 | drm/i915: s/intel_ring_buffer/intel_engine_cs | Oscar Mateo | 1 | -12/+12 |
2014-05-12 | drm/i915: Use hash tables for the command parser | Brad Volkin | 1 | -33/+125 |
2014-05-05 | Revert "drm/i915: fix build warning on 32-bit (v2)" | Jan Moskyto Matejka | 1 | -1/+1 |
2014-05-05 | drm/i915: Integrate cmd parser kerneldoc | Daniel Vetter | 1 | -1/+1 |
2014-04-09 | drm/i915: Add more registers to the whitelist for mesa | Brad Volkin | 1 | -0/+10 |
2014-04-09 | Merge remote-tracking branch 'airlied/drm-next' into HEAD | Daniel Vetter | 1 | -1/+1 |
2014-04-03 | Merge tag 'drm-intel-next-2014-03-21' of git://anongit.freedesktop.org/drm-in... | Dave Airlie | 1 | -1/+1 |
2014-04-02 | drm/i915: fix command parser debug print format mismatches | Jani Nikula | 1 | -1/+1 |
2014-04-02 | drm/i915: Track OACONTROL register enable/disable during parsing | Brad Volkin | 1 | -8/+27 |
2014-04-02 | drm/i915: Refactor cmd parser checks into a function | Brad Volkin | 1 | -65/+71 |
2014-04-02 | drm/i915: BUG_ON() when cmd/reg tables are not sorted | Brad Volkin | 1 | -10/+21 |
2014-04-02 | drm/i915: drop the typedef for drm_i915_private_t | Jani Nikula | 1 | -1/+1 |
2014-04-02 | drm/i915: Add OACONTROL to the command parser register whitelist. | Kenneth Graunke | 1 | -0/+6 |
2014-04-02 | drm/i915: Add a CMD_PARSER_VERSION getparam | Brad Volkin | 1 | -0/+19 |
2014-04-02 | drm/i915: Reject commands that would store to global HWS page | Brad Volkin | 1 | -1/+23 |
2014-04-02 | drm/i915: Enable PPGTT command parser checks | Brad Volkin | 1 | -11/+116 |
2014-04-02 | drm/i915: Reject commands that explicitly generate interrupts | Brad Volkin | 1 | -2/+20 |
2014-04-02 | drm/i915: Enable register whitelist checks | Brad Volkin | 1 | -3/+18 |
2014-04-02 | drm/i915: Add register whitelist for DRM master | Brad Volkin | 1 | -0/+29 |
2014-04-02 | drm/i915: Add register whitelists for mesa | Brad Volkin | 1 | -0/+45 |
2014-04-02 | drm/i915: Allow some privileged commands from master | Brad Volkin | 1 | -3/+3 |
2014-04-02 | drm/i915: Reject privileged commands | Brad Volkin | 1 | -16/+38 |
2014-04-02 | drm/i915: Initial command parser table definitions | Brad Volkin | 1 | -0/+157 |
2014-03-28 | drm/i915: fix build warning on 32-bit (v2) | Dave Airlie | 1 | -1/+1 |
2014-03-18 | drm/i915: Use the correct format string modifier for ptrdiff_t | Damien Lespiau | 1 | -1/+1 |
2014-03-08 | drm/i915: Implement command buffer parsing logic | Brad Volkin | 1 | -0/+485 |