1. 10c24e89 drm/amdgpu: add support for new hainan variants by Alex Deucher · 8 years ago
  2. 9f2a36a drm/amdgpu: fix program vce instance logic error. by Rex Zhu · 8 years ago
  3. 466877f drm/vmwgfx: Free hash table allocated by cmdbuf managed res mgr by Deepak Rawat · 7 years ago
  4. dbc8083 drm/ast: Handle configuration without P2A bridge by Russell Currey · 8 years ago
  5. 581659a drm/amdgpu: adjust default display clock by Alex Deucher · 7 years ago
  6. 217e035 drm/amdgpu/atom: fix ps allocation size for EnableDispPowerGating by Alex Deucher · 7 years ago
  7. e4b8d1e drm/radeon: add a quirk for Toshiba Satellite L20-183 by Alex Deucher · 7 years ago
  8. 61ea7c2 drm/radeon: add a PX quirk for another K53TK variant by Alex Deucher · 7 years ago
  9. 879d61f drm/vc4: Fix OOPSes from trying to cache a partially constructed BO. by Eric Anholt · 8 years ago
  10. 5899b63 drm/mediatek: fix mtk_hdmi_setup_vendor_specific_infoframe mistake by YYS · 8 years ago
  11. a317afc drm/i915: Fix GVT-g PVINFO version compatibility check by Zhenyu Wang · 7 years ago
  12. 7f7bb11 drm/amdgpu: Fix overflow of watermark calcs at > 4k resolutions. by Mario Kleiner · 7 years ago
  13. 933b9b1 drm/i915: Always recompute watermarks when distrust_bios_wm is set, v2. by Maarten Lankhorst · 7 years ago
  14. 4f59a7a drm/i915: Workaround VLV/CHV DSI scanline counter hardware fail by Ville Syrjälä · 8 years ago
  15. 47c362f drm/ast: Fixed system hanged if disable P2A by Y.C. Chen · 8 years ago
  16. bfa4d2e drm/nouveau: Fix drm poll_helper handling by Peter Ujfalusi · 7 years ago
  17. c94e2ed drm/nouveau: Don't enabling polling twice on runtime resume by Lyude Paul · 8 years ago
  18. c7a29cf drm/nouveau: Handle fbcon suspend/resume in seperate worker by Lyude Paul · 8 years ago
  19. d2beb1a drm/nouveau: Rename acpi_work to hpd_work by Hans de Goede · 8 years ago
  20. ef66745 drm/nouveau: Intercept ACPI_VIDEO_NOTIFY_PROBE by Hans de Goede · 8 years ago
  21. 2bcbe74 drm/i915: Check for NULL i915_vma in intel_unpin_fb_obj() by Linus Torvalds · 8 years ago
  22. 326fdff drm: Don't race connector registration by Daniel Vetter · 8 years ago
  23. 82b6693 drm: prevent double-(un)registration for connectors by Daniel Vetter · 8 years ago
  24. c33f1bd drm/nouveau/fence/g84-: protect against concurrent access to semaphore buffers by Ben Skeggs · 7 years ago
  25. cf336ee drm/nouveau: prevent userspace from deleting client object by Ben Skeggs · 7 years ago
  26. 7a7b2d5 drm/i915: Prevent the system suspend complete optimization by Imre Deak · 7 years ago
  27. 09fcb35 drm/i915/vbt: split out defaults that are set when there is no VBT by Jani Nikula · 8 years ago
  28. 555c443 drm/i915/vbt: don't propagate errors from intel_bios_init() by Jani Nikula · 8 years ago
  29. aae14f5 drm/nouveau/tmr: fully separate alarm execution/pending lists by Ben Skeggs · 7 years ago
  30. 7860d0e drm/vmwgfx: Make sure backup_handle is always valid by Sinclair Yeh · 7 years ago
  31. a76ff84 drm/vmwgfx: limit the number of mip levels in vmw_gb_surface_define_ioctl() by Vladis Dronov · 7 years ago
  32. 64c21af drm/vmwgfx: Handle vmalloc() failure in vmw_local_fifo_reserve() by Dan Carpenter · 7 years ago
  33. b3a42bb drm/msm: Expose our reservation object when exporting a dmabuf. by Eric Anholt · 7 years ago
  34. 1308eee drm: Fix oops + Xserver hang when unplugging USB drm devices by Hans de Goede · 7 years ago
  35. 34bae9b drm/amdgpu/ci: disable mclk switching for high refresh rates (v2) by Alex Deucher · 7 years ago
  36. 670821b drm/gma500/psb: Actually use VBT mode when it is found by Patrik Jakobsson · 7 years ago
  37. ebd4c11 drm/radeon: Fix vram_size/visible values in DRM_RADEON_GEM_INFO ioctl by Michel Dänzer · 8 years ago
  38. acc771f drm/radeon: Unbreak HPD handling for r600+ by Lyude · 7 years ago
  39. c8d25fc drm/radeon/ci: disable mclk switching for high refresh rates (v2) by Alex Deucher · 7 years ago
  40. 5a597b2 drm/i915/gvt: Disable access to stolen memory as a guest by Chris Wilson · 8 years ago
  41. 5438f89 drm/edid: Add 10 bpc quirk for LGD 764 panel in HP zBook 17 G2 by Mario Kleiner · 7 years ago
  42. b77adf2 drm/nouveau/tmr: handle races with hw when updating the next alarm time by Ben Skeggs · 7 years ago
  43. 1ec3c71 drm/nouveau/tmr: avoid processing completed alarms when adding a new one by Ben Skeggs · 7 years ago
  44. 6445a49 drm/nouveau/tmr: fix corruption of the pending list when rescheduling an alarm by Ben Skeggs · 7 years ago
  45. 16e1049 drm/nouveau/tmr: ack interrupt before processing alarms by Ben Skeggs · 7 years ago
  46. e8ee630 drm/nouveau/therm: remove ineffective workarounds for alarm bugs by Ben Skeggs · 7 years ago
  47. d1f006e drm/amdgpu: Add missing lb_vblank_lead_lines setup to DCE-6 path. by Mario Kleiner · 7 years ago
  48. b334b34 drm/amdgpu: Avoid overflows/divide-by-zero in latency_watermark calculations. by Mario Kleiner · 8 years ago
  49. ebf3cf5 drm/amdgpu: Make display watermark calculations more accurate by Mario Kleiner · 8 years ago
  50. 48d9fa1 drm/ttm: fix use-after-free races in vm fault handling by Nicolai Hähnle · 8 years ago
  51. 898c6bb drm/sti: fix GDP size to support up to UHD resolution by Vincent Abriou · 8 years ago
  52. 9c0c435 drm/nouveau/disp/mcp7x: disable dptmds workaround by Ben Skeggs · 8 years ago
  53. fd3be7e drm/etnaviv: fix missing unlock on error in etnaviv_gpu_submit() by Wei Yongjun · 7 years ago
  54. e6bcbdc drm/nouveau/mmu/nv4a: use nv04 mmu rather than the nv44 one by Ilia Mirkin · 8 years ago
  55. b29a175 drm/nouveau/mpeg: mthd returns true on success now by Ilia Mirkin · 8 years ago
  56. 0ee72d8 Revert "drm/i915/execlists: Reset RING registers upon resume" by Greg Kroah-Hartman · 7 years ago
  57. 17fda94 drm/i915: Avoid rcu_barrier() from reclaim paths (shrinker) by Chris Wilson · 8 years ago
  58. 82dafcb drm/i915: Stop using RP_DOWN_EI on Baytrail by Chris Wilson · 8 years ago
  59. 954ce08 drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters. by Kenneth Graunke · 8 years ago
  60. 1cbf629 drm/i915: Only enable hotplug interrupts if the display interrupts are enabled by Chris Wilson · 8 years ago
  61. 1435e12 drm/i915: Avoid tweaking evaluation thresholds on Baytrail v3 by Mika Kuoppala · 8 years ago
  62. 988028e drm/i915: Nuke debug messages from the pipe update critical section by Ville Syrjälä · 8 years ago
  63. 8ac9915 drm/i915/gen9: Increase PCODE request timeout to 50ms by Imre Deak · 8 years ago
  64. 25bdb19 drm/msm/adreno: move function declarations to header file by Baoyou Xie · 7 years ago
  65. 9ec57c9 drm/mga: remove device_is_agp callback by Daniel Vetter · 7 years ago
  66. 0ed0810 drm/i915: actually drive the BDW reserved IDs by Paulo Zanoni · 7 years ago
  67. 14ec1cf drm/edid: constify edid quirk list by Jani Nikula · 7 years ago
  68. 666d5f3 drm/sun4i: Add compatible string for A31/A31s TCON (timing controller) by Chen-Yu Tsai · 8 years ago
  69. 6af7e1c drm/sun4i: Add compatible strings for A31/A31s display pipelines by Chen-Yu Tsai · 8 years ago
  70. 06a2bb4 drm/sun4i: tcon: Move SoC specific quirks to a DT matched data structure by Chen-Yu Tsai · 8 years ago
  71. 4ddd24d drm/vmwgfx: fix integer overflow in vmw_surface_define_ioctl() by Li Qiang · 8 years ago
  72. 28c84df drm/vmwgfx: Remove getparam error message by Thomas Hellstrom · 8 years ago
  73. b116797 drm/ttm, drm/vmwgfx: Relax permission checking when opening surfaces by Thomas Hellstrom · 8 years ago
  74. 604d2ea drm/vmwgfx: avoid calling vzalloc with a 0 size in vmw_get_cap_3d_ioctl() by Murray McAllister · 8 years ago
  75. 73ab725 drm/vmwgfx: NULL pointer dereference in vmw_surface_define_ioctl() by Murray McAllister · 8 years ago
  76. 92cc481 drm/vmwgfx: Type-check lookups of fence objects by Thomas Hellstrom · 8 years ago
  77. 4366c7e drm/etnaviv: (re-)protect fence allocation with GPU mutex by Lucas Stach · 8 years ago
  78. 6acf520 drm/vc4: Allocate the right amount of space for boot-time CRTC state. by Eric Anholt · 8 years ago
  79. fa68e1d drm/radeon: Override fpfn for all VRAM placements in radeon_evict_flags by Michel Dänzer · 8 years ago
  80. c75fe78 drm: reference count event->completion by Daniel Vetter · 8 years ago
  81. 7b3c8b2 drm/bridge: analogix dp: Fix runtime PM state on driver bind by Marek Szyprowski · 8 years ago
  82. 9740abe drm/amdgpu: reinstate oland workaround for sclk by Alex Deucher · 8 years ago
  83. dea2f1e drm/amdgpu/si: add dpm quirk for Oland by Alex Deucher · 8 years ago
  84. 2bbcbc2 drm/vc4: Use runtime autosuspend to avoid thrashing V3D power state. by Eric Anholt · 8 years ago
  85. dd0b0e2 drm/vc4: Fix termination of the initial scan for branch targets. by Eric Anholt · 8 years ago
  86. 8ca7ef0 drm/vc4: Fix ->clock_select setting for the VEC encoder by Boris Brezillon · 8 years ago
  87. 6b33067 drm/vc4: Fix race between page flip completion event and clean-up by Derek Foreman · 8 years ago
  88. 0042afe drm/nouveau/disp/nv50-: specify ctrl/user separately when constructing classes by Ben Skeggs · 8 years ago
  89. 5001756 drm/nouveau/disp/nv50-: split chid into chid.ctrl and chid.user by Ben Skeggs · 8 years ago
  90. ddc23b5 drm/nouveau/disp/gp102: fix cursor/overlay immediate channel indices by Ben Skeggs · 8 years ago
  91. ff3bcdc drm/i915: Fix not finding the VBT when it overlaps with OPREGION_ASLE_EXT by Hans de Goede · 8 years ago
  92. 686ea586 drm/i915: Avoid spurious WARNs about the wrong pipe in the PPS code by Ville Syrjälä · 8 years ago
  93. 967e17b drm: Cancel drm_fb_helper_resume_work on unload by Chris Wilson · 8 years ago
  94. 9edc456 drm: Cancel drm_fb_helper_dirty_work on unload by Chris Wilson · 8 years ago
  95. 868a747 drm/i915/gvt: Disable access to stolen memory as a guest by Chris Wilson · 8 years ago
  96. f72b751 drm/atomic: fix an error code in mode_fixup() by Dan Carpenter · 8 years ago
  97. 98620b5 drm/imx: imx-tve: Do not set the regulator voltage by Fabio Estevam · 8 years ago
  98. 56a567d drm/vmwgfx: Work around drm removal of control nodes by Thomas Hellstrom · 8 years ago
  99. 55f4712 drm/ttm: Make sure BOs being swapped out are cacheable by Michel Dänzer · 8 years ago
  100. ec8e40b drm/edid: Add EDID_QUIRK_FORCE_8BPC quirk for Rotel RSX-1058 by Tomeu Vizoso · 8 years ago