1. f51455d drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZE by Chris Wilson · 8 years ago
  2. 2a20d6f drm/i915: Rename i915_gem_engine_cleanup() to engine_set_wedged() by Chris Wilson · 8 years ago
  3. 3cd9442 drm/i915: Mark all incomplete requests as -EIO when wedged by Chris Wilson · 8 years ago
  4. 3c1b284 drm/i915: Set an error status for a resubmitted request by Chris Wilson · 8 years ago
  5. c0d5f32 drm/i915: Set guilty-flag on fence after detecting a hang by Chris Wilson · 8 years ago
  6. 2edc6e0 drm/i915: Consolidate reset_request() by Chris Wilson · 8 years ago
  7. 246ee52 drm/i915: Put "cooked" vlank counters in frame CRC lines by Tomeu Vizoso · 8 years ago
  8. 8c6b709 drm/i915: Use new CRC debugfs API by Tomeu Vizoso · 8 years ago
  9. 05adb18 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  10. 957870f drm/i915: Split out i915_gem_object_set_tiling() by Chris Wilson · 8 years ago
  11. 111dbca drm/i915: Include ioctl in set-tiling and get-tiling function names by Chris Wilson · 8 years ago
  12. 8201c1f drm/i915: Clip the partial view against the object not vma by Chris Wilson · 8 years ago
  13. 2d4281b drm/i915: Extract compute_partial_view() by Chris Wilson · 8 years ago
  14. 254e093 drm/i915/glk: Convert a few more IS_BROXTON() to IS_GEN9_LP() by Michel Thierry · 8 years ago
  15. b9fd799 drm/i915/glk: Add missing bits to allow runtime pm suspend on GLK. by Rodrigo Vivi · 8 years ago
  16. dbb28b5 drm/i915/DMC/GLK: Load DMC on GLK by Anusha Srivatsa · 8 years ago
  17. 91d4e0aa drm/i915: Move ggtt fence/alignment to i915_gem_tiling.c by Chris Wilson · 8 years ago
  18. cea84d1 drm/i915: Remove the rounding down of the gen4+ fence region by Chris Wilson · 8 years ago
  19. 944397f drm/i915: Store required fence size/alignment for GGTT vma by Chris Wilson · 8 years ago
  20. 0d4e8f1 drm/i915: Replace WARNs in fence register writes with extensive asserts by Chris Wilson · 8 years ago
  21. 5b30694 drm/i915: Align GGTT sizes to a fence tile row by Chris Wilson · 8 years ago
  22. 6649a0b drm/i915: Extract tile_row_size for fencing by Chris Wilson · 8 years ago
  23. 282d0a3 Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
  24. 5c37daf Merge tag 'drm-intel-next-2017-01-09' of git://anongit.freedesktop.org/git/drm-intel into drm-next by Dave Airlie · 8 years ago
  25. 9e65a37 drm/i915: don't open code the pdpe/pml4e clearing by Matthew Auld · 8 years ago
  26. 5684310 drm/i915: s/gen8_setup_page_directory_pointer/gen8_setup_pml4e/ by Matthew Auld · 8 years ago
  27. 5c693b2 drm/i915: s/gen8_setup_page_directory/gen8_setup_pdpe/ by Matthew Auld · 8 years ago
  28. 011cda5 drm: fix compilations issues introduced by "drm: allow to use mmuless SoC" by Benjamin Gaignard · 8 years ago
  29. 11b3c20 drm: Change the return type of the unload hook to void by Gabriel Krisman Bertazi · 8 years ago
  30. 931c670 drm: add more document for drm_crtc_from_index() by Shawn Guo · 8 years ago
  31. a09759e drm: remove useless parameters from drm_pick_cmdline_mode function by Vincent Abriou · 8 years ago
  32. 5d799ac drm/i915: Update DRIVER_DATE to 20170109 by Daniel Vetter · 8 years ago
  33. 3806a27 Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
  34. 5824f92 Merge tag 'vfio-v4.10-rc3' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 8 years ago
  35. 2fd8774 Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 8 years ago
  36. 7453c54 swiotlb: Export swiotlb_max_segment to users by Konrad Rzeszutek Wilk · 8 years ago
  37. b42a13d drm/i915: Drain freed objects for mmap space exhaustion by Chris Wilson · 8 years ago
  38. 1a292fa drm/i915: Purge loose pages if we run out of DMA remap space by Chris Wilson · 8 years ago
  39. 10466d2 drm/i915: Fix phys pwrite for struct_mutex-less operation by Chris Wilson · 8 years ago
  40. 984ff29f drm/i915: Simplify testing for am-I-the-kernel-context? by Chris Wilson · 8 years ago
  41. e8f9ae9 drm/i915: Use range_overflows() by Chris Wilson · 8 years ago
  42. edd1f2f drm/i915: Use fixed-sized types for stolen by Chris Wilson · 8 years ago
  43. 46fad80 drm/i915: Use phys_addr_t for the address of stolen memory by Chris Wilson · 8 years ago
  44. c4d3ae6 drm/i915: Consolidate checks for memcpy-from-wc support by Chris Wilson · 8 years ago
  45. 9f54742 drm: crc: Call wake_up_interruptible() each time there is a new CRC entry by Benjamin Gaignard · 8 years ago
  46. 62a0d98 drm: allow to use mmuless SoC by Benjamin Gaignard · 8 years ago
  47. 99c48e1 drm: compile drm_vm.c only when needed by Benjamin Gaignard · 8 years ago
  48. 7ec73b7 drm/i915: Only skip requests once a context is banned by Chris Wilson · 8 years ago
  49. b716393 drm/i915: Move a few more utility macros to i915_utils.h by Chris Wilson · 8 years ago
  50. 121dfbb drm/i915: Clear ret before unbinding in i915_gem_evict_something() by Chris Wilson · 8 years ago
  51. db9309a drm/i915/guc: Exclude the upper end of the Global GTT for the GuC by Chris Wilson · 8 years ago
  52. 40b326e drm/i915: Move a few utility macros into a separate header by Chris Wilson · 8 years ago
  53. f3b8f91 drm/i915/execlists: Reorder execlists register enabling by Chris Wilson · 8 years ago
  54. 56f6e0a drm/i915: Assert that we do create the deferred context by Chris Wilson · 8 years ago
  55. d51dafa drm/i915: Assert all timeline requests are gone before fini by Chris Wilson · 8 years ago
  56. e8fa567 drm: crc: Wait for a frame before returning from open() by Tomeu Vizoso · 8 years ago
  57. 1aa81be drm: Move locking into drm_debugfs_crtc_crc_add by Tomeu Vizoso · 8 years ago
  58. 88017bd0 drm/imx: imx-tve: Remove unused variable by Fabio Estevam · 8 years ago
  59. 00bd617 Revert "drm: nouveau: fix build when LEDS_CLASS=m" by Daniel Vetter · 8 years ago
  60. b3ba3f6 drm: Add kernel-doc for drm_crtc_commit_get/put by Daniel Vetter · 8 years ago
  61. b1ed35d drm/i915: Revoke fenced GTT mmapings across GPU reset by Chris Wilson · 8 years ago
  62. fd7d6c5 drm/i915: enable FBC on gen9+ too by Paulo Zanoni · 8 years ago
  63. 98b2f01 drm/i915: actually drive the BDW reserved IDs by Paulo Zanoni · 8 years ago
  64. 76fede2 drm/atomic: Fix outdated comment. by Maarten Lankhorst · 8 years ago
  65. ef426c1 Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm-misc into drm-intel-next-queued by Daniel Vetter · 8 years ago
  66. a402eae Merge tag 'v4.10-rc2' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  67. 24835e4 drm: reference count event->completion by Daniel Vetter · 8 years ago
  68. 7800fb6 drm/i915: Update comment that sets I915_MODE_FLAG_INHERITED by Daniel Vetter · 8 years ago
  69. 4b0ea93 gpu: drm: mgag200: mgag200_main:- Handle error from pci_iomap by Arvind Yadav · 8 years ago
  70. a5ad0fd drm: nouveau: fix build when LEDS_CLASS=m by Randy Dunlap · 8 years ago
  71. 0bf0230 drm/i915: Initialize num_scalers for skl and glk too by Ander Conselvan de Oliveira · 8 years ago
  72. c9efef7 drm/i915: Update comment in vlv_set_rps_idle() by Chris Wilson · 8 years ago
  73. bae3fdc drm/i915/guc: Make intel_guc_recv static. by Michal Wajdeczko · 8 years ago
  74. 2471eb5 drm/i915: Prevent timeline updates whilst performing reset by Chris Wilson · 8 years ago
  75. 64d1461 drm/i915: Silence allocation failure during sg_trim() by Chris Wilson · 8 years ago
  76. c3f923b drm/i915: Don't clflush before release phys object by Chris Wilson · 8 years ago
  77. 9169757 drm/i915: Fix oops in overlay due to frontbuffer tracking by Ville Syrjälä · 8 years ago
  78. b72eb5f drm/i915: Fix oopses in the overlay code due to i915_gem_active stuff by Ville Syrjälä · 8 years ago
  79. a6d3e7d drm/i915: Initialize overlay->last_flip properly by Ville Syrjälä · 8 years ago
  80. 00b2b72 drm/i915: Move the min_pixclk[] handling to the end of readout by Ville Syrjälä · 8 years ago
  81. 8581f1b drm/i915: Force VDD off on the new power seqeuencer before starting to use it by Ville Syrjälä · 8 years ago
  82. 23c4cfb drm/edid: constify edid quirk list by Jani Nikula · 8 years ago
  83. 1c74eea drm/i915: Move number of scalers initialization to runtime init by Nabendu Maiti · 8 years ago
  84. 8e45ac1 drm/i915: Move intel_atomic_get_shared_dpll_state() to intel_dpll_mgr.c by Ander Conselvan de Oliveira · 8 years ago
  85. 4541d31 drm/bridge: Use recommened kerneldoc for struct member refs by Daniel Vetter · 8 years ago
  86. fe88d12 drm/i915: Drop kerneldoc markup from non-kerneldoc enum drrs_refresh_rate_type by Chris Wilson · 8 years ago
  87. 6095868 drm/i915: Complete kerneldoc for struct i915_gem_context by Chris Wilson · 8 years ago
  88. a73c7a4 drm/i915: Fix kerneldoc for i915_gem_object_pin_map() by Chris Wilson · 8 years ago
  89. 7a5580a drm/i915: Move assert of page pin vs bind count into i915_vma_unbind by Chris Wilson · 8 years ago
  90. 421242a drm/cma-helpers: Use recommened kerneldoc for struct member refs by Daniel Vetter · 8 years ago
  91. b112481 drm/cma-helper: simplify setup for drivers with ->dirty callbacks by Daniel Vetter · 8 years ago
  92. 7357f89 drm/armada: Fix compile fail by Daniel Vetter · 8 years ago
  93. 433e404 drm/armada: s/drm_mm_dump_table/drm_mm_print/ by Chris Wilson · 8 years ago
  94. 99e3123 vfio-mdev: Make mdev_device private and abstract interfaces by Alex Williamson · 8 years ago
  95. 9372e6fe vfio-mdev: Make mdev_parent private by Alex Williamson · 8 years ago
  96. 4293055 vfio-mdev: de-polute the namespace, rename parent_device & parent_ops by Alex Williamson · 8 years ago
  97. 6098909 drm: Avoid NULL dereference of drm_device.dev by Chris Wilson · 8 years ago
  98. 824387b drm/atomic-helpers: Remove outdated comment by Daniel Vetter · 8 years ago
  99. 5edbfc4 drm/rect: Fix formatting of example code by Daniel Vetter · 8 years ago
  100. ea0dd85 drm/doc: use preferred struct reference in kernel-doc by Daniel Vetter · 8 years ago