1. 31bb2ef drm/i915: Check for NULL atomic state in intel_crtc_disable_noatomic() by Ander Conselvan de Oliveira · 9 years ago
  2. 46a1bd2 drm/i915: Fix calculation of rotated x and y offsets for planar formats by Ander Conselvan de Oliveira · 9 years ago
  3. 04313b0 drm/i915: Don't init hpd polling for vlv and chv from runtime_suspend() by Ander Conselvan de Oliveira · 9 years ago
  4. c96b63a drm/i915: Don't leak edid in intel_crt_detect_ddc() by Ander Conselvan de Oliveira · 9 years ago
  5. add6329 drm/i915: Update DRIVER_DATE to 20170123 by Daniel Vetter · 9 years ago
  6. 6146e6d drm/i915: reinstate call to trace_i915_vma_bind by Daniele Ceraolo Spurio · 9 years ago
  7. b00ddb2 drm/i915: Assert that created vma has a whole number of pages by Chris Wilson · 9 years ago
  8. 44a0ec0 drm/i915: Assert the drm_mm_node is allocated when on the VM lists by Chris Wilson · 9 years ago
  9. e0216b7 drm/i915: Treat an error from i915_vma_instance() as unlikely by Chris Wilson · 9 years ago
  10. 1fcdaa7 drm/i915: Reject vma creation larger than address space by Chris Wilson · 9 years ago
  11. befedbb drm/i915: Use common LRU inactive vma bumping for unpin_from_display by Chris Wilson · 9 years ago
  12. d65415d drm/i915: Do an unlocked wait before set-cache-level ioctl by Chris Wilson · 9 years ago
  13. 3139b4a drm/i915/huc: Assert that HuC vma is placed in GuC accessible range by Michał Winiarski · 9 years ago
  14. 7e8d12b drm/i915/huc: Avoid attempting to authenticate non-existent fw by Michał Winiarski · 9 years ago
  15. 7e79a68 drm/i915: Set adjustment to zero on Up/Down interrupts if freq is already max/min by Sagar Arun Kamble · 9 years ago
  16. e961282 drm/i915: Remove the double handling of 'flags from intel_mode_from_pipe_config() by Ville Syrjälä · 9 years ago
  17. a8cd6da drm/i915: Remove crtc->config usage from intel_modeset_readout_hw_state() by Ville Syrjälä · 9 years ago
  18. 7abbd11 drm/i915: Release temporary load-detect state upon switching by Chris Wilson · 9 years ago
  19. 481a6f7 drm/i915: Remove i915_gem_object_to_ggtt() by Chris Wilson · 9 years ago
  20. a01cb37 drm/i915: Remove i915_vma_create from VMA API by Chris Wilson · 9 years ago
  21. 4ea9527 drm/i915: Add a check that the VMA instance we lookup matches the request by Chris Wilson · 9 years ago
  22. 718659a drm/i915: Rename some warts in the VMA API by Chris Wilson · 9 years ago
  23. be1e341 drm/i915: Track pinned vma in intel_plane_state by Chris Wilson · 9 years ago
  24. 5464cd6 drm/i915/get_params: Add HuC status to getparams by Anusha Srivatsa · 9 years ago
  25. dac84a3 drm/i915/huc: Support HuC authentication by Anusha Srivatsa · 9 years ago
  26. 0509ead drm/i915/huc: Add debugfs for HuC loading status check by Anusha Srivatsa · 9 years ago
  27. f2ec71d drm/i915/HuC: Add KBL huC loading Support by Anusha Srivatsa · 9 years ago
  28. cd6909857 drm/i915/huc: Add BXT HuC Loading Support by Anusha Srivatsa · 9 years ago
  29. bd132858 drm/i915/huc: Add HuC fw loading support by Anusha Srivatsa · 9 years ago
  30. 5b8cd07 drm/i915: prevent crash with .disable_display parameter by Clint Taylor · 9 years ago
  31. 1e5a15d drm/i915: Avoid drm_atomic_state_put(NULL) on error paths by Ander Conselvan de Oliveira · 9 years ago
  32. 3c5e37f drm/i915: Avoid drm_atomic_state_put(NULL) in intel_display_resume by Chris Wilson · 9 years ago
  33. 71895a0 drm/i915: Add comment how we treat hung contexts by Mika Kuoppala · 9 years ago
  34. 0e178ae drm/i915: Detect a failed GPU reset+recovery by Chris Wilson · 9 years ago
  35. 61da536 drm/i915: Tidy up engine reset logic by Mika Kuoppala · 9 years ago
  36. bf2f043 drm/i915: Introduce engine_stalled helper by Mika Kuoppala · 9 years ago
  37. 211b12a drm/i915: Cleanup request skip decision by Mika Kuoppala · 9 years ago
  38. 36193ac drm/i915: Introduce engine_skip_context by Mika Kuoppala · 9 years ago
  39. 4c96554 drm/i915: Move engine reset preparation to i915_gem_reset_prepare() by Chris Wilson · 9 years ago
  40. 77affa3 drm/i915/psr: Fix compiler warnings for hsw_psr_disable() by Chris Wilson · 9 years ago
  41. b86bef20 drm/i915: Fix compiler warnings for i915_edp_psr_status() by Chris Wilson · 9 years ago
  42. fbbad73 drm/i915/huc: Unified css_header struct for GuC and HuC by Anusha Srivatsa · 9 years ago
  43. db0a091 drm/i915/guc: Make the GuC fw loading helper functions general by Anusha Srivatsa · 9 years ago
  44. f9cda04 drm/i915/guc: Move GuC log related functions into dedicated file by Michal Wajdeczko · 9 years ago
  45. a5e4c7d drm/i915: Ignore bogus plane coordinates on SKL when the plane is not visible by Ville Syrjälä · 9 years ago
  46. b368f53 drm/i915: Fix a typo in vgt_balloon_space() by Zhenyu Wang · 9 years ago
  47. bf6b203 drm/i915: Assert internal objects are page aligned by Chris Wilson · 9 years ago
  48. f131e35 drm/i915: Skip switch to kernel context if already done by Chris Wilson · 9 years ago
  49. 6ffb7d0 drm/i915: Construct a request even if the GPU is currently hung by Chris Wilson · 9 years ago
  50. 9734ad1 drm/i915: Assert we do not attempt to reuse an allocated node by Chris Wilson · 9 years ago
  51. 3fec7ec drm/i915: Catch attempting to use the aliasing_gtt's drm_mm by Chris Wilson · 9 years ago
  52. 6f13f29 drm/i915: Flush the change in debugobject before reallocation by Chris Wilson · 9 years ago
  53. a76f73d drm/i915/dp: Silence compiler for missing prototype by Chris Wilson · 9 years ago
  54. dda3593 drm/i915: Use __printf markup to silence compiler by Chris Wilson · 9 years ago
  55. 47a8e3f drm/i915: Eliminate superfluous i915_ggtt_view_normal by Chris Wilson · 9 years ago
  56. 7b92c04 drm/i915: Eliminate superfluous i915_ggtt_view_rotated by Chris Wilson · 9 years ago
  57. 8bab1193 drm/i915: Convert i915_ggtt_view to use an anonymous union by Chris Wilson · 9 years ago
  58. 3bf4d57 drm/i915: Stop clearing i915_ggtt_view by Chris Wilson · 9 years ago
  59. 992e418 drm/i915: Compact memcmp in i915_vma_compare() by Chris Wilson · 9 years ago
  60. 8d9046a drm/i915: Mark the ggtt_view structs as packed by Chris Wilson · 9 years ago
  61. 7ff19c5 drm/i915: Name the anonymous structs inside i915_ggtt_view by Chris Wilson · 9 years ago
  62. 6ba1f9e drm/i915/psr: report live PSR2 State by Nagaraju, Vathsala · 9 years ago
  63. 18b9bf3 drm/i915/psr: enable psr2 for y cordinate panels by Nagaraju, Vathsala · 9 years ago
  64. 6433226 drm/i915/psr: set PSR_MASK bits for deep sleep by Nagaraju, Vathsala · 9 years ago
  65. d86f048 drm/i915/psr: set CHICKEN_TRANS for psr2 by Nagaraju, Vathsala · 9 years ago
  66. 0325701 drm/i915: Assert that we have allocated the drm_mm_node upon pinning by Chris Wilson · 9 years ago
  67. 0c7eeda drm/i915: Move i915_ppgtt_close() into i915_gem_gtt.c by Chris Wilson · 9 years ago
  68. 340c93c drm/i915/psr: enable ALPM for psr2 by Nagaraju, Vathsala · 9 years ago
  69. f40c484 drm/i915/psr: disable aux_frame_sync on psr2 exit by Nagaraju, Vathsala · 9 years ago
  70. 3fcb0ca drm/i915/psr: fix blank screen issue for psr2 by Nagaraju, Vathsala · 9 years ago
  71. a4dbf7c drm/i915: Fix up kerneldoc parameters for i915_gem_gtt_*() by Chris Wilson · 9 years ago
  72. 2197685 drm/i915: Expand ggtt_view parameters for debugfs by Chris Wilson · 9 years ago
  73. fcd46e5 drm/i915: Declare i915_gem_object_create_internal() as taking phys_addr_t size by Chris Wilson · 9 years ago
  74. 7c3f86b drm/i915: Invalidate the guc ggtt TLB upon insertion by Chris Wilson · 9 years ago
  75. 1d4258d drm/i915: Remove useless casts to intel_plane_state by Maarten Lankhorst · 9 years ago
  76. df21057 drm/i915: Update i915_reset parameter for kerneldoc by Michel Thierry · 9 years ago
  77. 87c390b drm/i915: Keep i915_handle_error kerneldoc parameters together by Michel Thierry · 9 years ago
  78. 8726f2f drm/i915: Remove WaDisableLSQCROPERFforOCL KBL workaround. by Francisco Jerez · 9 years ago
  79. 83796f2 drm/i915/guc: Make sure vma containing firmware is GuC mappable by Michał Winiarski · 9 years ago
  80. 3486977 drm/i915: check ppgtt validity when init reg state by Zhenyu Wang · 9 years ago
  81. 16ee206 drm/i915: Detect vma reserved for execbuf in evict-for-node by Chris Wilson · 9 years ago
  82. c781c97 drm/i915: Add a sanity check that no request is submitted in the middle by Chris Wilson · 9 years ago
  83. 606fec9 drm/i915: Prefer random replacement before eviction search by Chris Wilson · 9 years ago
  84. 625d988 drm/i915: Extract reserving space in the GTT to a helper by Chris Wilson · 9 years ago
  85. e007b19 drm/i915: Use the MRU stack search after evicting by Chris Wilson · 9 years ago
  86. acf45d1 drm/i915/psr: disable psr2 for resolution greater than 32X20 by Nagaraju, Vathsala · 9 years ago
  87. 97da2ef drm/i915/psr: program vsc header for psr2 by Nagaraju, Vathsala · 9 years ago
  88. f51455d drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZE by Chris Wilson · 9 years ago
  89. 2a20d6f drm/i915: Rename i915_gem_engine_cleanup() to engine_set_wedged() by Chris Wilson · 9 years ago
  90. 3cd9442 drm/i915: Mark all incomplete requests as -EIO when wedged by Chris Wilson · 9 years ago
  91. 3c1b284 drm/i915: Set an error status for a resubmitted request by Chris Wilson · 9 years ago
  92. c0d5f32 drm/i915: Set guilty-flag on fence after detecting a hang by Chris Wilson · 9 years ago
  93. 2edc6e0 drm/i915: Consolidate reset_request() by Chris Wilson · 9 years ago
  94. 246ee52 drm/i915: Put "cooked" vlank counters in frame CRC lines by Tomeu Vizoso · 9 years ago
  95. 8c6b709 drm/i915: Use new CRC debugfs API by Tomeu Vizoso · 9 years ago
  96. 05adb18 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  97. 957870f drm/i915: Split out i915_gem_object_set_tiling() by Chris Wilson · 9 years ago
  98. 111dbca drm/i915: Include ioctl in set-tiling and get-tiling function names by Chris Wilson · 9 years ago
  99. 8201c1f drm/i915: Clip the partial view against the object not vma by Chris Wilson · 9 years ago
  100. 2d4281b drm/i915: Extract compute_partial_view() by Chris Wilson · 9 years ago