1. 9576c27 drm/i915: update BDW DDI buffer translations by Paulo Zanoni · 10 years ago
  2. 1ce826d drm/i915: Simplify processing of the golden render context state by Chris Wilson · 10 years ago
  3. 6254b20 drm/i915: Simplify i915_gem_release_all_mmaps() by Chris Wilson · 10 years ago
  4. 868d665 drm/i915: Fix memory leak in intel_dsi_init() error path by Christoph Jaeger · 10 years ago
  5. 5755c78 drm/i915: Improve PSR debugfs status. by Rodrigo Vivi · 10 years ago
  6. 7c8f8a7 drm/i915: Force PSR exit by inactivating it. by Rodrigo Vivi · 10 years ago
  7. 62942ed drm/i915/vlv: disable PPGTT on early revs v3 by Jesse Barnes · 10 years ago
  8. d593d99 drm/i915: Fix __user sparse warning by Ville Syrjälä · 10 years ago
  9. 19c656a drm/i915: Print PCI revision in i915_dump_device_info() by Ville Syrjälä · 10 years ago
  10. 60a5ca0 drm/i915: Add locking around framebuffer_references-- by Ville Syrjälä · 10 years ago
  11. 642f9bb drm/i915: PSR HSW: update after enabling sprite. by Rodrigo Vivi · 10 years ago
  12. 0e0ae65 drm/i915: BDW PSR: Remove DDIA limitation for Broadwell. by Rodrigo Vivi · 10 years ago
  13. 4c8c700 drm/i915: BDW PSR: Remove limitations that aren't valid for BDW. by Rodrigo Vivi · 10 years ago
  14. 82c5625 drm/i915: BDW PSR: Add single frame update support. by Rodrigo Vivi · 10 years ago
  15. 34eb757 drm/i915: Do not try to enable PSR when Panel doesn't suport it. by Rodrigo Vivi · 10 years ago
  16. 1648725 drm/i915: Don't let update_psr function actually enable PSR. by Rodrigo Vivi · 10 years ago
  17. 4704c57 drm/i915: Use HAS_PSR to avoid unecessary interactions. by Rodrigo Vivi · 10 years ago
  18. 3d7d651 drm/i915: Switch to unified plane cursor handling (v4) by Matt Roper · 10 years ago
  19. e328795 drm/i915: Add intel_crtc_cursor_set_obj() to set cursor buffer (v2) by Matt Roper · 10 years ago
  20. fc1d3e4 drm: Allow drivers to register cursor planes with crtc by Matt Roper · 10 years ago
  21. 17cfd91 drm: Avoid NULL deference when disabling a plane from userspace by Chris Wilson · 10 years ago
  22. 161d0dc drm: Support legacy cursor ioctls via universal planes when possible (v4) by Matt Roper · 10 years ago
  23. b36552b drm: Refactor setplane to allow internal use (v3) by Matt Roper · 10 years ago
  24. c394c2b drm: Refactor framebuffer creation to allow internal use (v2) by Matt Roper · 10 years ago
  25. 7405f42 drm/i915/chv: Fix "drm/i915/chv: Add a bunch of pre production workarounds" by Tom O'Rourke · 10 years ago
  26. 3b2cc8a drm/i915/bdw: Do not write the Semaphore Sync Registers in GEN8+ by Oscar Mateo · 10 years ago
  27. b90b91d drm/i915: Prefault the entire object on first page fault by Chris Wilson · 10 years ago
  28. a8aab8b drm/i915: Fix VLV CRC reading. by Rodrigo Vivi · 10 years ago
  29. 75a91c9 drm/i915: Update DRIVER_DATE to 20140606 by Daniel Vetter · 10 years ago
  30. 1001860 drm/i915: preserve user forcewake over system suspend/resume by Imre Deak · 10 years ago
  31. 9e31c2a5 drm/i915: fix possible refcount leak when resetting forcewake by Imre Deak · 10 years ago
  32. fdaf66d drm/i915: Use %c in a format string for the pipe name by Damien Lespiau · 10 years ago
  33. daa3afb drm/i915/bdw: Add Broadwell support for debugfs rps freq info by Tom O'Rourke · 10 years ago
  34. f417c11 drm/i915: Don't get hw state from DVO chip unless DVO is enabled by Ville Syrjälä · 10 years ago
  35. e0f0273 drm/i915: Use named initializers for gmch wm params by Ville Syrjälä · 10 years ago
  36. ef0cf27 drm/i915: Use the .release hook to drop the stolen drm_mm tracking by Chris Wilson · 10 years ago
  37. a33d710 drm/i915: Only wait one vblank when disabling crc if the pipe is on by Daniel Vetter · 10 years ago
  38. a211b49 drm/i915: Add #defines for short/long pulse on gmch platforms by Daniel Vetter · 10 years ago
  39. 542c184 drm/i915: Simplify intel_gpu_reset by Robert Beckett · 10 years ago
  40. d5ec263 drm/i915: Drop unused lut tables from intel_plane by Matt Roper · 10 years ago
  41. 0e572fe drm/i915: runtime PM support for DPMS by Daniel Vetter · 10 years ago
  42. 7365fb7 drm/i915: enable PPGTT on VLV by Jesse Barnes · 10 years ago
  43. a2560a6 drm/i915: Use transcoder as index to MIPI regs by Shashank Sharma · 10 years ago
  44. 4ad83e9 drm/i915: Change Mipi register definitions by Shashank Sharma · 10 years ago
  45. 1a5036b drivers/gpu/drm/i915/dma: style fixes by Robin Schroer · 10 years ago
  46. f461d1b drm/i915: use shmem helpers if possible by David Herrmann · 10 years ago
  47. 465c120 drm/i915: Intel-specific primary plane handling (v8) by Matt Roper · 10 years ago
  48. 3b150f0 drm/i915: don't force full modeset if primary plane is disabled (v2) by Matt Roper · 10 years ago
  49. 75e2acf drm/i915: Drop locking around fbdev-fb in debugfs by Daniel Vetter · 10 years ago
  50. f3d2887 drm/i915: Fix context locking in debugfs by Daniel Vetter · 10 years ago
  51. be19f0f drm/i915: Check for a NULL shared dpll before dereferencing by Chris Wilson · 10 years ago
  52. 4328633d drm/i915: Make intel_dsi_init() return void by Damien Lespiau · 10 years ago
  53. b5fbcd98 drm/i915: Fix checkpatch errors by Shobhit Kumar · 10 years ago
  54. 2dcbc34 drm/i915/chv: Handle video DIP registers on CHV by Ville Syrjälä · 10 years ago
  55. 2d401b1 drm/i915: Don't use pipe_offset stuff for DPLL registers by Ville Syrjälä · 10 years ago
  56. 61407f6 drm/i915/chv: Force PHY clock buffers off after PLL disable by Ville Syrjälä · 10 years ago
  57. b9e5ac3 drm/i915/chv: Force clock buffer enables by Ville Syrjälä · 10 years ago
  58. 9197c88 drm/i915/chv: Try to program the PHY used clock channel overrides by Ville Syrjälä · 10 years ago
  59. 13a5660 drm/i915/chv: Freq(opcode) request for CHV. by Deepak S · 10 years ago
  60. ab53c26 drm/i915/chv: Skip gen6_gt_check_fifodbg() on CHV by Ville Syrjälä · 10 years ago
  61. 3f4e349 drm/i915/chv: CHV doesn't need WaRsForcewakeWaitTC0 by Ville Syrjälä · 10 years ago
  62. 2b6b3a0 drm/i915/chv: Enable RPS (Turbo) for Cherryview by Deepak S · 10 years ago
  63. f98551a drm/i915: Keep vblank interrupts enabled while enabling/disabling planes by Ville Syrjälä · 10 years ago
  64. 1938e59 drm/i915/chv: Added CHV specific register read and write and Streamline CHV forcewake stuff by Deepak S · 10 years ago
  65. 3880774 drm/i915/chv: Enable Render Standby (RC6) for Cherryview by Deepak S · 10 years ago
  66. 6118efe drm/i915: move psr_setup_done to psr struct by Rodrigo Vivi · 10 years ago
  67. bc1dfff Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next by Dave Airlie · 10 years ago
  68. 1ae5a62 drm/nouveau/disp/dp: fix tmds passthrough on dp connector by Ben Skeggs · 10 years ago
  69. 8777c5c drm/nouveau/dp: probe dpcd to determine connectedness by Ben Skeggs · 10 years ago
  70. efa366f drm/nv50-: trigger update after all connectors disabled by Ben Skeggs · 10 years ago
  71. e84a35a drm/nv50-: prepare for attaching a SOR to multiple heads by Ben Skeggs · 10 years ago
  72. e32d68c drm/gf119-/disp: fix debug output on update failure by Ben Skeggs · 10 years ago
  73. c33ba68 drm/nouveau/disp/dp: make use of postcursor when its available by Ben Skeggs · 10 years ago
  74. 3e1eb5c drm/g94-/disp/dp: take max pullup value across all lanes by Ben Skeggs · 10 years ago
  75. 7a14bc7 drm/nouveau/bios/dp: parse lane postcursor data by Ben Skeggs · 10 years ago
  76. 4874322 drm/nouveau/dp: fix support for dpms by Ben Skeggs · 10 years ago
  77. 8894f49 drm/nouveau: register a drm_dp_aux channel for each dp connector by Ben Skeggs · 10 years ago
  78. ebd6acb drm/g94-/disp: add method to power-off dp lanes by Ben Skeggs · 10 years ago
  79. 55f083c drm/nouveau/disp/dp: maintain link in response to hpd signal by Ben Skeggs · 10 years ago
  80. 13a6175 drm/g94-/disp: bash and wait for something after changing lane power regs by Ben Skeggs · 10 years ago
  81. 1ecee1c drm/nouveau/disp/dp: split link config/power into two steps by Ben Skeggs · 10 years ago
  82. b17932c drm/nv50/disp: train PIOR-attached DP from second supervisor by Ben Skeggs · 10 years ago
  83. 3b52a1f drm/nouveau/disp/dp: make use of existing output data for link training by Ben Skeggs · 10 years ago
  84. 2bd651e drm/gf119/disp: start removing direct vbios parsing from supervisor by Ben Skeggs · 10 years ago
  85. 415f12e drm/nv50/disp: start removing direct vbios parsing from supervisor by Ben Skeggs · 10 years ago
  86. bb7ef1e drm/nouveau/disp/dp: maintain receiver caps in response to hpd signal by Ben Skeggs · 10 years ago
  87. b8407c9 drm/nouveau/disp/dp: create subclass for dp outputs by Ben Skeggs · 10 years ago
  88. 456b057 drm/nouveau: use connector events for HPD instead of GPIO watching by Ben Skeggs · 10 years ago
  89. 7a014a8 drm/nouveau/disp: add internal representaion of output paths and connectors by Ben Skeggs · 10 years ago
  90. 20014cb drm/nouveau/bios: extend connector table parsing by Ben Skeggs · 10 years ago
  91. 377b1f1 drm/nouveau/disp: nothing to see here by Ben Skeggs · 10 years ago
  92. 37da5b8 drm/nouveau/i2c/anx9805: add debugging to aux transactions by Ben Skeggs · 10 years ago
  93. 9efc583 drm/nouveau/i2c: introduce locking at a per-port level by Ben Skeggs · 10 years ago
  94. d2ae2eb drm/nouveau/i2c: balance port acquire/release by Ben Skeggs · 10 years ago
  95. 0ff3297 drm/gk104/i2c: add aux channel interrupt driver by Ben Skeggs · 10 years ago
  96. d78fa39 drm/g94/i2c: add aux channel interrupt driver by Ben Skeggs · 10 years ago
  97. 3668a33 drm/nouveau/i2c: add interfaces to support handling aux channel interrupts by Ben Skeggs · 10 years ago
  98. c26fe84 drm/nouveau/i2c: start hiding subdev-internal interfaces by Ben Skeggs · 10 years ago
  99. 0bac987 drm/nouveau/i2c: remove unnecessary i2c_set_adapdata() by Ben Skeggs · 10 years ago
  100. 842c295 drm/nouveau/i2c: properly hand aux reply back to caller, and only retry on defer by Ben Skeggs · 10 years ago