1. 2f95bc6 drm: omapdrm: Perform initialization/cleanup at probe/remove time by Laurent Pinchart · 8 years ago
  2. e57e17c drm: Move vblank cleanup from unregister to release by Laurent Pinchart · 8 years ago
  3. d501b12 drm: omapdrm: Use sizeof(*var) instead of sizeof(type) for structures by Laurent Pinchart · 8 years ago
  4. 84e1d45 drm: omapdrm: Remove global variables by Laurent Pinchart · 9 years ago
  5. 80f91bf drm: omapdrm: Simplify IRQ wait implementation by Laurent Pinchart · 9 years ago
  6. ca52d2f drm: omapdrm: Inline the pipe2vbl function by Laurent Pinchart · 10 years ago
  7. 1565481 drm: omapdrm: Don't call DISPC power handling in IRQ wait functions by Laurent Pinchart · 9 years ago
  8. 5d9f5b3 drm: omapdrm: Remove unused parameter from omap_drm_irq handler by Laurent Pinchart · 9 years ago
  9. da06a92 drm: omapdrm: Don't expose the omap_irq_(un)register() functions by Laurent Pinchart · 9 years ago
  10. 14389a3 drm: omapdrm: Keep vblank interrupt enabled while CRTC is active by Laurent Pinchart · 9 years ago
  11. d173d3d drm: omapdrm: Use a spinlock to protect the CRTC pending flag by Laurent Pinchart · 9 years ago
  12. 577d398 drm: omapdrm: Prevent processing the same event multiple times by Laurent Pinchart · 9 years ago
  13. 03af815 drm: omapdrm: Check the CRTC software state at enable/disable time by Laurent Pinchart · 9 years ago
  14. dadf465 drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCs by Laurent Pinchart · 9 years ago
  15. f933a3a drm: omapdrm: Replace DSS manager state check with omapdrm CRTC state by Laurent Pinchart · 9 years ago
  16. 6b5538d drm: omapdrm: Handle OCP error IRQ directly by Laurent Pinchart · 10 years ago
  17. e0519af drm: omapdrm: Handle CRTC error IRQs directly by Laurent Pinchart · 10 years ago
  18. 728ae8d drm: omapdrm: Handle FIFO underflow IRQs internally by Laurent Pinchart · 10 years ago
  19. a078a3d drm: omapdrm: fb: Turn framebuffer creation error messages into debug by Laurent Pinchart · 9 years ago
  20. 6941e3d drm: omapdrm: fb: Simplify mode command checks when creating framebuffer by Laurent Pinchart · 9 years ago
  21. a39c94e drm: omapdrm: fb: Simplify objects lookup when creating framebuffer by Laurent Pinchart · 9 years ago
  22. c9028b3 drm: omapdrm: fb: Use format information provided by the DRM core by Laurent Pinchart · 9 years ago
  23. 4d20dfc drm: omapdrm: fb: Limit number of planes per framebuffer to two by Laurent Pinchart · 9 years ago
  24. ef6503e drm: Kbuild: add omap_drm.h to the installed headers by Laurent Pinchart · 8 years ago
  25. 2cf026a Merge branch 'linux-4.10' of git://github.com/skeggsb/linux into drm-next by Dave Airlie · 8 years ago
  26. a77a1ad Merge tag 'drm/tegra/for-4.10-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 8 years ago
  27. bdda9dd Merge tag 'drm/panel/for-4.10-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 8 years ago
  28. 8a5c61f Merge tag 'drm-misc-next-fixes-2016-12-10' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
  29. 2601a15 Merge tag 'drm-vc4-next-2016-12-09' of https://github.com/anholt/linux into drm-next by Dave Airlie · 8 years ago
  30. 19d53d0 drm/nouveau/kms/nv50: fix atomic regression on original G80 by Ben Skeggs · 8 years ago
  31. b53ac1e drm/nouveau/bl: Do not register interface if Apple GMUX detected by Pierre Moreau · 8 years ago
  32. db1a0ae2 drm/nouveau/bl: Assign different names to interfaces by Pierre Moreau · 8 years ago
  33. 79d48da drm/nouveau/bios/dp: fix handling of LevelEntryTableIndex on DP table 4.2 by Ben Skeggs · 8 years ago
  34. f4e65ef drm/nouveau/ltc: protect clearing of comptags with mutex by Ben Skeggs · 8 years ago
  35. 64373e4 drm/nouveau/gr/gf100-: handle GPC/TPC/MPC trap by Ben Skeggs · 8 years ago
  36. 1fe487d drm/nouveau/core: recognise GP106 chipset by Ben Skeggs · 8 years ago
  37. 10dcab3 drm/nouveau/ttm: wait for bo fence to signal before unmapping vmas by Ben Skeggs · 8 years ago
  38. 732be80 drm/nouveau/gr/gf100-: FECS intr handling is not relevant on proprietary ucode by Ben Skeggs · 8 years ago
  39. 48dac93 drm/nouveau/gr/gf100-: properly ack all FECS error interrupts by Ben Skeggs · 8 years ago
  40. ec884f7 drm/nouveau/fifo/gf100-: recover from host mmu faults by Ben Skeggs · 8 years ago
  41. 6449b08 drm: Add fake controlD* symlinks for backwards compat by Daniel Vetter · 8 years ago
  42. c167df4 drm/vc4: Don't use drm_put_dev by Daniel Vetter · 8 years ago
  43. 6e89a3c drm/vc4: Document VEC DT binding by Boris Brezillon · 8 years ago
  44. e4b81f8 drm/vc4: Add support for the VEC (Video Encoder) IP by Boris Brezillon · 8 years ago
  45. 299a16b drm: Add TV connector states to drm_connector_state by Boris Brezillon · 8 years ago
  46. dee7a4f drm: Turn DRM_MODE_SUBCONNECTOR_xx definitions into an enum by Boris Brezillon · 8 years ago
  47. ab8df60 drm/vc4: Fix ->clock_select setting for the VEC encoder by Boris Brezillon · 8 years ago
  48. 25dfd7c Merge tag 'drm-fsl-dcu-for-next' of http://git.agner.ch/git/linux-drm-fsl-dcu into drm-next by Dave Airlie · 8 years ago
  49. acc5ddd Merge tag 'drm-misc-next-2016-12-08' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
  50. bfd5be0 Merge branch 'drm-next-4.10' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 8 years ago
  51. 6f21890 Merge tag 'omapdrm-4.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-next by Dave Airlie · 8 years ago
  52. 32859f7 drm/amdgpu/dce6: Set MASTER_UPDATE_MODE to 0 in resume_mc_access as well by Michel Dänzer · 8 years ago
  53. 7fe2857 drm/amdgpu: use pin rather than pin_restricted in a few cases by Alex Deucher · 8 years ago
  54. d2939bc drm/amd/powerplay: use pr_debug to print function not implemented message by Arindam Nath · 8 years ago
  55. cc3f5b8 drm/amd/amdgpu: Add gpr reading for GFX v7 by Tom St Denis · 8 years ago
  56. 34e646f drm/amd/amdgpu: Add gpr reading for GFX v6 by Tom St Denis · 8 years ago
  57. c5a60ce drm/amd/amdgpu: Add debugfs support for reading GPRs (v2) by Tom St Denis · 8 years ago
  58. 40ee588 drm/amd/amdgpu: export vbios information (v2) by Evan Quan · 8 years ago
  59. a9f5db9 drm/amd/amdgpu: stored bios_size by Evan Quan · 8 years ago
  60. 5c2a392 drm/omap: tpd12s015: fix error handling by Tomi Valkeinen · 8 years ago
  61. e43f2c3 drm/omap: fix primary-plane's possible_crtcs by Tomi Valkeinen · 8 years ago
  62. 5cd57a4 drm: fix possible_crtc's type by Tomi Valkeinen · 8 years ago
  63. 72a93e8 drm: Take ownership of the dmabuf->obj when exporting by Chris Wilson · 8 years ago
  64. f3f4c4d drm: Allow CAP_PRIME on !MODESET by Daniel Vetter · 8 years ago
  65. e783fd0 Merge tag 'meson-drm-for-4.10' of github.com:superna9999/linux into drm-next by Dave Airlie · 8 years ago
  66. 3eff97b Merge tag 'drm-intel-next-fixes-2016-12-07' of git://anongit.freedesktop.org/git/drm-intel into drm-next by Dave Airlie · 8 years ago
  67. 8166255 drm: mxsfb: Select DRM_PANEL by Marek Vasut · 8 years ago
  68. 35f8cc3 drm/fence: add drm_crtc_create_fence() by Gustavo Padovan · 8 years ago
  69. 8f34a54 drm/bridge: analogix: Don't return -EINVAL when panel doesn't support PSR by zain wang · 8 years ago
  70. ff9d646 drm/amdgpu: update golden setting of tonga by Huang Rui · 8 years ago
  71. 5a23f27 drm/amdgpu/si: load the proper firmware on 0x87 oland boards by Alex Deucher · 8 years ago
  72. ce66cb1 drm/amdgpu: add additional pci revision to dpm workaround by Alex Deucher · 8 years ago
  73. abb2e3c drm/radeon/si: load the proper firmware on 0x87 oland boards by Alex Deucher · 8 years ago
  74. 8729675 drm/radeon: add additional pci revision to dpm workaround by Alex Deucher · 8 years ago
  75. e9efaaa drm/amd/powerplay: Fix potential NULL pointer issue by Xiangliang Yu · 8 years ago
  76. 84f3f05 drm/amdgpu: Don't touch GFX hw during HW fini by Xiangliang Yu · 8 years ago
  77. c7fac7d drm/amd/powerplay: Adjust the position of data size initial by Xiangliang Yu · 8 years ago
  78. e224e4f drm/amd/powerplay: Ignore smu buffer usage by Xiangliang Yu · 8 years ago
  79. ed91dd4 drm/amd/powerplay: cut digest part by Xiangliang Yu · 8 years ago
  80. aeab203 drm/amdgpu: drop redundant vi_mqd define by Xiangliang Yu · 8 years ago
  81. 47e50d5 drm/amdgpu: fix gtt available page num accounting by Flora Cui · 8 years ago
  82. 10e2ca3 drm/amd/powerplay: bypass fan table setup if no fan connected by Hawking Zhang · 8 years ago
  83. 1cd99a8 drm/amd/amdgpu: validate the shadow BO. by Alex Xie · 8 years ago
  84. f5f857f drm/amd/powerplay: disable cg pg task when pp uninitialize. by Rex Zhu · 8 years ago
  85. 8201a67 drm/amdgpu: no need to ungate uvd/vce clock when fini. by Rex Zhu · 8 years ago
  86. 6b16cf7 drm/radeon: Hide the HW cursor while it's out of bounds by Michel Dänzer · 8 years ago
  87. 4349bd7 drm/radeon: Always store CRTC relative radeon_crtc->cursor_x/y values by Michel Dänzer · 8 years ago
  88. dcab0fa drm/radeon: Also call cursor_move_locked when the cursor size changes by Michel Dänzer · 8 years ago
  89. 7c83d7a drm/amdgpu: Only update the CUR_SIZE register when necessary by Michel Dänzer · 8 years ago
  90. 8b02cde drm/amdgpu: Also call cursor_move_locked when the cursor size changes by Michel Dänzer · 8 years ago
  91. 8e57ec6 drm/amdgpu: Store CRTC relative amdgpu_crtc->cursor_x/y values by Michel Dänzer · 8 years ago
  92. dd31ae9 drm/amd/amdgpu: enable GUI idle INT after enabling CGCG by Arindam Nath · 8 years ago
  93. ecc2cf7 drm/amdgpu: enable VCE clockgating in Polaris-10/11 by Maruthi Srinivas Bayyavarapu · 8 years ago
  94. ddbc259 drm/amdgpu: fix CI bug uvd status not true in debugfs. by Rex Zhu · 8 years ago
  95. 188a301 drm/amdgpu: remove error message when loading driver by Xiangliang Yu · 8 years ago
  96. 7047391 drm/amd/powerplay: fix firmware loading failure by Xiangliang Yu · 8 years ago
  97. 3c3a7e6 drm/amdgpu: fix bug mclk can't change on Polaris by Rex Zhu · 8 years ago
  98. 805b3ba drm/amdgpu: refine uvd 6.0 clock gate feature. by Rex Zhu · 8 years ago
  99. ad3b961 drm/amdgpu/gfx8: move eop programming per queue by Alex Deucher · 8 years ago
  100. 70b5c5a Revert "drm/amdgpu: use the kernel zone memory size as the max remote memory in amdgpu" by Alex Deucher · 8 years ago