1. 698b313 drm/i915: Include a note about the dangers of I915_READ64/I915_WRITE64 by Chris Wilson · 11 years ago
  2. 6313c20 drm/i915: Per-process stats work better when evaluated per-process by Chris Wilson · 11 years ago
  3. b39fb29 drm/i915: Rename and comment all the RPS *stuff* by Ben Widawsky · 11 years ago
  4. 1f05c94 drm/i915: Store the HW min frequency as min_freq by Ben Widawsky · 11 years ago
  5. 765dab6 drm/i915: update the PC8 and runtime PM documentation by Paulo Zanoni · 11 years ago
  6. d688e09 drm/i915: kill struct i915_package_c8 by Paulo Zanoni · 11 years ago
  7. 5d584b2 drm/i915: move pc8.irqs_disabled to pm.irqs_disabled by Paulo Zanoni · 11 years ago
  8. 7c8615d drm/i915: remove dev_priv->pc8.enabled by Paulo Zanoni · 11 years ago
  9. 34f5754 drm/i915: kill pc8.disable_count by Paulo Zanoni · 11 years ago
  10. ba0239e drm/i915: remove dev_priv->pc8.requirements_met by Paulo Zanoni · 11 years ago
  11. a8a8bd5 drm/i915: make PC8 be part of runtime PM suspend/resume by Paulo Zanoni · 11 years ago
  12. 262ca2b drm/i915: Rename similar plane functions to avoid confusion by Matt Roper · 11 years ago
  13. e8e6e60 Merge tag 'v3.14-rc6' into drm-intel-next-queued by Daniel Vetter · 11 years ago
  14. 842f1c8 drm/i915: move dev_priv->suspend around by Daniel Vetter · 11 years ago
  15. 46f297f drm/i915: add plane_config fetching infrastructure v2 by Jesse Barnes · 11 years ago
  16. 351e3db drm/i915: Implement command buffer parsing logic by Brad Volkin · 11 years ago
  17. 4c914c0 drm/i915: Refactor shmem pread setup by Brad Volkin · 11 years ago
  18. 77961eb drm/i915: power domains: add vlv power wells by Imre Deak · 11 years ago
  19. f8b79e5 drm/i915: vlv: factor out valleyview_display_irq_install by Imre Deak · 11 years ago
  20. 319be8a drm/i915: add port power domains by Imre Deak · 11 years ago
  21. c6cb582 drm/i915: split power well 'set' handler to separate enable/disable/sync_hw by Imre Deak · 11 years ago
  22. efcad91 drm/i915: move power domain macros to intel_pm.c by Imre Deak · 11 years ago
  23. 93a25a9 drm/i915: Disable full ppgtt by default by Daniel Vetter · 11 years ago
  24. 9ad6ce5 drm/i915: Remove unused to_gem_object() macro by Damien Lespiau · 11 years ago
  25. cb216aa drm/i915: Make i915_gem_retire_requests_ring() static by Damien Lespiau · 11 years ago
  26. d615a16 drm/i915: Make num_sprites a per-pipe value by Damien Lespiau · 11 years ago
  27. 1fe4778 drm/i915: Add a for_each_sprite() macro by Damien Lespiau · 11 years ago
  28. 62d5d69 drm/i915: Add suspend count to error state by Mika Kuoppala · 11 years ago
  29. 48b031e drm/i915: Add reset count to error state by Mika Kuoppala · 11 years ago
  30. 5817446 drm/i915: Add reason for capture in error state by Mika Kuoppala · 11 years ago
  31. cb38300 drm/i915: Add error code into error state by Mika Kuoppala · 11 years ago
  32. ab0e7ff drm/i915: Record pid/comm of hanging task by Chris Wilson · 11 years ago
  33. 8d9fc7f drm/i915: Rely on accurate request tracking for finding hung batches by Chris Wilson · 11 years ago
  34. e998c40 drm/i915: assert force wake is disabled when we runtime suspend by Paulo Zanoni · 11 years ago
  35. 86c4ec0 drm/i915: kill dev_priv->pc8.gpu_idle by Paulo Zanoni · 11 years ago
  36. 8232644 drm/i915: Convert the forcewake worker into a timer func by Chris Wilson · 11 years ago
  37. f62a007 drm/i915: Accurately track when we mark the hardware as idle/busy by Chris Wilson · 11 years ago
  38. 0409875 drm/i915: use power domain api to check vga power state by Imre Deak · 11 years ago
  39. da7e29b drm/i915: use drm_i915_private everywhere in the power domain api by Imre Deak · 11 years ago
  40. 5abbcca drm/i915/bdw: Kill ppgtt->num_pt_pages by Ben Widawsky · 11 years ago
  41. 7ad47cf drm/i915/bdw: Reorganize PT allocations by Ben Widawsky · 11 years ago
  42. 782f149 drm/i915: Make clear/insert vfuncs args absolute by Ben Widawsky · 11 years ago
  43. 321f2ad drm/i915: Move ppgtt_release out of the header by Ben Widawsky · 11 years ago
  44. b287110 drm/i915: Simplify i915_gem_object_ggtt_unpin by Daniel Vetter · 11 years ago
  45. bf3d149 drm/i915: split PIN_GLOBAL out from PIN_MAPPABLE by Daniel Vetter · 11 years ago
  46. 1ec9e26 drm/i915: Consolidate binding parameters into flags by Daniel Vetter · 11 years ago
  47. 4932e2c drm/i915: add unregister callback to connector by Imre Deak · 11 years ago
  48. 53f5e3c drm/i915: add a display info file to debugfs v2 by Jesse Barnes · 11 years ago
  49. a0bae57 drm/i915: Provide a command line option to disable display by Damien Lespiau · 11 years ago
  50. 91d181d drm/i915: vlv: handle only enabled pipestat interrupt events by Imre Deak · 11 years ago
  51. 755e901 drm/i915: pass status instead of enable flags to i915_enable_pipestat by Imre Deak · 11 years ago
  52. e5aa654 drm/i915: Reorder i915_params fields to not create holes by Damien Lespiau · 11 years ago
  53. 76c4ac0 drm/i915: Use I915_MAX_PIPES in the pipe/plane_to_crtc_mapping definitions by Damien Lespiau · 11 years ago
  54. 22d3fd46 drm/i915: Move num_plane to the intel_device_info structure by Damien Lespiau · 11 years ago
  55. 5c969aa drm/i915: Make the intel_device_info structure kept in dev_priv writable by Damien Lespiau · 11 years ago
  56. da89486 Merge tag 'drm-intel-fixes-2014-02-11' of ssh://git.freedesktop.org/git/drm-intel into drm-next by Dave Airlie · 11 years ago
  57. 4e6b788 drm/i915: Disable dp aux irq on g4x by Daniel Vetter · 11 years ago
  58. a57c774 drm/i915: Reorganize display pipe register accesses by Antti Koskipaa · 11 years ago
  59. 76c3552f drm/i915/vlv: WA to fix Voltage not getting dropped to Vmin when Gfx is power gated. by Deepak S · 11 years ago
  60. 3fac897 drm/i915: Tune down debug output when context is banned by Mika Kuoppala · 11 years ago
  61. 6c7a01e drm/i915: Capture PPGTT info on error capture by Ben Widawsky · 11 years ago
  62. 91ec5d1 drm/i915: Add some more registers to error state by Ben Widawsky · 11 years ago
  63. 362b8af drm/i915: Move per ring error state to ring_error by Ben Widawsky · 11 years ago
  64. 585b028 drm/i915: Reorder struct members by Ben Widawsky · 11 years ago
  65. e515b47 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 11 years ago
  66. 9b0cd30 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  67. ec5e0cf drm/i915: fix wait_remaining_ms_from_jiffies by Imre Deak · 11 years ago
  68. 2754436 drm/i915: Disable/Enable PM Intrrupts based on the current freq. by Deepak S · 11 years ago
  69. c5dc5ce drm/i915: Create a USES_PPGTT macro by Ben Widawsky · 11 years ago
  70. d330a95 drm/i915: move module parameters into a struct, in a new file by Jani Nikula · 11 years ago
  71. f3ce382 drm/i915: Include HW status page in error capture by Chris Wilson · 11 years ago
  72. 372fbb8 drm/i915: Decouple GPU error reporting from ring initialisation by Chris Wilson · 11 years ago
  73. 768cf7f drm/i915: Kill most of the FBC register save/restore by Ville Syrjälä · 11 years ago
  74. 0e5539b Merge branch 'topic/ppgtt' into drm-intel-next-queued by Daniel Vetter · 11 years ago
  75. f113d75 drm/i915: Remove incorrect comment about struct mutex by Ben Widawsky · 11 years ago
  76. 6aec02f drm/i915: drop the i915.fbpercrtc module parameter by Jani Nikula · 11 years ago
  77. 41c54e5 drm/i915: Kill dev_priv->irq_received by Ville Syrjälä · 11 years ago
  78. dce56b3 drm/i915: save some time when waiting the eDP timings by Paulo Zanoni · 11 years ago
  79. 0d9d349 Merge commit origin/master into drm-intel-next by Daniel Vetter · 11 years ago
  80. 98feb7c Merge branch 'acpi-cleanup' by Rafael J. Wysocki · 11 years ago
  81. 3a77c4c drm/i915: Drop I915_ prefix from HAS_FBC by Daniel Vetter · 11 years ago
  82. 87d60b6 drm/i915: Add PPGTT dumper by Ben Widawsky · 11 years ago
  83. 7e0d96b drm/i915: Use multiple VMs -- the point of no return by Ben Widawsky · 11 years ago
  84. 3d7f0f9 Merge commit drm-intel-fixes into topic/ppgtt by Daniel Vetter · 11 years ago
  85. 679845e drm/i915: Clean up VMAs before freeing by Ben Widawsky · 11 years ago
  86. 41bde55 drm/i915: Get context early in execbuf by Ben Widawsky · 11 years ago
  87. c482972 drm/i915: Piggy back hangstats off of contexts by Ben Widawsky · 11 years ago
  88. 0eea67e drm/i915: Create a per file_priv default context by Ben Widawsky · 11 years ago
  89. bdf4fd7 drm/i915: Do aliasing PPGTT init with contexts by Ben Widawsky · 11 years ago
  90. c7c48df drm/i915: Add VM to context by Ben Widawsky · 11 years ago
  91. 246cbfb drm/i915: Reorganize intel_enable_ppgtt by Ben Widawsky · 11 years ago
  92. eeb9488 drm/i915: Extract mm switching to function by Ben Widawsky · 11 years ago
  93. c8d4c0d drm/i915: Use drm_mm for PPGTT PDEs by Ben Widawsky · 11 years ago
  94. a3d67d2 drm/i915: PPGTT vfuncs should take a ppgtt argument by Ben Widawsky · 11 years ago
  95. 2fa48d8 drm/i915: Split context enabling from init by Ben Widawsky · 11 years ago
  96. acce9ff drm/i915: Better reset handling for contexts by Ben Widawsky · 11 years ago
  97. 0009e46 drm/i915: Track which ring a context ran on by Ben Widawsky · 11 years ago
  98. e422b88 drm/i915: Add a context open function by Ben Widawsky · 11 years ago
  99. 6f65e29 drm/i915: Create bind/unbind abstraction for VMAs by Ben Widawsky · 11 years ago
  100. d7f46fc drm/i915: Make pin count per VMA by Ben Widawsky · 11 years ago