1. ab0e7ff drm/i915: Record pid/comm of hanging task by Chris Wilson · 11 years ago
  2. 8d9fc7f drm/i915: Rely on accurate request tracking for finding hung batches by Chris Wilson · 11 years ago
  3. e998c40 drm/i915: assert force wake is disabled when we runtime suspend by Paulo Zanoni · 11 years ago
  4. 86c4ec0 drm/i915: kill dev_priv->pc8.gpu_idle by Paulo Zanoni · 11 years ago
  5. 8232644 drm/i915: Convert the forcewake worker into a timer func by Chris Wilson · 11 years ago
  6. f62a007 drm/i915: Accurately track when we mark the hardware as idle/busy by Chris Wilson · 11 years ago
  7. 0409875 drm/i915: use power domain api to check vga power state by Imre Deak · 11 years ago
  8. da7e29b drm/i915: use drm_i915_private everywhere in the power domain api by Imre Deak · 11 years ago
  9. 5abbcca drm/i915/bdw: Kill ppgtt->num_pt_pages by Ben Widawsky · 11 years ago
  10. 7ad47cf drm/i915/bdw: Reorganize PT allocations by Ben Widawsky · 11 years ago
  11. 782f149 drm/i915: Make clear/insert vfuncs args absolute by Ben Widawsky · 11 years ago
  12. 321f2ad drm/i915: Move ppgtt_release out of the header by Ben Widawsky · 11 years ago
  13. b287110 drm/i915: Simplify i915_gem_object_ggtt_unpin by Daniel Vetter · 11 years ago
  14. bf3d149 drm/i915: split PIN_GLOBAL out from PIN_MAPPABLE by Daniel Vetter · 11 years ago
  15. 1ec9e26 drm/i915: Consolidate binding parameters into flags by Daniel Vetter · 11 years ago
  16. 4932e2c drm/i915: add unregister callback to connector by Imre Deak · 11 years ago
  17. 53f5e3c drm/i915: add a display info file to debugfs v2 by Jesse Barnes · 11 years ago
  18. a0bae57 drm/i915: Provide a command line option to disable display by Damien Lespiau · 11 years ago
  19. 91d181d drm/i915: vlv: handle only enabled pipestat interrupt events by Imre Deak · 11 years ago
  20. 755e901 drm/i915: pass status instead of enable flags to i915_enable_pipestat by Imre Deak · 11 years ago
  21. e5aa654 drm/i915: Reorder i915_params fields to not create holes by Damien Lespiau · 11 years ago
  22. 76c4ac0 drm/i915: Use I915_MAX_PIPES in the pipe/plane_to_crtc_mapping definitions by Damien Lespiau · 11 years ago
  23. 22d3fd46 drm/i915: Move num_plane to the intel_device_info structure by Damien Lespiau · 11 years ago
  24. 5c969aa drm/i915: Make the intel_device_info structure kept in dev_priv writable by Damien Lespiau · 11 years ago
  25. a57c774 drm/i915: Reorganize display pipe register accesses by Antti Koskipaa · 11 years ago
  26. 76c3552f drm/i915/vlv: WA to fix Voltage not getting dropped to Vmin when Gfx is power gated. by Deepak S · 11 years ago
  27. 3fac897 drm/i915: Tune down debug output when context is banned by Mika Kuoppala · 11 years ago
  28. 6c7a01e drm/i915: Capture PPGTT info on error capture by Ben Widawsky · 11 years ago
  29. 91ec5d1 drm/i915: Add some more registers to error state by Ben Widawsky · 11 years ago
  30. 362b8af drm/i915: Move per ring error state to ring_error by Ben Widawsky · 11 years ago
  31. 585b028 drm/i915: Reorder struct members by Ben Widawsky · 11 years ago
  32. e515b47 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 11 years ago
  33. ec5e0cf drm/i915: fix wait_remaining_ms_from_jiffies by Imre Deak · 11 years ago
  34. 2754436 drm/i915: Disable/Enable PM Intrrupts based on the current freq. by Deepak S · 11 years ago
  35. c5dc5ce drm/i915: Create a USES_PPGTT macro by Ben Widawsky · 11 years ago
  36. d330a95 drm/i915: move module parameters into a struct, in a new file by Jani Nikula · 11 years ago
  37. f3ce382 drm/i915: Include HW status page in error capture by Chris Wilson · 11 years ago
  38. 372fbb8 drm/i915: Decouple GPU error reporting from ring initialisation by Chris Wilson · 11 years ago
  39. 768cf7f drm/i915: Kill most of the FBC register save/restore by Ville Syrjälä · 11 years ago
  40. 0e5539b Merge branch 'topic/ppgtt' into drm-intel-next-queued by Daniel Vetter · 11 years ago
  41. f113d75 drm/i915: Remove incorrect comment about struct mutex by Ben Widawsky · 11 years ago
  42. 6aec02f drm/i915: drop the i915.fbpercrtc module parameter by Jani Nikula · 11 years ago
  43. 41c54e5 drm/i915: Kill dev_priv->irq_received by Ville Syrjälä · 11 years ago
  44. dce56b3 drm/i915: save some time when waiting the eDP timings by Paulo Zanoni · 11 years ago
  45. 0d9d349 Merge commit origin/master into drm-intel-next by Daniel Vetter · 11 years ago
  46. 3a77c4c drm/i915: Drop I915_ prefix from HAS_FBC by Daniel Vetter · 11 years ago
  47. 87d60b6 drm/i915: Add PPGTT dumper by Ben Widawsky · 11 years ago
  48. 7e0d96b drm/i915: Use multiple VMs -- the point of no return by Ben Widawsky · 11 years ago
  49. 3d7f0f9 Merge commit drm-intel-fixes into topic/ppgtt by Daniel Vetter · 11 years ago
  50. 679845e drm/i915: Clean up VMAs before freeing by Ben Widawsky · 11 years ago
  51. 41bde55 drm/i915: Get context early in execbuf by Ben Widawsky · 11 years ago
  52. c482972 drm/i915: Piggy back hangstats off of contexts by Ben Widawsky · 11 years ago
  53. 0eea67e drm/i915: Create a per file_priv default context by Ben Widawsky · 11 years ago
  54. bdf4fd7 drm/i915: Do aliasing PPGTT init with contexts by Ben Widawsky · 11 years ago
  55. c7c48df drm/i915: Add VM to context by Ben Widawsky · 11 years ago
  56. 246cbfb drm/i915: Reorganize intel_enable_ppgtt by Ben Widawsky · 11 years ago
  57. eeb9488 drm/i915: Extract mm switching to function by Ben Widawsky · 11 years ago
  58. c8d4c0d drm/i915: Use drm_mm for PPGTT PDEs by Ben Widawsky · 11 years ago
  59. a3d67d2 drm/i915: PPGTT vfuncs should take a ppgtt argument by Ben Widawsky · 11 years ago
  60. 2fa48d8 drm/i915: Split context enabling from init by Ben Widawsky · 11 years ago
  61. acce9ff drm/i915: Better reset handling for contexts by Ben Widawsky · 11 years ago
  62. 0009e46 drm/i915: Track which ring a context ran on by Ben Widawsky · 11 years ago
  63. e422b88 drm/i915: Add a context open function by Ben Widawsky · 11 years ago
  64. 6f65e29 drm/i915: Create bind/unbind abstraction for VMAs by Ben Widawsky · 11 years ago
  65. d7f46fc drm/i915: Make pin count per VMA by Ben Widawsky · 11 years ago
  66. 820c198 drm/i915: s/haswell_update_wm/ilk_update_wm/ by Imre Deak · 11 years ago
  67. 8553c18 drm/i915: Try to fix the messy IVB sprite scaling workaround by Ville Syrjälä · 11 years ago
  68. f00076d drm/i915: parse backlight modulation frequency from the BIOS VBT by Jani Nikula · 11 years ago
  69. df4547d drm/i915: add runtime PM support on Haswell by Paulo Zanoni · 11 years ago
  70. 48018a5 drm/i915: release the GTT mmaps when going into D3 by Paulo Zanoni · 11 years ago
  71. 993495a drm/i915: Rework the FBC interval/stall stuff a bit by Ville Syrjälä · 11 years ago
  72. 25945b6 Merge tag 'drm-intel-fixes-2013-12-11' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 11 years ago
  73. 62a3a12 Merge branch 'bdw-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 11 years ago
  74. e9fe51c drm/i915: Use FLISDSI interface for band gap reset by Shobhit Kumar · 11 years ago
  75. 3dda20a drm/i915: Record BB_ADDR for every ring by Ville Syrjälä · 11 years ago
  76. 8a18745 drm/i915: add initial Runtime PM functions by Paulo Zanoni · 11 years ago
  77. f7698ba Merge tag 'v3.13-rc3' into drm-intel-next-queued by Daniel Vetter · 11 years ago
  78. f742a55 drm/i915: fix pm init ordering by Daniel Vetter · 11 years ago
  79. ddf9c53 drm/i915: add intel_display_power_enabled_sw() for use in atomic ctx by Imre Deak · 11 years ago
  80. 940aece drm/i915/vlv: Valleyview support for forcewake Individual power wells. by Deepak S · 11 years ago
  81. c8d9a59 drm/i915: Add power well arguments to force wake routines. by Deepak S · 11 years ago
  82. 1da5158 drm/i915: add a debugfs entry for power domain info by Imre Deak · 11 years ago
  83. 1c2256d drm/i915: add a default always-on power well by Imre Deak · 11 years ago
  84. 6f3ef5d drm/i915: add always-on power wells instead of special casing them by Imre Deak · 11 years ago
  85. c1ca727 drm/i915: support for multiple power wells by Imre Deak · 11 years ago
  86. fbeeaa2 drm/i915: add audio power domain by Imre Deak · 11 years ago
  87. 7c6c265 drm/i915: Do not enable package C8 on unsupported hardware by Chris Wilson · 11 years ago
  88. f671d11 drm/i915: remove intel_uncore_clear_errors by Daniel Vetter · 11 years ago
  89. c09cd6e Merge branch 'backlight-rework' into drm-intel-next-queued by Daniel Vetter · 11 years ago
  90. 96ab4c7 Merge branch 'bdw-fixes' into backlight-rework by Daniel Vetter · 11 years ago
  91. 565ee38 drm/i915: do not save/restore backlight registers in KMS by Jani Nikula · 11 years ago
  92. 58cad07 drm/i915: nuke get max backlight functions by Jani Nikula · 11 years ago
  93. bc0bb9f drm/i915: remove QUIRK_NO_PCH_PWM_ENABLE by Jani Nikula · 11 years ago
  94. 5dd8c4c drm/i915/bdw: Add BDW to ULT macro by Ben Widawsky · 11 years ago
  95. 7bd688c drm/i915: handle backlight through chip specific functions by Jani Nikula · 11 years ago
  96. 58c6877 drm/i915: make backlight info per-connector by Jani Nikula · 11 years ago
  97. b635991 drm/i915: add i915_get_reset_stats_ioctl by Mika Kuoppala · 11 years ago
  98. 2ac0f45 drm/i915: add i915_reset_count by Mika Kuoppala · 11 years ago
  99. e4607fc drm/i915/vlv: Make the vlv_dpio_read/vlv_dpio_write more PHY centric by Chon Ming Lee · 11 years ago
  100. ab0169b Merge tag 'bdw-stage1-2013-11-08-v2' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago