1. fa9f668 drm/i915: Export intel_context_instance() by Chris Wilson · 6 years ago
  2. 251d46b drm/i915/gvt: Pin the per-engine GVT shadow contexts by Chris Wilson · 6 years ago
  3. b226c34 Merge drm/drm-next into drm-intel-next-queued by Jani Nikula · 6 years ago
  4. f61a8f3 drm/i915: Clean up cherryview_load_luts() by Ville Syrjälä · 6 years ago
  5. d428ca1 drm/i915: Fix ICL output CSC programming by Ville Syrjälä · 6 years ago
  6. 9ce9bdb drm/i915: Enable render context support for gen4 (Broadwater to Cantiga) by Chris Wilson · 6 years ago
  7. 1215d28 drm/i915: Enable render context support for Ironlake (gen5) by Chris Wilson · 6 years ago
  8. 928f8f4 drm/i915/ringbuffer: EMIT_INVALIDATE *before* switch context by Chris Wilson · 6 years ago
  9. e0516e8 drm/i915: Move sandybride pcode access to intel_sideband.c by Chris Wilson · 6 years ago
  10. 063203c drm/i915: Merge sandybridge_pcode_(read|write) by Chris Wilson · 6 years ago
  11. 7531942 drm/i915: Merge sbi read/write into a single accessor by Chris Wilson · 6 years ago
  12. 56c5098 drm/i915: Separate sideband declarations to intel_sideband.h by Chris Wilson · 6 years ago
  13. ebb5eb7 drm/i915: Replace pcu_lock with sb_lock by Chris Wilson · 6 years ago
  14. 337fa6e drm/i915: Lift sideband locking for vlv_punit_(read|write) by Chris Wilson · 6 years ago
  15. 221c786 drm/i915: Lift acquiring the vlv punit magic to a common sb-get by Chris Wilson · 6 years ago
  16. a75d035 drm/i915: Disable preemption and sleeping while using the punit sideband by Chris Wilson · 6 years ago
  17. 7c13e5c Merge tag 'drm-intel-next-fixes-2019-04-25' of git://anongit.freedesktop.org/drm/drm-intel into drm-next by Dave Airlie · 6 years ago
  18. 5a67928 Merge tag 'drm-misc-next-fixes-2019-04-24' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 6 years ago
  19. 1f2b4a7 drm/i915: Allow multiple user handles to the same VM by Chris Wilson · 6 years ago
  20. 8f2a105 drm/i915: Explicitly pin the logical context for execbuf by Chris Wilson · 6 years ago
  21. 79ffac85 drm/i915: Invert the GEM wakeref hierarchy by Chris Wilson · 6 years ago
  22. 2ccdf6a drm/i915: Pass intel_context to i915_request_create() by Chris Wilson · 6 years ago
  23. 6eee33e drm/i915: Introduce context->enter() and context->exit() by Chris Wilson · 6 years ago
  24. 23c3c3d drm/i915: Pull the GEM powermangement coupling into its own file by Chris Wilson · 6 years ago
  25. d91e657 drm/i915: Introduce struct intel_wakeref by Chris Wilson · 6 years ago
  26. 112ed2d drm/i915: Move GraphicsTechnology files under gt/ by Chris Wilson · 6 years ago
  27. 86554f4 drm/i915/selftests: Verify whitelist of context registers by Chris Wilson · 6 years ago
  28. 0940757 drm/i915: Store the default sseu setup on the engine by Chris Wilson · 6 years ago
  29. 1de7259 drm/fb-helper: Fix drm_fb_helper_firmware_config() NULL pointer deref by Noralf Trønnes · 6 years ago
  30. b8c7d7b drm/atomic: -EACCESS for lease-denied crtc lookup by Daniel Vetter · 6 years ago
  31. 36e4523 drm/atomic: Wire file_priv through for property changes by Daniel Vetter · 6 years ago
  32. 204f640 drm/lease: Make sure implicit planes are leased by Daniel Vetter · 6 years ago
  33. 46b7577 drm/lease: Check for lessor outside of locks by Daniel Vetter · 6 years ago
  34. 4285c7e drm/leases: Don't init to 0 in drm_master_create by Daniel Vetter · 6 years ago
  35. ae9d6c0 drm/lease: Drop recursive leads checks by Daniel Vetter · 6 years ago
  36. e40b764 drm/leases: Drop object_id validation for negative ids by Daniel Vetter · 6 years ago
  37. 0826936 Merge branch 'drm-legacy-cleanup' of git://people.freedesktop.org/~airlied/linux into drm-next by Daniel Vetter · 6 years ago
  38. abbc069 drm/fb: revert the i915 Actually configure untiled displays from master by Dave Airlie · 6 years ago
  39. 447811a drm/i915/icl: Fix MG_DP_MODE() register programming by Imre Deak · 6 years ago
  40. 929eec99 drm/i915: Avoid use-after-free in reporting create.size by Chris Wilson · 6 years ago
  41. 6ecac85 drm/udl: move to embedding drm device inside udl device. by Dave Airlie · 6 years ago
  42. fd96e0d drm/udl: introduce a macro to convert dev to udl. by Dave Airlie · 6 years ago
  43. 331ca3a Merge tag 'exynos-drm-next-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next by Dave Airlie · 6 years ago
  44. ee22f76 drm/legacy: remove some legacy lock struct members by Dave Airlie · 6 years ago
  45. 83c163f drm/legacy: place all drm legacy members under DRM_LEGACY. by Dave Airlie · 6 years ago
  46. 61ae227 drm: allow removal of legacy codepaths (v4.1) by Dave Airlie · 6 years ago
  47. 848ee53 drm/legacy: don't include any of ati_pcigart in legacy. (v2) by Dave Airlie · 6 years ago
  48. 1fa32cb drm/legacy: move legacy dev reinit into legacy misc by Dave Airlie · 6 years ago
  49. 8437dd7 drm/legacy: move init/destroy of struct members into legacy file by Dave Airlie · 6 years ago
  50. fabb0e2 drm/legacy: move map_hash create/destroy into inlines by Dave Airlie · 6 years ago
  51. 058ca50 drm/legacy: move lock cleanup for master into lock file (v2) by Dave Airlie · 6 years ago
  52. 9b7a774 drm/radeon: drop unused ati pcigart include. by Dave Airlie · 6 years ago
  53. 35a2802 drm/legacy: move map cleanups into drm_bufs.c by Dave Airlie · 6 years ago
  54. 15e6085 drm/legacy: move drm_legacy_master_rmmaps to non-driver legacy header. by Dave Airlie · 6 years ago
  55. b30a43a drm/nouveau: add kconfig option to turn off nouveau legacy contexts. (v3) by Dave Airlie · 6 years ago
  56. 8b95503 drm/ipp: clean up debug messages by Inki Dae · 6 years ago
  57. df90a64 drm/vidi: replace platform_device pointer with device one by Inki Dae · 6 years ago
  58. 6be9005 drm/exynos: use DRM_DEV_DEBUG* instead of DRM_DEBUG macro by Inki Dae · 6 years ago
  59. 6f83d20 drm/exynos: use DRM_DEV_ERROR to print out error message by Inki Dae · 6 years ago
  60. 62f2873 drm/exynos: remove unnecessary messages by Inki Dae · 6 years ago
  61. e593053 drm/fimd: use DRM_ERROR instead of DRM_INFO in error case by Inki Dae · 6 years ago
  62. f9af3f8 drm/exynos: g2d: remove style error by Seung-Woo Kim · 6 years ago
  63. 70b5f09e Merge tag 'drm-msm-next-2019-04-21' of https://gitlab.freedesktop.org/drm/msm into drm-next by Dave Airlie · 6 years ago
  64. 42f1a01 Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 6 years ago
  65. 6e865c7 Merge tag 'drm/tegra/for-5.2-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 6 years ago
  66. 8d8f6f7 Merge tag 'drm-misc-next-2019-04-18' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 6 years ago
  67. b1c4f7f Merge tag 'drm-intel-next-2019-04-17' of git://anongit.freedesktop.org/drm/drm-intel into drm-next by Dave Airlie · 6 years ago
  68. b3edf49 Merge branch 'vmwgfx-next' of https://gitlab.freedesktop.org/drawat/linux into drm-next by Dave Airlie · 6 years ago
  69. 51eb1a1 drm/i915/icl: Fix clockgating issue when using scalers by Radhakrishna Sripada · 6 years ago
  70. 372b9ff drm/i915: Fix skl+ max plane width by Ville Syrjälä · 6 years ago
  71. 9c11b12 drm/i915/icl: Fix MG_DP_MODE() register programming by Imre Deak · 6 years ago
  72. b02872d drm/msm/a6xx: Don't enable GPU state code if dependencies are missing by Jordan Crouse · 6 years ago
  73. b55ee6b dt-bindings: drm/msm/gpu: Document a5xx / a6xx zap shader region by Jordan Crouse · 6 years ago
  74. abccb9f drm/msm/a6xx: Add zap shader load by Jordan Crouse · 6 years ago
  75. a9e2559 drm/msm/gpu: Move zap shader loading to adreno by Jordan Crouse · 6 years ago
  76. 026ef63 dt-bindings: drm/msm/a6xx: Document interconnect properties for GPU by Jordan Crouse · 6 years ago
  77. 2d6692e drm/i915: Start writeback from the shrinker by Chris Wilson · 6 years ago
  78. f3c2b76 drm/i915/selftests: Check that gpu reset is usable from atomic context by Fernando Pacheco · 6 years ago
  79. 40d211e Revert "drm/i915/guc: Disable global reset" by Fernando Pacheco · 6 years ago
  80. fc488b5 drm/i915/uc: Place uC firmware in upper range of GGTT by Fernando Pacheco · 6 years ago
  81. 9118007 drm/i915/uc: Reserve upper range of GGTT by Fernando Pacheco · 6 years ago
  82. 95ebcda drm/i915/uc: Rename uC firmware init/fini functions by Fernando Pacheco · 6 years ago
  83. 267e80e drm/i915/gtt: Skip clearing the GGTT under gen6+ full-ppgtt by Chris Wilson · 6 years ago
  84. b972fff drm/i915: remove DRM_AUTH from IOCTLs which also have DRM_RENDER_ALLOW by Christian König · 6 years ago
  85. 7ce99d2 drm/i915: Expose the busyspin durations for i915_wait_request by Chris Wilson · 6 years ago
  86. b673499 drm/msm: Split submit_lookup_objects() into two loops by Kristian H. Kristensen · 6 years ago
  87. 8ea274a drm/msm: Stop dropping struct_mutex in recover_worker() by Kristian H. Kristensen · 6 years ago
  88. 48e7f18 drm/msm: Implement .gem_free_object_unlocked by Kristian H. Kristensen · 6 years ago
  89. fb076b1 drm/msm/a6xx: Remove an unused struct member by Jordan Crouse · 6 years ago
  90. 41570b7 msm/drm/a6xx: Turn off the GMU if resume fails by Jordan Crouse · 6 years ago
  91. e31fdb7 drm/msm/a6xx: Make GMU reset useful by Jordan Crouse · 6 years ago
  92. 9325d42 drm/msm/gpu: Attach to the GPU GX power domain by Jordan Crouse · 6 years ago
  93. c6c5985 dt-bindings: drm/msm/a6xx: Add GX power-domain for GMU bindings by Jordan Crouse · 6 years ago
  94. b94a6e3 drm/msm/a6xx: Remove unwanted regulator code by Jordan Crouse · 6 years ago
  95. b0fb660 drm/msm/gpu: Add submit queue queries by Jordan Crouse · 6 years ago
  96. 48dc424 drm/msm: add param to retrieve # of GPU faults (global) by Rob Clark · 6 years ago
  97. d674c96 drm/msm/gpu: add per-process pagetables param by Rob Clark · 6 years ago
  98. 91cbdb8 drm/i915: Track HAS_RPS alongside HAS_RC6 in the device info by Chris Wilson · 6 years ago
  99. d69990e drm/i915: Use drm_dev_unplug() by Janusz Krzysztofik · 6 years ago
  100. 844e331 drm/i915: Remove unwarranted clamping for hsw/bdw by Chris Wilson · 6 years ago