1. eb8bc8d drm/i915: Remove vma unpin in intel_plane_destroy by Maarten Lankhorst · 8 years ago
  2. 749d98b drm/i915: Fix hw state verifier access to crtc->state. by Maarten Lankhorst · 8 years ago
  3. a8b9370 drm/i915/guc: Dump the GuC stage descriptor pool in debugfs by Oscar Mateo · 8 years ago
  4. ff26ffa drm/i915: Fix __intel_wait_for_register_fw to not sleep in atomic by Daniel Vetter · 8 years ago
  5. e11ffdd drm/i915: Simplify cursor register write sequence by Ville Syrjälä · 8 years ago
  6. d9e1551 drm/i915: Relax 845/865 CURBASE alignemnt requirement to 32 bytes by Ville Syrjälä · 8 years ago
  7. 1e7b4fd drm/i915: Handle fb offset and src coordinates for cursors by Ville Syrjälä · 8 years ago
  8. fabac48 drm/i915: Fix gen3 physical cursor alignment requirements by Ville Syrjälä · 8 years ago
  9. 024faac drm/i915: Support variable cursor height on ivb+ by Ville Syrjälä · 8 years ago
  10. 1e1bb87 drm/i915: Use fb->pitches[0] in cursor code by Ville Syrjälä · 8 years ago
  11. 3637ecf drm/i915: Generalize cursor size checks a bit by Ville Syrjälä · 8 years ago
  12. 659056f drm/i915: Split cursor check_plane into i845 and i9xx variants by Ville Syrjälä · 8 years ago
  13. 75343a4 drm/i915: Drop useless posting reads from cursor commit by Ville Syrjälä · 8 years ago
  14. b2d03b0 drm/i915: Move cursor position and base handling into the platform specific functions by Ville Syrjälä · 8 years ago
  15. ed27022 drm/i915: Refactor CURPOS calculation by Ville Syrjälä · 8 years ago
  16. cd5dcbf drm/i915: Clean up cursor junk from intel_crtc by Ville Syrjälä · 8 years ago
  17. 1cecc83 drm/i915: Refactor CURBASE calculation by Ville Syrjälä · 8 years ago
  18. 282dbf9 drm/i915: Pass intel_plane and intel_crtc to plane hooks by Ville Syrjälä · 8 years ago
  19. d509e28 drm/i915: Parametrize cursor/primary pipe select bits by Ville Syrjälä · 8 years ago
  20. ab33081 drm/i915: Add support for sprites on g4x by Ville Syrjälä · 8 years ago
  21. e93329a drm/i915: Add g4x watermark tracepoint by Ville Syrjälä · 8 years ago
  22. 79d9430 drm/i915: Enable HPLL watermarks on g4x by Ville Syrjälä · 8 years ago
  23. 04548cb drm/i915: Two stage watermarks for g4x by Ville Syrjälä · 8 years ago
  24. 42f4ac6 drm/i915: Apply the g4x TLB miss w/a to SR watermarks as well by Ville Syrjälä · 8 years ago
  25. baf69ca drm/i915: Refactor wm calculations by Ville Syrjälä · 8 years ago
  26. 0f95ff8 drm/i915: Refactor the g4x TLB miss w/a to a helper by Ville Syrjälä · 8 years ago
  27. 624a0ac drm/i915: Fix the g4x watermark TLB miss workaround by Ville Syrjälä · 8 years ago
  28. 99834b1 drm/i915: Fix cursor 'cpp' in watermark calculatins for old platforms by Ville Syrjälä · 8 years ago
  29. 62571fc drm/i915: Document CxSR by Ville Syrjälä · 8 years ago
  30. 57a6528 drm/i915: Make vlv/chv watermark debug print less cryptic by Ville Syrjälä · 8 years ago
  31. 114d7dc drm/i915: Rename bunch of vlv_ watermark structures to g4x_ by Ville Syrjälä · 8 years ago
  32. 6d5019b drm/i915: s/vlv_num_wm_levels/intel_wm_num_levels/ by Ville Syrjälä · 8 years ago
  33. 868b0c0 drm/i915: Drop the debug message from vlv_get_fifo_size() by Ville Syrjälä · 8 years ago
  34. 77d14ee drm/i915: s/vlv_plane_wm_compute/vlv_raw_plane_wm_compute/ etc. by Ville Syrjälä · 8 years ago
  35. 52eb92c drm/i915/lvds: Remove magic from PLL programming by Imre Deak · 8 years ago
  36. a92d1a9 drm/i915: Sanitize stolen memory size calculation by Imre Deak · 8 years ago
  37. 0290cf3 drm/i915: Check error return when converting pipe to connector by Imre Deak · 8 years ago
  38. 4519290 drm/i915: Check error return when setting DMA mask by Imre Deak · 8 years ago
  39. 9901664 drm/i915/sdvo: Check error return from intel_sdvo_get_value() by Imre Deak · 8 years ago
  40. 9bacd4b drm/i915/dp: Check error return during DPCD capability queries by Imre Deak · 8 years ago
  41. ed58570 drm/i915/vlv: Fix port B PLL opamp initialization by Imre Deak · 8 years ago
  42. 48de568 drm/i915: Show dmc debug registers on Kabylake by Mika Kuoppala · 8 years ago
  43. 16586fc drm/i915: Move uncore definitions into a separate header by Michal Wajdeczko · 8 years ago
  44. 261aeba drm/i915: use memdup_user_nul by Geliang Tang · 8 years ago
  45. 6f38123 drm/i915: Fix rawclk readout for g4x by Ville Syrjälä · 8 years ago
  46. 5e5655c drm/i915: Micro-optimise hotpath through intel_ring_begin() by Chris Wilson · 8 years ago
  47. 95aebcb drm/i915: Report the ring->space from intel_ring_update_space() by Chris Wilson · 8 years ago
  48. 605d5b3 drm/i915: Avoid the branch in computing intel_ring_space() by Chris Wilson · 8 years ago
  49. 266a240 drm/i915: Use engine->context_pin() to report the intel_ring by Chris Wilson · 8 years ago
  50. c944a30 drm/i915: Implement dma_buf_ops->kmap by Chris Wilson · 8 years ago
  51. ad15f74 Merge tag 'tags/drm-for-v4.12' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  52. 8a2d6ae ALSA: x86: Register multiple PCM devices for the LPE audio card by Ville Syrjälä · 8 years ago
  53. b4eb0d5 ALSA: x86: Split snd_intelhad into card and PCM specific structures by Ville Syrjälä · 8 years ago
  54. bb4ac5a ALSA: x86: Prepare LPE audio ctls for multiple PCMs by Ville Syrjälä · 8 years ago
  55. a8562e4 drm/i915: Clean up the LPE audio platform data by Ville Syrjälä · 8 years ago
  56. 20be551 drm/i915: Reorganize intel_lpe_audio_notify() arguments by Ville Syrjälä · 8 years ago
  57. 265fa2e drm/i915: Remove hdmi_connected from LPE audio pdata by Ville Syrjälä · 8 years ago
  58. c98ec5b drm/i915: Replace tmds_clock_speed and link_rate with just ls_clock by Ville Syrjälä · 8 years ago
  59. d220559 drm/i915: Remove the unused pending_notify from LPE platform data by Ville Syrjälä · 8 years ago
  60. ebf5f92 drm/i915: Stop pretending to mask/unmask LPE audio interrupts by Ville Syrjälä · 8 years ago
  61. 8d5c303 ALSA: x86: Clear the pdata.notify_lpe_audio pointer before teardown by Ville Syrjälä · 8 years ago
  62. 183c003 drm/i915: Fix runtime PM for LPE audio by Ville Syrjälä · 8 years ago
  63. 49f0859 drm/i915: Switch the global i915.semaphores check to a local predicate by Chris Wilson · 8 years ago
  64. fc9d4d2 drm/i915: Do not record a successful syncpoint for a dma-await by Chris Wilson · 8 years ago
  65. 7e8894e drm/i915: Rename intel_timeline.sync_seqno[] to .global_sync[] by Chris Wilson · 8 years ago
  66. 4797948 drm/i915: Squash repeated awaits on the same fence by Chris Wilson · 8 years ago
  67. ceae14b drm/i915: Lift timeline ordering to await_dma_fence by Chris Wilson · 8 years ago
  68. 29ef3fa drm/i915: Unwrap top level fence-array by Chris Wilson · 8 years ago
  69. 9431282 drm/i915: Mark up clflushes as belonging to an unordered timeline by Chris Wilson · 8 years ago
  70. 6b07b6d drm/i915: Use wait_for_atomic_us when waiting for gt fifo by Mika Kuoppala · 8 years ago
  71. a338908 drm/i915: Move the GTFIFODBG to the common mmio dbg framework by Mika Kuoppala · 8 years ago
  72. 789a625 drm/i915/guc: Enable send function only after successful init by Michal Wajdeczko · 8 years ago
  73. cefcff8 drm/i915: Do not leak dev_priv->l3_parity.remap_info[] by Joonas Lahtinen · 8 years ago
  74. a021880 drm/i915: Update DRIVER_DATE to 20170502 by Daniel Vetter · 8 years ago
  75. 8b03d1e Merge branch 'linux-4.12' of git://github.com/skeggsb/linux into drm-next by Dave Airlie · 8 years ago
  76. 271393b drm/nouveau/fb/gf100-: Fix 32 bit wraparound in new ram detection by Mario Kleiner · 8 years ago
  77. 48907c2 drm/nouveau/secboot/gm20b: fix the error return code in gm20b_secboot_tegra_read_wpr() by Wei Yongjun · 8 years ago
  78. 60b95d7 drm/nouveau/kms: Increase max retries in scanout position queries. by Mario Kleiner · 8 years ago
  79. a7cb78b drm/nouveau/bios/bitP: check that table is long enough for optional pointers by Ben Skeggs · 8 years ago
  80. eef4988 drm/nouveau/fifo/nv40: no ctxsw for pre-nv44 mpeg engine by Ilia Mirkin · 8 years ago
  81. 73ba2d5 Merge tag 'drm-intel-next-fixes-2017-04-27' of git://anongit.freedesktop.org/git/drm-intel into drm-next by Dave Airlie · 8 years ago
  82. 53cecf1 Merge branch 'drm-vmwgfx-next' of git://people.freedesktop.org/~syeh/repos_linux into drm-next by Dave Airlie · 8 years ago
  83. 97643d7 Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-next by Dave Airlie · 8 years ago
  84. 3acbec0 drm/i915/glk: Fix DSI "*ERROR* ULPS is still active" messages by Ander Conselvan de Oliveira · 8 years ago
  85. 5de9232 drm/i915: Capture CCID on ILK by Joonas Lahtinen · 8 years ago
  86. ea117b8 drm/i915: Reset ILK during GEM sanitization by Joonas Lahtinen · 8 years ago
  87. f2e4d76 drm/i915: Eliminate HAS_HW_CONTEXTS by Joonas Lahtinen · 8 years ago
  88. 63ffbcd drm/i915: Sanitize engine context sizes by Joonas Lahtinen · 8 years ago
  89. a366283 drm/i915/guc: Fix sleep under spinlock during reset by Tvrtko Ursulin · 8 years ago
  90. 3204c34 drm/i915: Defer context state allocation for legacy ring submission by Chris Wilson · 8 years ago
  91. e3895af drm/i915: Rename gen8_(un)request_engine_reset to gen8_reset_engine_start/cancel by Michel Thierry · 8 years ago
  92. 56306c6 drm/i915: Fix stale comment about I915_RESET_IN_PROGRESS flag by Michel Thierry · 8 years ago
  93. 763656d drm: mali-dp: use div_u64 for expensive 64-bit divisions by Arnd Bergmann · 8 years ago
  94. 46649d8 drm/i915/glk: Don't allow 12 bpc when htotal is too big by Ander Conselvan de Oliveira · 8 years ago
  95. 88326ef drm/i915: Confirm the request is still active before adding it to the await by Chris Wilson · 8 years ago
  96. 96dabe9 drm/i915: Avoid busy-spinning on VLV_GLTC_PW_STATUS mmio by Chris Wilson · 8 years ago
  97. b162d47 drm/i915/selftests: Allocate inode/file dynamically by Chris Wilson · 8 years ago
  98. acf2dc2 drm/i915: Fix system hang with EI UP masked on Haswell by Mika Kuoppala · 8 years ago
  99. 5af9e67 drm/i915: checking for NULL instead of IS_ERR() in mock selftests by Dan Carpenter · 8 years ago
  100. dea6559 drm/i915: Perform link quality check unconditionally during long pulse by Ville Syrjälä · 8 years ago