1. 7b9748c drm/i915: Add GEN7_GPGPU_DISPATCHDIMX/Y/Z to the register whitelist by Jordan Justen · 9 years ago
  2. 614f4ad drm/i915: Fix cmdparser STORE/LOAD command descriptors by Chris Wilson · 9 years ago
  3. 2bbe6bb drm/i915: Bump command parser version number. by Francisco Jerez · 10 years ago
  4. f1afe24 drm/i915: Change SRM, LRM instructions to use correct length by Arun Siluvery · 9 years ago
  5. 8453580 drm/i915: Fix command parser table validator by Hanno Böck · 9 years ago
  6. 9f58582 drm/i915: Properly sort MI coomand table by Hanno Böck · 9 years ago
  7. 9e00084 drm/i915: Update WaFlushCoherentL3CacheLinesAtContextSwitch by Arun Siluvery · 9 years ago
  8. d351f6d drm/i915: Add SCRATCH1 and ROW_CHICKEN3 to the register whitelist. by Francisco Jerez · 10 years ago
  9. 4e86f72 drm/i915: Extend the parser to check register writes against a mask/value pair. by Francisco Jerez · 10 years ago
  10. 6a65c5b drm/i915: Fix command parser to validate multiple register access with the same command. by Francisco Jerez · 10 years ago
  11. de4e783 drm/i915: Tidy batch pool logic by Chris Wilson · 10 years ago
  12. 72c5ba9 drm/i915: Fix vmap_batch page iterator overrun by Mika Kuoppala · 10 years ago
  13. 17cabf5 drm/i915: Trim the command parser allocations by Chris Wilson · 10 years ago
  14. c61200c drm/i915: Add GPGPU_THREADS_DISPATCHED to the register whitelist by Jordan Justen · 10 years ago
  15. 7174537 drm/i915: Tidy up execbuffer command parsing code by Brad Volkin · 10 years ago
  16. b9ffd80 drm/i915: Use batch length instead of object size in command parser by Brad Volkin · 10 years ago
  17. 78a4237 drm/i915: Use batch pools with the command parser by Brad Volkin · 10 years ago
  18. 86ef630 drm/i915: Add MI_SET_APPID cmd to cmd parser tables by Michael H. Nguyen · 10 years ago
  19. bfc882b drm/i915: Flatten engine init control flow by Daniel Vetter · 10 years ago
  20. f1f55cc drm/i915: Add the predicate source registers to the register whitelist by Neil Roberts · 10 years ago
  21. eb84f97 Merge remote-tracking branch 'airlied/drm-next' into HEAD by Daniel Vetter · 10 years ago
  22. 1f9e14b Merge tag 'topic/core-stuff-2014-11-05' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  23. 42c7156 drm/i915: Abort command parsing for chained batches by Brad Volkin · 10 years ago
  24. bbf0ef0 Merge tag 'drm-intel-next-2014-10-03-no-ppgtt' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  25. 32197aa gpu:drm: Fix typo in Documentation/DocBook/drm.xml by Masanari Iida · 10 years ago
  26. 2d65a9f Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  27. 22cb99a drm/i915: Don't leak command parser tables on suspend/resume by Brad Volkin · 10 years ago
  28. 00caf01 drm/i915: Log a message when rejecting LRM to OACONTROL by Brad Volkin · 10 years ago
  29. 9beb0cc drm/i915: Re-enable the command parser when using PPGTT by Brad Volkin · 10 years ago
  30. 896ab1a drm/i915: Fix up checks for aliasing ppgtt by Daniel Vetter · 10 years ago
  31. c9224fa drm/i915: Add some L3 registers to the parser whitelist by Brad Volkin · 11 years ago
  32. a4872ba drm/i915: s/intel_ring_buffer/intel_engine_cs by Oscar Mateo · 11 years ago
  33. 44e895a drm/i915: Use hash tables for the command parser by Brad Volkin · 11 years ago
  34. 4b6eab5 Revert "drm/i915: fix build warning on 32-bit (v2)" by Jan Moskyto Matejka · 11 years ago
  35. 122b250 drm/i915: Integrate cmd parser kerneldoc by Daniel Vetter · 11 years ago
  36. 113a047 drm/i915: Add more registers to the whitelist for mesa by Brad Volkin · 11 years ago
  37. 8cbf320 Merge remote-tracking branch 'airlied/drm-next' into HEAD by Daniel Vetter · 11 years ago
  38. 66e514c Merge tag 'drm-intel-next-2014-03-21' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 11 years ago
  39. 86a2512 drm/i915: fix command parser debug print format mismatches by Jani Nikula · 11 years ago
  40. 6e66ea1 drm/i915: Track OACONTROL register enable/disable during parsing by Brad Volkin · 11 years ago
  41. b651000 drm/i915: Refactor cmd parser checks into a function by Brad Volkin · 11 years ago
  42. 300233e drm/i915: BUG_ON() when cmd/reg tables are not sorted by Brad Volkin · 11 years ago
  43. 77fec55 drm/i915: drop the typedef for drm_i915_private_t by Jani Nikula · 11 years ago
  44. 180b813 drm/i915: Add OACONTROL to the command parser register whitelist. by Kenneth Graunke · 11 years ago
  45. d728c8e drm/i915: Add a CMD_PARSER_VERSION getparam by Brad Volkin · 11 years ago
  46. 114d4f7 drm/i915: Reject commands that would store to global HWS page by Brad Volkin · 11 years ago
  47. d4d4803 drm/i915: Enable PPGTT command parser checks by Brad Volkin · 11 years ago
  48. b18b396 drm/i915: Reject commands that explicitly generate interrupts by Brad Volkin · 11 years ago
  49. f0a346b drm/i915: Enable register whitelist checks by Brad Volkin · 11 years ago
  50. 220375a drm/i915: Add register whitelist for DRM master by Brad Volkin · 11 years ago
  51. 5947de9 drm/i915: Add register whitelists for mesa by Brad Volkin · 11 years ago
  52. 17c1eb1 drm/i915: Allow some privileged commands from master by Brad Volkin · 11 years ago
  53. 9c640d1 drm/i915: Reject privileged commands by Brad Volkin · 11 years ago
  54. 3a6fa98 drm/i915: Initial command parser table definitions by Brad Volkin · 11 years ago
  55. 60f2b4a drm/i915: fix build warning on 32-bit (v2) by Dave Airlie · 11 years ago
  56. e5081a5 drm/i915: Use the correct format string modifier for ptrdiff_t by Damien Lespiau · 11 years ago
  57. 351e3db drm/i915: Implement command buffer parsing logic by Brad Volkin · 11 years ago