1. bf2f043 drm/i915: Introduce engine_stalled helper by Mika Kuoppala · 9 years ago
  2. 211b12a drm/i915: Cleanup request skip decision by Mika Kuoppala · 9 years ago
  3. 36193ac drm/i915: Introduce engine_skip_context by Mika Kuoppala · 9 years ago
  4. 4c96554 drm/i915: Move engine reset preparation to i915_gem_reset_prepare() by Chris Wilson · 9 years ago
  5. 77affa3 drm/i915/psr: Fix compiler warnings for hsw_psr_disable() by Chris Wilson · 9 years ago
  6. b86bef20 drm/i915: Fix compiler warnings for i915_edp_psr_status() by Chris Wilson · 9 years ago
  7. fbbad73 drm/i915/huc: Unified css_header struct for GuC and HuC by Anusha Srivatsa · 9 years ago
  8. db0a091 drm/i915/guc: Make the GuC fw loading helper functions general by Anusha Srivatsa · 9 years ago
  9. f9cda04 drm/i915/guc: Move GuC log related functions into dedicated file by Michal Wajdeczko · 9 years ago
  10. a5e4c7d drm/i915: Ignore bogus plane coordinates on SKL when the plane is not visible by Ville Syrjälä · 9 years ago
  11. b368f53 drm/i915: Fix a typo in vgt_balloon_space() by Zhenyu Wang · 9 years ago
  12. bf6b203 drm/i915: Assert internal objects are page aligned by Chris Wilson · 9 years ago
  13. f131e35 drm/i915: Skip switch to kernel context if already done by Chris Wilson · 9 years ago
  14. 6ffb7d0 drm/i915: Construct a request even if the GPU is currently hung by Chris Wilson · 9 years ago
  15. 9734ad1 drm/i915: Assert we do not attempt to reuse an allocated node by Chris Wilson · 9 years ago
  16. 3fec7ec drm/i915: Catch attempting to use the aliasing_gtt's drm_mm by Chris Wilson · 9 years ago
  17. 6f13f29 drm/i915: Flush the change in debugobject before reallocation by Chris Wilson · 9 years ago
  18. a76f73d drm/i915/dp: Silence compiler for missing prototype by Chris Wilson · 9 years ago
  19. dda3593 drm/i915: Use __printf markup to silence compiler by Chris Wilson · 9 years ago
  20. 47a8e3f drm/i915: Eliminate superfluous i915_ggtt_view_normal by Chris Wilson · 9 years ago
  21. 7b92c04 drm/i915: Eliminate superfluous i915_ggtt_view_rotated by Chris Wilson · 9 years ago
  22. 8bab1193 drm/i915: Convert i915_ggtt_view to use an anonymous union by Chris Wilson · 9 years ago
  23. 3bf4d57 drm/i915: Stop clearing i915_ggtt_view by Chris Wilson · 9 years ago
  24. 992e418 drm/i915: Compact memcmp in i915_vma_compare() by Chris Wilson · 9 years ago
  25. 8d9046a drm/i915: Mark the ggtt_view structs as packed by Chris Wilson · 9 years ago
  26. 7ff19c5 drm/i915: Name the anonymous structs inside i915_ggtt_view by Chris Wilson · 9 years ago
  27. 6ba1f9e drm/i915/psr: report live PSR2 State by Nagaraju, Vathsala · 9 years ago
  28. 18b9bf3 drm/i915/psr: enable psr2 for y cordinate panels by Nagaraju, Vathsala · 9 years ago
  29. 6433226 drm/i915/psr: set PSR_MASK bits for deep sleep by Nagaraju, Vathsala · 9 years ago
  30. d86f048 drm/i915/psr: set CHICKEN_TRANS for psr2 by Nagaraju, Vathsala · 9 years ago
  31. 0325701 drm/i915: Assert that we have allocated the drm_mm_node upon pinning by Chris Wilson · 9 years ago
  32. 0c7eeda drm/i915: Move i915_ppgtt_close() into i915_gem_gtt.c by Chris Wilson · 9 years ago
  33. 340c93c drm/i915/psr: enable ALPM for psr2 by Nagaraju, Vathsala · 9 years ago
  34. f40c484 drm/i915/psr: disable aux_frame_sync on psr2 exit by Nagaraju, Vathsala · 9 years ago
  35. 3fcb0ca drm/i915/psr: fix blank screen issue for psr2 by Nagaraju, Vathsala · 9 years ago
  36. a4dbf7c drm/i915: Fix up kerneldoc parameters for i915_gem_gtt_*() by Chris Wilson · 9 years ago
  37. 2197685 drm/i915: Expand ggtt_view parameters for debugfs by Chris Wilson · 9 years ago
  38. fcd46e5 drm/i915: Declare i915_gem_object_create_internal() as taking phys_addr_t size by Chris Wilson · 9 years ago
  39. 7c3f86b drm/i915: Invalidate the guc ggtt TLB upon insertion by Chris Wilson · 9 years ago
  40. 1d4258d drm/i915: Remove useless casts to intel_plane_state by Maarten Lankhorst · 9 years ago
  41. df21057 drm/i915: Update i915_reset parameter for kerneldoc by Michel Thierry · 9 years ago
  42. 87c390b drm/i915: Keep i915_handle_error kerneldoc parameters together by Michel Thierry · 9 years ago
  43. 8726f2f drm/i915: Remove WaDisableLSQCROPERFforOCL KBL workaround. by Francisco Jerez · 9 years ago
  44. 83796f2 drm/i915/guc: Make sure vma containing firmware is GuC mappable by Michał Winiarski · 9 years ago
  45. 3486977 drm/i915: check ppgtt validity when init reg state by Zhenyu Wang · 9 years ago
  46. 16ee206 drm/i915: Detect vma reserved for execbuf in evict-for-node by Chris Wilson · 9 years ago
  47. c781c97 drm/i915: Add a sanity check that no request is submitted in the middle by Chris Wilson · 9 years ago
  48. 606fec9 drm/i915: Prefer random replacement before eviction search by Chris Wilson · 9 years ago
  49. 625d988 drm/i915: Extract reserving space in the GTT to a helper by Chris Wilson · 9 years ago
  50. e007b19 drm/i915: Use the MRU stack search after evicting by Chris Wilson · 9 years ago
  51. acf45d1 drm/i915/psr: disable psr2 for resolution greater than 32X20 by Nagaraju, Vathsala · 9 years ago
  52. 97da2ef drm/i915/psr: program vsc header for psr2 by Nagaraju, Vathsala · 9 years ago
  53. f51455d drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZE by Chris Wilson · 9 years ago
  54. 2a20d6f drm/i915: Rename i915_gem_engine_cleanup() to engine_set_wedged() by Chris Wilson · 9 years ago
  55. 3cd9442 drm/i915: Mark all incomplete requests as -EIO when wedged by Chris Wilson · 9 years ago
  56. 3c1b284 drm/i915: Set an error status for a resubmitted request by Chris Wilson · 9 years ago
  57. c0d5f32 drm/i915: Set guilty-flag on fence after detecting a hang by Chris Wilson · 9 years ago
  58. 2edc6e0 drm/i915: Consolidate reset_request() by Chris Wilson · 9 years ago
  59. 246ee52 drm/i915: Put "cooked" vlank counters in frame CRC lines by Tomeu Vizoso · 9 years ago
  60. 8c6b709 drm/i915: Use new CRC debugfs API by Tomeu Vizoso · 9 years ago
  61. 05adb18 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  62. 957870f drm/i915: Split out i915_gem_object_set_tiling() by Chris Wilson · 9 years ago
  63. 111dbca drm/i915: Include ioctl in set-tiling and get-tiling function names by Chris Wilson · 9 years ago
  64. 8201c1f drm/i915: Clip the partial view against the object not vma by Chris Wilson · 9 years ago
  65. 2d4281b drm/i915: Extract compute_partial_view() by Chris Wilson · 9 years ago
  66. 254e093 drm/i915/glk: Convert a few more IS_BROXTON() to IS_GEN9_LP() by Michel Thierry · 9 years ago
  67. b9fd799 drm/i915/glk: Add missing bits to allow runtime pm suspend on GLK. by Rodrigo Vivi · 9 years ago
  68. dbb28b5 drm/i915/DMC/GLK: Load DMC on GLK by Anusha Srivatsa · 9 years ago
  69. 91d4e0aa drm/i915: Move ggtt fence/alignment to i915_gem_tiling.c by Chris Wilson · 9 years ago
  70. cea84d1 drm/i915: Remove the rounding down of the gen4+ fence region by Chris Wilson · 9 years ago
  71. 944397f drm/i915: Store required fence size/alignment for GGTT vma by Chris Wilson · 9 years ago
  72. 0d4e8f1 drm/i915: Replace WARNs in fence register writes with extensive asserts by Chris Wilson · 9 years ago
  73. 5b30694 drm/i915: Align GGTT sizes to a fence tile row by Chris Wilson · 9 years ago
  74. 6649a0b drm/i915: Extract tile_row_size for fencing by Chris Wilson · 9 years ago
  75. 282d0a3 Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 9 years ago
  76. 5c37daf Merge tag 'drm-intel-next-2017-01-09' of git://anongit.freedesktop.org/git/drm-intel into drm-next by Dave Airlie · 9 years ago
  77. 9e65a37 drm/i915: don't open code the pdpe/pml4e clearing by Matthew Auld · 9 years ago
  78. 5684310 drm/i915: s/gen8_setup_page_directory_pointer/gen8_setup_pml4e/ by Matthew Auld · 9 years ago
  79. 5c693b2 drm/i915: s/gen8_setup_page_directory/gen8_setup_pdpe/ by Matthew Auld · 9 years ago
  80. 011cda5 drm: fix compilations issues introduced by "drm: allow to use mmuless SoC" by Benjamin Gaignard · 9 years ago
  81. 11b3c20 drm: Change the return type of the unload hook to void by Gabriel Krisman Bertazi · 9 years ago
  82. 931c670 drm: add more document for drm_crtc_from_index() by Shawn Guo · 9 years ago
  83. a09759e drm: remove useless parameters from drm_pick_cmdline_mode function by Vincent Abriou · 9 years ago
  84. 5d799ac drm/i915: Update DRIVER_DATE to 20170109 by Daniel Vetter · 9 years ago
  85. 3806a27 Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 9 years ago
  86. 5824f92 Merge tag 'vfio-v4.10-rc3' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 9 years ago
  87. 2fd8774 Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 9 years ago
  88. 7453c54 swiotlb: Export swiotlb_max_segment to users by Konrad Rzeszutek Wilk · 9 years ago
  89. b42a13d drm/i915: Drain freed objects for mmap space exhaustion by Chris Wilson · 9 years ago
  90. 1a292fa drm/i915: Purge loose pages if we run out of DMA remap space by Chris Wilson · 9 years ago
  91. 10466d2 drm/i915: Fix phys pwrite for struct_mutex-less operation by Chris Wilson · 9 years ago
  92. 984ff29f drm/i915: Simplify testing for am-I-the-kernel-context? by Chris Wilson · 9 years ago
  93. e8f9ae9 drm/i915: Use range_overflows() by Chris Wilson · 9 years ago
  94. edd1f2f drm/i915: Use fixed-sized types for stolen by Chris Wilson · 9 years ago
  95. 46fad80 drm/i915: Use phys_addr_t for the address of stolen memory by Chris Wilson · 9 years ago
  96. c4d3ae6 drm/i915: Consolidate checks for memcpy-from-wc support by Chris Wilson · 9 years ago
  97. 9f54742 drm: crc: Call wake_up_interruptible() each time there is a new CRC entry by Benjamin Gaignard · 9 years ago
  98. 62a0d98 drm: allow to use mmuless SoC by Benjamin Gaignard · 9 years ago
  99. 99c48e1 drm: compile drm_vm.c only when needed by Benjamin Gaignard · 9 years ago
  100. 7ec73b7 drm/i915: Only skip requests once a context is banned by Chris Wilson · 9 years ago