1. 816ee79 drm/i915: Only disable execlist preemption for the duration of the request by Chris Wilson · 8 years ago
  2. c816e60 drm/i915: Assert that we don't submit to execlists whilst a preempt is pending by Chris Wilson · 8 years ago
  3. 5ec63bb drm/i915/dp: do not proceed with autotests if we don't ACK them by Jani Nikula · 8 years ago
  4. 2414551 drm/i915: Reset the gpu on takeover by Chris Wilson · 8 years ago
  5. bb8f0f5 drm/i915: Split intel_engine allocation and initialisation by Chris Wilson · 8 years ago
  6. b403c8f drm/i915: Remove BXT TDL state w/a by Chris Wilson · 8 years ago
  7. 68bee61 drm/i915: Remove BXT disable pixel mask clamping w/a by Chris Wilson · 8 years ago
  8. 32ebc29 drm/i915: Remove BXT restore arbitration around ctx switch by Chris Wilson · 8 years ago
  9. f8dd293 drm/i915: Remove BXT incoherent seqno write workaround by Chris Wilson · 8 years ago
  10. 70962fbe drm/i915: Remove disable_lite_restore_wa by Chris Wilson · 8 years ago
  11. 7c51846 drm/i915: Pevent copying uninitialised garbage into vma->ggtt_view by Chris Wilson · 8 years ago
  12. 4c01ded drm/i915: Use atomic page flip for intel again. by Maarten Lankhorst · 8 years ago
  13. 86aa7e7 drm/i915: Assert that the context-switch completion matches our context by Chris Wilson · 8 years ago
  14. 5d12fce drm/i915: Assert that the kernel_context is hw-id 0 by Chris Wilson · 8 years ago
  15. 2f1ac9c drm/i915: Queue hangcheck when irqs are disabled by Chris Wilson · 8 years ago
  16. e27414a0 drm/i915/error: use rb_entry() by Geliang Tang · 8 years ago
  17. ec78828 drm/i915: Fix W=1 warning for csr_load_work_fn() by Chris Wilson · 8 years ago
  18. 62fa0ce agp/intel: Move intel_fake_agp_sizes into #ifdef block by Chris Wilson · 8 years ago
  19. 31bb2ef drm/i915: Check for NULL atomic state in intel_crtc_disable_noatomic() by Ander Conselvan de Oliveira · 8 years ago
  20. 46a1bd2 drm/i915: Fix calculation of rotated x and y offsets for planar formats by Ander Conselvan de Oliveira · 8 years ago
  21. 04313b0 drm/i915: Don't init hpd polling for vlv and chv from runtime_suspend() by Ander Conselvan de Oliveira · 8 years ago
  22. c96b63a drm/i915: Don't leak edid in intel_crt_detect_ddc() by Ander Conselvan de Oliveira · 8 years ago
  23. add6329 drm/i915: Update DRIVER_DATE to 20170123 by Daniel Vetter · 8 years ago
  24. 6146e6d drm/i915: reinstate call to trace_i915_vma_bind by Daniele Ceraolo Spurio · 8 years ago
  25. b00ddb2 drm/i915: Assert that created vma has a whole number of pages by Chris Wilson · 8 years ago
  26. 44a0ec0 drm/i915: Assert the drm_mm_node is allocated when on the VM lists by Chris Wilson · 8 years ago
  27. e0216b7 drm/i915: Treat an error from i915_vma_instance() as unlikely by Chris Wilson · 8 years ago
  28. 1fcdaa7 drm/i915: Reject vma creation larger than address space by Chris Wilson · 8 years ago
  29. befedbb drm/i915: Use common LRU inactive vma bumping for unpin_from_display by Chris Wilson · 8 years ago
  30. d65415d drm/i915: Do an unlocked wait before set-cache-level ioctl by Chris Wilson · 8 years ago
  31. 3139b4a drm/i915/huc: Assert that HuC vma is placed in GuC accessible range by Michał Winiarski · 8 years ago
  32. 7e8d12b drm/i915/huc: Avoid attempting to authenticate non-existent fw by Michał Winiarski · 8 years ago
  33. 7e79a68 drm/i915: Set adjustment to zero on Up/Down interrupts if freq is already max/min by Sagar Arun Kamble · 8 years ago
  34. e961282 drm/i915: Remove the double handling of 'flags from intel_mode_from_pipe_config() by Ville Syrjälä · 8 years ago
  35. a8cd6da drm/i915: Remove crtc->config usage from intel_modeset_readout_hw_state() by Ville Syrjälä · 8 years ago
  36. 7abbd11 drm/i915: Release temporary load-detect state upon switching by Chris Wilson · 8 years ago
  37. 481a6f7 drm/i915: Remove i915_gem_object_to_ggtt() by Chris Wilson · 8 years ago
  38. a01cb37 drm/i915: Remove i915_vma_create from VMA API by Chris Wilson · 8 years ago
  39. 4ea9527 drm/i915: Add a check that the VMA instance we lookup matches the request by Chris Wilson · 8 years ago
  40. 718659a drm/i915: Rename some warts in the VMA API by Chris Wilson · 8 years ago
  41. be1e341 drm/i915: Track pinned vma in intel_plane_state by Chris Wilson · 8 years ago
  42. 5464cd6 drm/i915/get_params: Add HuC status to getparams by Anusha Srivatsa · 8 years ago
  43. dac84a3 drm/i915/huc: Support HuC authentication by Anusha Srivatsa · 8 years ago
  44. 0509ead drm/i915/huc: Add debugfs for HuC loading status check by Anusha Srivatsa · 8 years ago
  45. f2ec71d drm/i915/HuC: Add KBL huC loading Support by Anusha Srivatsa · 8 years ago
  46. cd69098 drm/i915/huc: Add BXT HuC Loading Support by Anusha Srivatsa · 8 years ago
  47. bd13285 drm/i915/huc: Add HuC fw loading support by Anusha Srivatsa · 8 years ago
  48. 5b8cd07 drm/i915: prevent crash with .disable_display parameter by Clint Taylor · 8 years ago
  49. 1e5a15d drm/i915: Avoid drm_atomic_state_put(NULL) on error paths by Ander Conselvan de Oliveira · 8 years ago
  50. 3c5e37f drm/i915: Avoid drm_atomic_state_put(NULL) in intel_display_resume by Chris Wilson · 8 years ago
  51. 71895a0 drm/i915: Add comment how we treat hung contexts by Mika Kuoppala · 8 years ago
  52. 0e178ae drm/i915: Detect a failed GPU reset+recovery by Chris Wilson · 8 years ago
  53. 61da536 drm/i915: Tidy up engine reset logic by Mika Kuoppala · 8 years ago
  54. bf2f043 drm/i915: Introduce engine_stalled helper by Mika Kuoppala · 8 years ago
  55. 211b12a drm/i915: Cleanup request skip decision by Mika Kuoppala · 8 years ago
  56. 36193ac drm/i915: Introduce engine_skip_context by Mika Kuoppala · 8 years ago
  57. 4c96554 drm/i915: Move engine reset preparation to i915_gem_reset_prepare() by Chris Wilson · 8 years ago
  58. 77affa3 drm/i915/psr: Fix compiler warnings for hsw_psr_disable() by Chris Wilson · 8 years ago
  59. b86bef20 drm/i915: Fix compiler warnings for i915_edp_psr_status() by Chris Wilson · 8 years ago
  60. fbbad73 drm/i915/huc: Unified css_header struct for GuC and HuC by Anusha Srivatsa · 8 years ago
  61. db0a091 drm/i915/guc: Make the GuC fw loading helper functions general by Anusha Srivatsa · 8 years ago
  62. f9cda04 drm/i915/guc: Move GuC log related functions into dedicated file by Michal Wajdeczko · 8 years ago
  63. a5e4c7d drm/i915: Ignore bogus plane coordinates on SKL when the plane is not visible by Ville Syrjälä · 8 years ago
  64. b368f53 drm/i915: Fix a typo in vgt_balloon_space() by Zhenyu Wang · 8 years ago
  65. bf6b203 drm/i915: Assert internal objects are page aligned by Chris Wilson · 8 years ago
  66. f131e35 drm/i915: Skip switch to kernel context if already done by Chris Wilson · 8 years ago
  67. 6ffb7d0 drm/i915: Construct a request even if the GPU is currently hung by Chris Wilson · 8 years ago
  68. 9734ad1 drm/i915: Assert we do not attempt to reuse an allocated node by Chris Wilson · 8 years ago
  69. 3fec7ec drm/i915: Catch attempting to use the aliasing_gtt's drm_mm by Chris Wilson · 8 years ago
  70. 6f13f29 drm/i915: Flush the change in debugobject before reallocation by Chris Wilson · 8 years ago
  71. a76f73d drm/i915/dp: Silence compiler for missing prototype by Chris Wilson · 8 years ago
  72. dda3593 drm/i915: Use __printf markup to silence compiler by Chris Wilson · 8 years ago
  73. 47a8e3f drm/i915: Eliminate superfluous i915_ggtt_view_normal by Chris Wilson · 8 years ago
  74. 7b92c04 drm/i915: Eliminate superfluous i915_ggtt_view_rotated by Chris Wilson · 8 years ago
  75. 8bab119 drm/i915: Convert i915_ggtt_view to use an anonymous union by Chris Wilson · 8 years ago
  76. 3bf4d57 drm/i915: Stop clearing i915_ggtt_view by Chris Wilson · 8 years ago
  77. 992e418 drm/i915: Compact memcmp in i915_vma_compare() by Chris Wilson · 8 years ago
  78. 8d9046a drm/i915: Mark the ggtt_view structs as packed by Chris Wilson · 8 years ago
  79. 7ff19c5 drm/i915: Name the anonymous structs inside i915_ggtt_view by Chris Wilson · 8 years ago
  80. 6ba1f9e drm/i915/psr: report live PSR2 State by Nagaraju, Vathsala · 8 years ago
  81. 18b9bf3 drm/i915/psr: enable psr2 for y cordinate panels by Nagaraju, Vathsala · 8 years ago
  82. 6433226 drm/i915/psr: set PSR_MASK bits for deep sleep by Nagaraju, Vathsala · 8 years ago
  83. d86f048 drm/i915/psr: set CHICKEN_TRANS for psr2 by Nagaraju, Vathsala · 8 years ago
  84. 0325701 drm/i915: Assert that we have allocated the drm_mm_node upon pinning by Chris Wilson · 8 years ago
  85. 0c7eeda drm/i915: Move i915_ppgtt_close() into i915_gem_gtt.c by Chris Wilson · 8 years ago
  86. 340c93c drm/i915/psr: enable ALPM for psr2 by Nagaraju, Vathsala · 8 years ago
  87. f40c484 drm/i915/psr: disable aux_frame_sync on psr2 exit by Nagaraju, Vathsala · 8 years ago
  88. 3fcb0ca drm/i915/psr: fix blank screen issue for psr2 by Nagaraju, Vathsala · 8 years ago
  89. a4dbf7c drm/i915: Fix up kerneldoc parameters for i915_gem_gtt_*() by Chris Wilson · 8 years ago
  90. 2197685 drm/i915: Expand ggtt_view parameters for debugfs by Chris Wilson · 8 years ago
  91. fcd46e5 drm/i915: Declare i915_gem_object_create_internal() as taking phys_addr_t size by Chris Wilson · 8 years ago
  92. 7c3f86b drm/i915: Invalidate the guc ggtt TLB upon insertion by Chris Wilson · 8 years ago
  93. 1d4258d drm/i915: Remove useless casts to intel_plane_state by Maarten Lankhorst · 8 years ago
  94. df21057 drm/i915: Update i915_reset parameter for kerneldoc by Michel Thierry · 8 years ago
  95. 87c390b drm/i915: Keep i915_handle_error kerneldoc parameters together by Michel Thierry · 8 years ago
  96. 8726f2f drm/i915: Remove WaDisableLSQCROPERFforOCL KBL workaround. by Francisco Jerez · 8 years ago
  97. 83796f2 drm/i915/guc: Make sure vma containing firmware is GuC mappable by Michał Winiarski · 8 years ago
  98. dd48e8e ALSA: Documentation about HDA DP MST pin init and connection by Libin Yang · 8 years ago
  99. 9152085 ALSA: hda - add DP MST audio support by Libin Yang · 8 years ago
  100. 13800f3 ALSA: hda - add DP mst verb support by Libin Yang · 8 years ago