1. a5dd8f5 drm/i915/selftests: don't leak the gem object by Matthew Auld · 8 years ago
  2. 1c8782d drm/i915/userptr: Disallow wrapping GTT into a userptr by Chris Wilson · 8 years ago
  3. d151e9c drm/i915/userptr: Only flush the workqueue if required by Chris Wilson · 8 years ago
  4. 42953b3 drm/i915/userptr: Deactivate a failed userptr if the worker reports an EFAULT by Chris Wilson · 8 years ago
  5. 86b0426 drm/i915: Fix up verify_encoder_state by Daniel Vetter · 8 years ago
  6. f9e905c drm/i915: use for_each_intel_connector_iter in intel_display.c by Daniel Vetter · 8 years ago
  7. 51ec53d drm/i915: Make intel_get_pipe_from_connector atomic by Daniel Vetter · 8 years ago
  8. f57c842 drm/i915: use drm_connector_list_iter in intel_opregion.c by Daniel Vetter · 8 years ago
  9. cc3ca4f drm/i915: use drm_connector_list_iter in intel_hotplug.c by Daniel Vetter · 8 years ago
  10. 3f6a5e1 drm/i915: Use drm_connector_list_iter in debugfs by Daniel Vetter · 8 years ago
  11. 5b5554c5 drm/i915: Check for an invalid seqno before __i915_gem_request_started by Chris Wilson · 8 years ago
  12. f166244 drm/i915: Purge i915_gem_object_is_dead() by Chris Wilson · 8 years ago
  13. 03d1cac drm/i915: Avoiding recursing on ww_mutex inside shrinker by Chris Wilson · 8 years ago
  14. 144cc143 drm/i915: Use DRM_DEBUG_KMS() for framebuffer failure debug messages by Ville Syrjälä · 8 years ago
  15. 3ca46c0 drm/i915: Pass the correct plane index to _intel_compute_tile_offset() by Ville Syrjälä · 8 years ago
  16. 1b50053 drm/i915: Avoid div-by-zero when computing aux_stride w/o an aux plane by Ville Syrjälä · 8 years ago
  17. b90c1ee drm/i915: Move nv12 chroma plane handling into intel_surf_alignment() by Ville Syrjälä · 8 years ago
  18. d88c4af drm/i915: Plumb drm_framebuffer into more places by Ville Syrjälä · 8 years ago
  19. a94f2b9 drm/i915: suppress atomic commit error message under gvt-g env by Bing Niu · 8 years ago
  20. c3f8ad5 drm/i915: Nuke debug messages from the pipe update critical section by Ville Syrjälä · 8 years ago
  21. 7ffe939 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  22. 6796b12 Merge branch 'linux-4.12' of git://github.com/skeggsb/linux into drm-next by Dave Airlie · 8 years ago
  23. 2e16101 Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/drm-intel into drm-next by Dave Airlie · 8 years ago
  24. 7c55e2c drm/i915: Use pagecache write to prepopulate shmemfs from pwrite-ioctl by Chris Wilson · 8 years ago
  25. 4e5462e drm/i915: Store a permanent error in obj->mm.pages by Chris Wilson · 8 years ago
  26. e1cd332 drm/i915: move the {skl, bxt}_{i, uni}nit_cdclk declarations by Paulo Zanoni · 8 years ago
  27. 6b9e441 drm/i915: remove potentially confusing IS_G4X checks by Paulo Zanoni · 8 years ago
  28. 64486ae drm/i915: Flush idle work when changing missed-irq fault injection by Chris Wilson · 8 years ago
  29. 7fba830 drm/i915/dsi: arrange intel_dsi.h according to relevant files by Jani Nikula · 8 years ago
  30. 5431fc0 drm/i915/dsi: rename intel_dsi_panel_vbt.c to intel_dsi_vbt.c by Jani Nikula · 8 years ago
  31. fefc51e drm/i915/dsi: rename intel_dsi_pre_disable to intel_dsi_disable by Jani Nikula · 8 years ago
  32. b0dd688 drm/i915/dsi: rename intel_dsi_exec_vbt_sequence to intel_dsi_vbt_exec_sequence by Jani Nikula · 8 years ago
  33. 3f751d6 drm/i915/dsi: stop using the drm_panel framework completely by Jani Nikula · 8 years ago
  34. b9e5675 drm/i915/dsi: call vbt_panel_get_modes directly instead of via drm_panel by Jani Nikula · 8 years ago
  35. 7967ef6 drm/i915/dsi: remove support for more than one panel driver by Jani Nikula · 8 years ago
  36. d2fa80a drm/i915: Avoid clearing the base drm_crtc_state by Chris Wilson · 8 years ago
  37. aebfd1d drm/i915/: DMC 1.04 for Geminilake by Anusha Srivatsa · 8 years ago
  38. cdc3a45 drm/i915: No need to save/restore irq status in intel_engine_wakeup by Tvrtko Ursulin · 8 years ago
  39. a9e6493 drm/i915: No need to save/restore irq status in intel_breadcrumbs_fake_irq by Tvrtko Ursulin · 8 years ago
  40. 2c33b54 drm/i915: No need to save/restore irq status in __i915_request_irq_complete by Tvrtko Ursulin · 8 years ago
  41. 97e5268 drm/nouveau/fb/gf100-: rework ram detection by Ben Skeggs · 8 years ago
  42. ba4c063 drm/nouveau/fb/gm200: split ram implementation from gm107 by Ben Skeggs · 8 years ago
  43. 904e703 drm/nouveau/fb/gf108: split implementation from gf100 by Ben Skeggs · 8 years ago
  44. fcb371a drm/nouveau/fb/gf100-: modify constructors to allow more customisation by Ben Skeggs · 8 years ago
  45. df8dc97 drm/nouveau/kms/nv50: use drm core i2c-over-aux algorithm by Ben Skeggs · 8 years ago
  46. 5c68d91 drm/nouveau/i2c/g94-: return REPLY_M value on reads by Ben Skeggs · 8 years ago
  47. 1af5c41 drm/nouveau/i2c: modify aux interface to return length actually transferred by Ben Skeggs · 8 years ago
  48. 36510ad drm/nouveau/gp10x: enable secboot and GR by Alexandre Courbot · 8 years ago
  49. 424321b drm/nouveau/gr/gp102: initial support by Ben Skeggs · 8 years ago
  50. 4eb3390 drm/nouveau/falcon: support for gp10x msgqueue by Alexandre Courbot · 8 years ago
  51. 5429f82 drm/nouveau/secboot: add gp102/gp104/gp106/gp107 support by Alexandre Courbot · 8 years ago
  52. 84074e5 drm/nouveau/secboot: put HS code loading code into own file by Alexandre Courbot · 8 years ago
  53. 717bad82 drm/nouveau/secboot: support for r375 ACR by Alexandre Courbot · 8 years ago
  54. 0f8fb2a drm/nouveau/secboot: support for r367 ACR by Alexandre Courbot · 8 years ago
  55. 810997f drm/nouveau/secboot: support for r364 ACR by Alexandre Courbot · 8 years ago
  56. ec91cb0 drm/nouveau/secboot: workaround bug when starting SEC2 firmware by Alexandre Courbot · 8 years ago
  57. c5e1fef drm/nouveau/secboot: support standard NVIDIA HS binaries by Alexandre Courbot · 8 years ago
  58. b58b417 drm/nouveau/secboot: support for unload blob bootloader by Alexandre Courbot · 8 years ago
  59. c93cfe3 drm/nouveau/secboot: let callers interpret return value of blobs by Alexandre Courbot · 8 years ago
  60. 7defd1d drm/nouveau/secboot: support for different load and unload falcons by Alexandre Courbot · 8 years ago
  61. a13edd0 drm/nouveau/secboot: share r361 BL structures and functions by Alexandre Courbot · 8 years ago
  62. 114223a drm/nouveau/secboot: add support for SEC LS firmware by Alexandre Courbot · 8 years ago
  63. 48387f0 drm/nouveau/secboot: support running ACR on SEC by Alexandre Courbot · 8 years ago
  64. c343360 drm/nouveau/secboot: get start address of blob from ACR by Alexandre Courbot · 8 years ago
  65. e946241 drm/nouveau/secboot: add shadow blob argument by Alexandre Courbot · 8 years ago
  66. 9706d8f drm/nouveau/falcon/msgqueue: add SEC2 support by Alexandre Courbot · 8 years ago
  67. 6ac2cc2 drm/nouveau/falcon: support for EMEM by Alexandre Courbot · 8 years ago
  68. cfd044b drm/nouveau/falcon: fix base address of FBIF registers by Alexandre Courbot · 8 years ago
  69. ad147b7 drm/nouveau/falcon: better detection of debug register by Alexandre Courbot · 8 years ago
  70. b62880f drm/nouveau/core: add SEC2 engine by Alexandre Courbot · 8 years ago
  71. 16307b5 drm/nouveau/nvdec: add gp102 support by Alexandre Courbot · 8 years ago
  72. 9e43975 drm/nouveau/falcon: delay construction of falcons to oneinit() by Alexandre Courbot · 8 years ago
  73. 65d9376 drm/nouveau/falcon: use NXTCTX register instead of NEW_INSTBLK by Alexandre Courbot · 8 years ago
  74. 1106459 drm/nouveau/secboot/gm20b: enable PMU firmware by Alexandre Courbot · 8 years ago
  75. 937deb0 drm/nouveau/pmu/gm20b: add msgqueue support by Alexandre Courbot · 8 years ago
  76. fc12745 drm/nouveau/secboot: check that WPR region is properly set by Alexandre Courbot · 8 years ago
  77. 7775d0d drm/nouveau/secboot: support optional falcons by Alexandre Courbot · 8 years ago
  78. bb5ec9c drm/nouveau/secboot: support PMU LS firmware by Alexandre Courbot · 8 years ago
  79. 7579e22 drm/nouveau/secboot: base support for PMU falcon by Alexandre Courbot · 8 years ago
  80. eabe4ea drm/nouveau/secboot: support for loading LS PMU firmware by Alexandre Courbot · 8 years ago
  81. 9ce480f drm/nouveau/pmu: add msgqueue member by Alexandre Courbot · 8 years ago
  82. 42847d8 drm/nouveau/falcon: support for gm20b msgqueue by Alexandre Courbot · 8 years ago
  83. 9b536e9 drm/nouveau/falcon: add msgqueue interface by Alexandre Courbot · 8 years ago
  84. 0117b33 drm/nouveau/secboot: add LS firmware post-run hooks by Alexandre Courbot · 8 years ago
  85. 9bb55bb drm/nouveau/secboot: abstract fixup_hs_desc function by Alexandre Courbot · 8 years ago
  86. f7152a2 drm/nouveau/secboot: make specialized ls_ucode_img struct private by Alexandre Courbot · 8 years ago
  87. 48eee54 drm/nouveau/secboot: store ucode offset in base image structure by Alexandre Courbot · 8 years ago
  88. 5c4e060 drm/nouveau/secboot: fix usage of hsf_load_header by Alexandre Courbot · 8 years ago
  89. 913b97f drm/nouveau/secboot: prevent address trimming by Alexandre Courbot · 8 years ago
  90. 098ee77 drm/nouveau/secboot: fix WPR region alignment by Alexandre Courbot · 8 years ago
  91. 3e8fbe3 drm/nouveau/secboot: fix WPR address to be 64-bit by Alexandre Courbot · 8 years ago
  92. a335f07 drm/nouveau/secboot: make sure requested falcons are supported by Alexandre Courbot · 8 years ago
  93. 489a5fe drm/nouveau/secboot: remove unused hook by Alexandre Courbot · 8 years ago
  94. 17c602e drm/nouveau/falcon: fix IMEM port access by Alexandre Courbot · 8 years ago
  95. ca179c8 drm/nouveau/falcon: fix port offset for DMEM register by Alexandre Courbot · 8 years ago
  96. e444de5 drm/nouveau/falcon: protect against concurrent DMEM accesses by Alexandre Courbot · 8 years ago
  97. 6bd4b52 drm/nouveau/falcon: add missing context binding memory target by Alexandre Courbot · 8 years ago
  98. 485a20e drm/nouveau/pmu: make sure the reset hook exists before running it by Alexandre Courbot · 8 years ago
  99. ba735d0 drm/nouveau/secboot: make nvkm_secboot_falcon_name visible by Alexandre Courbot · 8 years ago
  100. 69d468f drm/nouveau/priv: punt messages to debug level by Ben Skeggs · 8 years ago