1. 0879683 drm/nouveau: fix bug id typo in comment by Ilia Mirkin · 8 years ago
  2. 4d8b3d3 drm/nouveau: size is u64 everywhere by Ben Skeggs · 9 years ago
  3. 605f9cc drm/nouveau: s/mem/reg/ for struct ttm_mem_reg variables by Ben Skeggs · 9 years ago
  4. 1167c6b drm/nouveau: allocate device object for every client by Ben Skeggs · 9 years ago
  5. 80e6097 drm/nouveau: create userspace clients as subclients by Ben Skeggs · 9 years ago
  6. 20d8a88 drm/nouveau: tidy up the client init/fini interfaces by Ben Skeggs · 9 years ago
  7. fc1b0a0 drm/nouveau: pass nvif_client to nouveau_gem_new() instead of drm_device by Ben Skeggs · 9 years ago
  8. bab7cc1 drm/nouveau: pass nvif_client to nouveau_bo_new() instead of drm_device by Ben Skeggs · 9 years ago
  9. d2ee360 drm/nouveau/core/memory: distinguish between coherent/non-coherent targets by Ben Skeggs · 9 years ago
  10. 134fdc1 drm/nouveau/core/mm: replace region list with next pointer by Ben Skeggs · 9 years ago
  11. 04b8867 drm/nouveau/core/client: allow creation of subclients by Ben Skeggs · 9 years ago
  12. 7c413fe drm/nouveau/core/client: pass notification callback to nvkm_client_new by Ben Skeggs · 9 years ago
  13. 05da248 drm/nouveau/core/client: destroy client objects over nvif by Ben Skeggs · 9 years ago
  14. 2c3af92 drm/nouveau/core/client: use standard object dtor/init/fini paths by Ben Skeggs · 9 years ago
  15. 03295ea drm/nouveau/core/client: modify prefix on nvif structures, for consistency by Ben Skeggs · 9 years ago
  16. 843faa0 drm/nouveau/core/object: pass more args in oclass by Ben Skeggs · 9 years ago
  17. a664869 drm/nouveau/core/object: pass client directly to ioctl handlers by Ben Skeggs · 9 years ago
  18. 83e85d9 drm/nouveau/dma: lookup objects with nvkm_object_search() by Ben Skeggs · 9 years ago
  19. daad3df drm/nouveau/core/client: lookup client objects with nvkm_object_search() by Ben Skeggs · 8 years ago
  20. 110cccf drm/nouveau/core/object: support lookup of specific object types by Ben Skeggs · 8 years ago
  21. 05073ca drm/nouveau/dma: use rb_entry() by Geliang Tang · 8 years ago
  22. af7db03 replace BUG_ON(1) with BUG() by Ben Skeggs · 9 years ago
  23. 0233a9f drm/nouveau/gr/nv50-mcp89: add defines for gr classes by Ben Skeggs · 8 years ago
  24. 1894054 drm/nouveau/gr/gf100-: fix ccache error logging by Ben Skeggs · 8 years ago
  25. fc13425 drm/nouveau/disp/g94: remove unused sor implementation by Ben Skeggs · 8 years ago
  26. 7eb7497 drm/nouveau/fb/ram/gk104: remove unused best_clk variable by Ben Skeggs · 8 years ago
  27. 63f542e drm/nouveau/secboot: clear halt interrupt after ACR is run by Alexandre Courbot · 8 years ago
  28. 425c816 drm/nouveau/secboot: add lazy-bootstrap flag by Alexandre Courbot · 8 years ago
  29. 64a94de drm/nouveau/secboot: fix WPR descriptor generation by Alexandre Courbot · 8 years ago
  30. 45ef845 drm/nouveau/secboot: set default error value in error register by Alexandre Courbot · 8 years ago
  31. b606234 drm/nouveau/secboot: add missing fields to BL structure by Alexandre Courbot · 8 years ago
  32. b2888c6 drm/nouveau/secboot: safer zeroing of BL descriptors by Alexandre Courbot · 8 years ago
  33. 9d896f3 drm/nouveau/secboot: abstract LS firmware loading functions by Alexandre Courbot · 8 years ago
  34. 9839307 drm/nouveau/secboot: remove ls_ucode_mgr by Alexandre Courbot · 8 years ago
  35. 8849032 drm/nouveau/secboot: remove unneeded ls_ucode_img member by Alexandre Courbot · 8 years ago
  36. 3454a03 drm/nouveau/secboot: disable falcon interrupts when running blob by Alexandre Courbot · 8 years ago
  37. 555cafb drm/nouveau/secboot: split reset function by Alexandre Courbot · 8 years ago
  38. 8a50452 drm/nouveau/secboot: add LS flags to LS func structure by Alexandre Courbot · 8 years ago
  39. 72e0642 drm/nouveau/secboot: reorganize into more files by Alexandre Courbot · 8 years ago
  40. 8f491c8 drm/nouveau/secboot: generate HS BL descriptor in hook by Alexandre Courbot · 8 years ago
  41. e781ff9 drm/nouveau/secboot: add low-secure firmware hooks by Alexandre Courbot · 8 years ago
  42. a9b333a drm/nouveau/secboot: remove fixup_hs_desc hook by Alexandre Courbot · 8 years ago
  43. 808d6ef drm/nouveau/secboot: rename init() hook to oneinit() by Alexandre Courbot · 8 years ago
  44. c8225b5 drm/nouveau/secboot: remove nvkm_secboot_start() by Alexandre Courbot · 8 years ago
  45. 89cd6e2 drm/nouveau/gr/gf100: instantiate and reserve GR falcons by Alexandre Courbot · 8 years ago
  46. 0296b5d drm/nouveau/gr/gf100: split gf100_gr_init_ctxctl() by Alexandre Courbot · 8 years ago
  47. d2753f4 drm/nouveau/gr: add fini() hook by Alexandre Courbot · 8 years ago
  48. d72fb36 drm/nouveau/secboot: use falcon library by Alexandre Courbot · 8 years ago
  49. 236f474 drm/nouveau/secboot: fix functions definitions by Alexandre Courbot · 8 years ago
  50. b1c39d8 drm/nouveau/gm20b: add dummy PMU device by Alexandre Courbot · 8 years ago
  51. 9b071c7 drm/nouveau/pmu/gk20a: use falcon library functions by Alexandre Courbot · 8 years ago
  52. 68d8216 drm/nouveau/pmu/gk20a: simplify code a bit by Alexandre Courbot · 8 years ago
  53. d8711c5 drm/nouveau/pmu/gk20a: use nvkm_pmu_ctor() by Alexandre Courbot · 8 years ago
  54. 1e2115d drm/nouveau/pmu: instanciate the falcon in PMU device by Alexandre Courbot · 8 years ago
  55. e72da6e drm/nouveau/pmu: add nvkm_pmu_ctor() function by Alexandre Courbot · 8 years ago
  56. 3121410 drm/nouveau/core: add falcon library functions by Alexandre Courbot · 8 years ago
  57. c599dd4 drm/nouveau/mc: add nvkm_mc_enabled() function by Alexandre Courbot · 8 years ago
  58. c1fcb14 drm/nouveau/core: constify nv*_printk macros by Alexandre Courbot · 8 years ago
  59. 9ca7035 Revert "drm: Resurrect atomic rmfb code, v3" by Dave Airlie · 8 years ago
  60. 08293fe Merge tag 'omapdrm-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-next by Dave Airlie · 8 years ago
  61. dec13c8 Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 8 years ago
  62. e841130 drm/amdgpu: fix warning on older gcc releases by Arnd Bergmann · 8 years ago
  63. 5187b6c drm/ttm: make TTM_MAX_BO_PRIORITY unsigned by Nicolai Hähnle · 8 years ago
  64. e89d5b5 drm/amd/amdgpu: Fix flow control in uvd_v4_2_stop() by Tom St Denis · 8 years ago
  65. fce293c drm/amd/powerplay: add didt config table for polaris kicker by Huang Rui · 8 years ago
  66. 28a4888 drm/amd/powerplay: modify VddcPhase value for polaris kicker by Huang Rui · 8 years ago
  67. 5d7213b drm/amd/powerplay: add kicker flag into smumgr by Huang Rui · 8 years ago
  68. 1b30ab0 drm/omapdrm: dispc: Refuse x-decimation above 4 for all but 8-bit formats by Jyri Sarha · 8 years ago
  69. 897145d drm/omapdrm: Move commit_modeset_enables() before commit_planes() by Jyri Sarha · 8 years ago
  70. e025d38 Revert "drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCs" by Jyri Sarha · 8 years ago
  71. be3c9f5 Merge branch 'drm-rockchip-next-2017-02-16' of https://github.com/markyzq/kernel-drm-rockchip into drm-next by Dave Airlie · 8 years ago
  72. b7bc0da Merge tag 'drm-misc-next-fixes-2017-02-15' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
  73. 1e9d996 Merge tag 'sti-drm-next-2017-02-10' of https://github.com/vinceab/linux into drm-next by Dave Airlie · 8 years ago
  74. 1592364 drm: Resurrect atomic rmfb code, v3 by Maarten Lankhorst · 8 years ago
  75. 1aa5ca6 drm/rockchip: Use common IOMMU API to attach devices by Shunqian Zheng · 8 years ago
  76. 38f993b drm/rockchip: Do not use DMA mapping API if attached to IOMMU domain by Tomasz Figa · 8 years ago
  77. 2220fc1 uapi: add missing install of dma-buf.h by Denys Dmytriyenko · 8 years ago
  78. d238326 drm/amdgpu: Initialize pipe priority order on graphic initialization by ozeng · 8 years ago
  79. 254cd2e drm/amdgpu: read hw register to check pg status. by Rex Zhu · 8 years ago
  80. d50e5c2 drm/amdgpu: Add to initialization of mmVCE_VCPU_CNTL register by Alan Harrison · 8 years ago
  81. c10c8f7 drm/amdgpu/pm: check for headless before calling compute_clocks by Alex Deucher · 8 years ago
  82. a73effa drm/amdgpu: use amdgpu_gem_va_check() in amdgpu_gem_va_update_vm() by Samuel Pitoiset · 8 years ago
  83. 4ce3bd4 drm/amdgpu: add more cases to DCE11 possible crtc mask setup by Alex Deucher · 8 years ago
  84. c462c2f drm/sti: debug fps reset by Vincent Abriou · 8 years ago
  85. 97d7c57 drm/sti: hdmi: automatically check DVI/HDMI mode by Vincent Abriou · 8 years ago
  86. b7e05db drm/sti: unbind all components while driver cleanup by Vincent Abriou · 8 years ago
  87. e9f494d drm/sti: do not post GDP command if no update by Vincent Abriou · 8 years ago
  88. c5649ee drm/sti: do not set gdp pixel clock rate if mode is not set by Vincent Abriou · 8 years ago
  89. 1b7f145 drm/sti: enable gdp pixel clock in atomic_update by Vincent Abriou · 8 years ago
  90. 0c7ff84 drm/sti: remove deprecated legacy vtg slave by Vincent Abriou · 8 years ago
  91. e6d50dc drm/sti: remove deprecated sink_term config by Vincent Abriou · 8 years ago
  92. 6801723b drm/sti: do not check hw scaling if mode is not set by Fabien DESSENNE · 8 years ago
  93. c62052d drm/sti: Fix up crtc_state->event handling by Fabien DESSENNE · 8 years ago
  94. 5e60f59 drm/sti: use atomic_helper for commit by Fabien DESSENNE · 8 years ago
  95. 13f62f5 Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 8 years ago
  96. f320d35 Merge tag 'drm-fsl-dcu-for-v4.11' of http://git.agner.ch/git/linux-drm-fsl-dcu into drm-next by Dave Airlie · 8 years ago
  97. 79b3349 Merge tag 'drm-misc-next-fixes-2017-02-09' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
  98. fad0612 drm/amdgpu: report the number of bytes moved at buffer creation by Samuel Pitoiset · 8 years ago
  99. 38fc485 drm/amdgpu: fix a potential deadlock in amdgpu_bo_create_restricted() by Samuel Pitoiset · 8 years ago
  100. a52d120 drm/amdgpu: add support for new smc firmware on polaris by Alex Deucher · 8 years ago