1. 6d3d827 drm/i915: Subsume intel_ctx_submit_request in to drm_i915_gem_request by Nick Hoath · 10 years ago
  2. 72f95af drm/i915: Removed duplicate members from submit_request by Nick Hoath · 10 years ago
  3. 190f68c drm/i915: Pass new_config down do crtc_compute_clock by Ander Conselvan de Oliveira · 10 years ago
  4. 5cec258 drm/i915: Rename struct intel_crtc_config to intel_crtc_state by Ander Conselvan de Oliveira · 10 years ago
  5. 96178ee drm/i915: Modifying structures related to DRRS by Vandana Kannan · 10 years ago
  6. 707b6e3 drm/i915: Increase the range of sideband address. by Deepak S · 10 years ago
  7. 693d11c drm/i915/chv: Populate total EU count on Cherryview by Deepak S · 10 years ago
  8. 0a0c001 drm/i915: Update DRIVER_DATE to 20150117 by Daniel Vetter · 10 years ago
  9. 0243f7b drm/i915: group link_standby setup and let this info visible everywhere. by Rodrigo Vivi · 10 years ago
  10. 2f3408c drm/i915: fix build for CONFIG_BUG=n by Jani Nikula · 10 years ago
  11. 0a87a2d Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queued by Daniel Vetter · 10 years ago
  12. 58fddc2 drm/i915: add component support by Imre Deak · 10 years ago
  13. 888d0d4 drm/i915: add dev_to_i915 helper by Imre Deak · 10 years ago
  14. c9dc0f3 drm/i915: Add ioctl to set per-context parameters by Chris Wilson · 10 years ago
  15. 676fa57 drm/i915: Move the ban period onto the context by Chris Wilson · 10 years ago
  16. 9025452 Revert "drm/i915: Parsing LFP brightness control from VBT" by Rodrigo Vivi · 10 years ago
  17. 379a2d3 Merge tag 'drm-intel-next-fixes-2014-12-30' of git://anongit.freedesktop.org/drm-intel into linus by Dave Airlie · 10 years ago
  18. da6b51d Revert "drm/gem: Warn on illegal use of the dumb buffer interface v2" by Dave Airlie · 10 years ago
  19. 0e2cfc0 drm/i915: Update DRIVER_DATE to 20141219 by Daniel Vetter · 10 years ago
  20. 01f5a62 Revert "drm/i915: Preserve VGACNTR bits from the BIOS" by Ville Syrjälä · 10 years ago
  21. e2c719b drm/i915: tame the chattermouth (v2) by Rob Clark · 10 years ago
  22. b9ffd80 drm/i915: Use batch length instead of object size in command parser by Brad Volkin · 10 years ago
  23. 78a4237 drm/i915: Use batch pools with the command parser by Brad Volkin · 10 years ago
  24. 493018d drm/i915: Implement a framework for batch buffer pools by Brad Volkin · 10 years ago
  25. 371abae drm/i915: Parsing LFP brightness control from VBT by Deepak M · 10 years ago
  26. fe14d5f drm/i915: Infrastructure for supporting different GGTT views per object by Tvrtko Ursulin · 10 years ago
  27. 5f77eeb drm/i915: Use BUILD_BUG if possible in the i915 WARN_ON by Daniel Vetter · 10 years ago
  28. 9f49c37 drm/i915: save/restore GMBUS freq across suspend/resume on gen4 by Jesse Barnes · 10 years ago
  29. 7ff0ebc drm/i915: Move FBC stuff to intel_fbc.c by Rodrigo Vivi · 10 years ago
  30. 67e2937 drm/i915: Add unique id to the request structure for debugging by John Harrison · 10 years ago
  31. 93dc1b6 drm/i915: Update DRIVER_DATE to 20141205 by Daniel Vetter · 10 years ago
  32. 7bd0e22 drm/i915: compute wait_ioctl timeout correctly by Daniel Vetter · 10 years ago
  33. 581c26e8 drm/i915: Convert 'trace_irq' to use requests rather than seqnos by John Harrison · 10 years ago
  34. 41c5241 drm/i915: Remove the now redundant 'obj->ring' by John Harrison · 10 years ago
  35. 1b5a433 drm/i915: Convert 'i915_seqno_passed' calls into 'i915_gem_request_completed' by John Harrison · 10 years ago
  36. 9400ae5 drm/i915: Remove obsolete seqno parameter from 'i915_add_request' by John Harrison · 10 years ago
  37. 9c65481 drm/i915: Convert __wait_seqno() to __wait_request() by John Harrison · 10 years ago
  38. f245860 drm/i915: Check locking in i915_gem_request_unreference by Daniel Vetter · 10 years ago
  39. a4b3a57 drm/i915: Convert i915_wait_seqno to i915_wait_request by Daniel Vetter · 10 years ago
  40. b6660d5 drm/i915: Make 'i915_gem_check_olr' actually check by request not seqno by John Harrison · 10 years ago
  41. 97b2a6a drm/i915: Replace last_[rwf]_seqno with last_[rwf]_req by John Harrison · 10 years ago
  42. b793a00 drm/i915: Add helper functions to aid seqno -> request transition by John Harrison · 10 years ago
  43. abfe262 drm/i915: Add reference count to request structure by John Harrison · 10 years ago
  44. 4feb765 drm/i915: Remove user pinning code by Daniel Vetter · 10 years ago
  45. b32c6f4 drm/i915: Enable PSR for Baytrail and Braswell. by Rodrigo Vivi · 10 years ago
  46. bfd7ebd drm/i915: Parse VBT PSR block. by Rodrigo Vivi · 10 years ago
  47. 26045b5 Merge tag 'drm-intel-next-2014-11-21-fixed' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  48. e7f1d0b drm/i915: Update DRIVER_DATE to 20141121 by Daniel Vetter · 10 years ago
  49. 355a701 drm/gem: Warn on illegal use of the dumb buffer interface v2 by Thomas Hellstrom · 10 years ago
  50. 656bfa3 drm/i915: Pin tiled objects for L-shaped configs by Daniel Vetter · 10 years ago
  51. f548c0e drm/i915: Can i915_gem_init_ioctl by Daniel Vetter · 10 years ago
  52. 377e91b drm/i915: Sanitize ->lastclose by Daniel Vetter · 10 years ago
  53. 8725548 drm/i915: Ditch dev_priv->ums.mm_suspend by Daniel Vetter · 10 years ago
  54. 71b14ab drm/i915: No-Op enter/leave vt gem ioctl by Daniel Vetter · 10 years ago
  55. 5c6c600 drm/i915: Remove DRI1 ring accessors and API by Chris Wilson · 10 years ago
  56. dcb4c12 drm/i915/bdw: Pin the context backing objects to GGTT on-demand by Oscar Mateo · 10 years ago
  57. d4d70aa drm/i915: sanitize rps irq disabling by Imre Deak · 10 years ago
  58. 151a49d drm/i915: Extend pcode mailbox interface by Tom O'Rourke · 10 years ago
  59. d1a2dc7 drm/i915/skl: Define shared DPLLs for Skylake by Satheeshakrishna M · 10 years ago
  60. 429d47d drm/i915/skl: Structure/enum definitions for SKL clocks by Satheeshakrishna M · 10 years ago
  61. b0cd324 drm/i915: don't save/restore backlight hist ctl registers by Jani Nikula · 10 years ago
  62. 6517d27 drm/i915: Pass the current pipe from eDP init to backlight setup by Ville Syrjälä · 10 years ago
  63. 6a2c423 drm/i915: Make the physical object coherent with GTT by Chris Wilson · 10 years ago
  64. 69f627f drm/i915: Update DRIVER_DATE to 20141107 by Daniel Vetter · 10 years ago
  65. 6bcda4f drm/i915: Cache HPLL frequency on VLV/CHV by Ville Syrjälä · 10 years ago
  66. 16e9a21 drm/i915: Make __wait_seqno non-static and rename to __i915_wait_seqno by Ander Conselvan de Oliveira · 10 years ago
  67. 38cff0b drm/i915/skl: Gen9 Forcewake by Zhe Wang · 10 years ago
  68. 34bb56a drm/i915/skl: Stage the pipe DDB allocation by Damien Lespiau · 10 years ago
  69. b99f58d drm/i915/skl: Reduce the number of holes in struct skl_wm_level by Damien Lespiau · 10 years ago
  70. 16160e3 drm/i915/skl: Make 'end' of the DDB allocation entry exclusive by Damien Lespiau · 10 years ago
  71. 08db665 drm/i915/skl: Check the DDB state at modeset by Damien Lespiau · 10 years ago
  72. 2d41c0b drm/i915/skl: SKL Watermark Computation by Pradeep Bhat · 10 years ago
  73. c193924 drm/i915/skl: Add DDB allocation management structures by Damien Lespiau · 10 years ago
  74. 2ac96d2 drm/i915/skl: Definition of SKL WM param structs for pipe/plane by Pradeep Bhat · 10 years ago
  75. 2af30a5 drm/i915/skl: Read the Memory Latency Values for WM computation by Pradeep Bhat · 10 years ago
  76. 7f518dd drm/i915: Remove orphaned prototype gen6_set_pm_mask() by Damien Lespiau · 10 years ago
  77. 7637b6b drm/i915: Remove unused WATCH_GTT define by Damien Lespiau · 10 years ago
  78. f3019a4 drm/i915: Remove crtc_mode_set() hook by Ander Conselvan de Oliveira · 10 years ago
  79. 8bd31e6 drm/i915: Add infrastructure for choosing DPLLs before disabling crtcs by Ander Conselvan de Oliveira · 10 years ago
  80. 3e369b7 drm/i915: Move dpll crtc_mask and hw_state fields into separate struct by Ander Conselvan de Oliveira · 10 years ago
  81. 1e6f2dd drm/i915: Convert shared dpll reference count to a crtc mask by Ander Conselvan de Oliveira · 10 years ago
  82. c883ef1 drm/i915: Redefine WARN_ON to include the condition by Mika Kuoppala · 10 years ago
  83. 69bfe1a drm/i915: introduce intel_audio_codec_{enable, disable} by Jani Nikula · 10 years ago
  84. 820d2d7 drm/i915/audio: pass intel_encoder on to platform specific ELD functions by Jani Nikula · 10 years ago
  85. aff4376 drm/i915: Move flags describing VMA mappings into the VMA by Tvrtko Ursulin · 10 years ago
  86. 3eebaec drm/i915: Update DRIVER_DATE to 20141024 by Daniel Vetter · 10 years ago
  87. fc49b3d drm/i915: unify switcheroo and legacy suspend/resume handlers by Imre Deak · 10 years ago
  88. d9ceb81 drm/i915: preserve swizzle settings if necessary v4 by Jesse Barnes · 10 years ago
  89. 7225342 drm/i915: Build workaround list in ring initialization by Mika Kuoppala · 10 years ago
  90. c765319 drm/i915: Make *_crtc_mode_set() take an intel_crtc insted of drm_crtc by Ander Conselvan de Oliveira · 10 years ago
  91. a919ff1 drm/i915: Make *_find_best_dpll() take an intel_crtc insted of drm_crtc by Ander Conselvan de Oliveira · 10 years ago
  92. f2fbc69 drm/i915: Convert a couple more INTEL_INFO-esque macros to be pointer agnostic by Chris Wilson · 10 years ago
  93. 58abf1d drm/i915: Do not export RC6p and RC6pp if they don't exist by Rodrigo Vivi · 10 years ago
  94. d68a08a drm/i915: Remove IS_ULT() by Damien Lespiau · 10 years ago
  95. dbf7786 drm/i915: Use IS_HSW_ULT() in HAS_IPS() by Damien Lespiau · 10 years ago
  96. 47339cd drm/i915: Extract intel_fifo_underrun.c by Daniel Vetter · 10 years ago
  97. a8cbd45 Merge branch 'drm-intel-next-fixes' into drm-intel-next by Daniel Vetter · 10 years ago
  98. b727735 drm/i915: Update DRIVER_DATE to 20141003 by Daniel Vetter · 10 years ago
  99. b963291 drm/i915: Use dev_priv instead of dev in irq setup functions by Daniel Vetter · 10 years ago
  100. 2aeb7d3 drm/i915: s/pm._irqs_disabled/pm.irqs_enabled/ by Daniel Vetter · 10 years ago