1. 91d5ee0 drm/uapi: Add a warning that mode flags must match the xrandr definitions by Ville Syrjälä · 8 years ago
  2. e587803 drm/edid: Add the missing "Hz" to VIC 58,59 comment by Ville Syrjälä · 8 years ago
  3. c36ed71 drm/gma500: remove unused ioctl declarations by Jiang Biao · 8 years ago
  4. 4470dc9 drm/gma500: make function static to eliminate compiling warning by Jiang Biao · 8 years ago
  5. 0dc9967 drm/atomic-helper: fix reference to drm_atomic_helper_commit_planes by Stefan Agner · 8 years ago
  6. 03e93ac drm: update the documentation of drm_framebuffer_unregister_private by Rongrong Zou · 8 years ago
  7. 5c7fcf2 drm/i915: Enable drm_mm debug when enabling DRM_I915_DEBUG by Chris Wilson · 8 years ago
  8. 5705670 drm: Track drm_mm allocators and show leaks on shutdown by Chris Wilson · 8 years ago
  9. 55edf41 drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefs by Jani Nikula · 8 years ago
  10. 0a97c81 drm/gma500: Add compat ioctl by Patrik Jakobsson · 8 years ago
  11. fb42295 Merge branch 'linux-4.9' of git://github.com/skeggsb/linux into drm-next by Dave Airlie · 8 years ago
  12. 220196b Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/drm-intel into drm-next by Dave Airlie · 8 years ago
  13. a1873c6 Merge branch 'drm-next-4.10' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 8 years ago
  14. 3495a10 drm/amdgpu: turn on/off uvd clock when dpm enable/disable on CI by Rex Zhu · 8 years ago
  15. 415282b drm/amdgpu: disable dpm before turn off clock when vce idle. by Rex Zhu · 8 years ago
  16. 4be5097 drm/amdgpu: enable uvd bypass mode for CI/VI. by Rex Zhu · 8 years ago
  17. 3f767e3 drm/amdgpu: just not load smc firmware if smu is already running by Rex Zhu · 8 years ago
  18. 86f8c59 drm/amdgpu: when suspend, set boot state instand of disable dpm. by Rex Zhu · 8 years ago
  19. 8ed8147 drm/amdgpu: use failed label to handle context init failure by Huang Rui · 8 years ago
  20. 56df51d drm/bridge: fix platform_no_drv_owner.cocci warnings by kbuild test robot · 8 years ago
  21. 3a81e96 drm/bridge: fix semicolon.cocci warnings by kbuild test robot · 8 years ago
  22. 9ff7a1b drm: Print some debug/error info during DP dual mode detect by Imre Deak · 8 years ago
  23. 329f4c8 drm: mark drm_of_component_match_add dummy inline by Arnd Bergmann · 8 years ago
  24. ce6e153 drm/bridge: add Silicon Image SiI8620 driver by Andrzej Hajda · 8 years ago
  25. 4397752 dt-bindings: add Silicon Image SiI8620 bridge bindings by Andrzej Hajda · 8 years ago
  26. 00c635e video: add header file for Mobile High-Definition Link (MHL) interface by Andrzej Hajda · 8 years ago
  27. 9982ca6 drm/amdgpu: add amdgpu_ttm_bo_eviction_valuable callback by Christian König · 8 years ago
  28. a2ab19fe drm/ttm: make eviction decision a driver callback v2 by Christian König · 9 years ago
  29. 585ffd6 drm/ttm: fix coding style in ttm_bo_driver.h by Christian König · 9 years ago
  30. 1c331f7 drm/radeon/pm: autoswitch power state when in balanced mode by Lucas Stach · 8 years ago
  31. fad742f drm/amd/powerplay: fix spelling mistake and add KERN_WARNING to printks by Colin Ian King · 8 years ago
  32. aafcafa drm/amdgpu:new ids flag for preempt by Monk Liu · 8 years ago
  33. d1936cc drm/amdgpu: mark symbols static where possible by Baoyou Xie · 8 years ago
  34. 356aee3 drm/amdgpu: change function declarations and add missing header dependencies by Baoyou Xie · 8 years ago
  35. f93932b drm/amdgpu: s/amdgpuCrtc/amdgpu_crtc/ in pageflip code by Alex Deucher · 8 years ago
  36. f1e68a7 drm/amdgpu/atom: remove a bunch of unused functions by Alex Deucher · 8 years ago
  37. 72a5743 drm/amdgpu: consolidate atom scratch reg handling for hangs by Alex Deucher · 8 years ago
  38. a76ed48 drm/amdgpu: use amdgpu_bo_[create|free]_kernel for wb by Alex Deucher · 8 years ago
  39. 9861470 drm/amdgpu: add VCE VM session tracking by Christian König · 8 years ago
  40. 45088ef drm/amdgpu: improve parse_cs handling a bit by Christian König · 8 years ago
  41. 5e876c6 drm/amdgpu: refine set power state logic for dpm. by Rex Zhu · 8 years ago
  42. 8c8e2c3 drm/amdgpu: update current ps/requeset ps in adev with real ps. by Rex Zhu · 8 years ago
  43. 6061789 drm/amdgpu: add an implement for check_power_state equal for KV by Alex Deucher · 8 years ago
  44. 3411717 drm/amdgpu: add an implement for check_power_state equal for Si. by Rex Zhu · 8 years ago
  45. 73909a7 drm/amdgpu: add an implement for check_power_state equal for Cz. by Rex Zhu · 8 years ago
  46. 1d516c4 drm/amdgpu: add an implement for check_power_state equal for CI by Rex Zhu · 8 years ago
  47. fbebf2c drm/amdgpu: add new callback to check power state info by Rex Zhu · 8 years ago
  48. db82b67 drm/amdgpu: check min clock set by DAL before set ps. by Rex Zhu · 8 years ago
  49. 74f3ce3 drm/amd/amdgpu: Put in rest of wave fields by Tom St Denis · 8 years ago
  50. 472259f drm/amd/amdgpu: re-factor debugfs wave reader by Tom St Denis · 8 years ago
  51. 394fdde drm/amd/amdgpu: Make debugfs write compliment read by Tom St Denis · 8 years ago
  52. 32977f9 drm/amd/amdgpu: Allow broadcast on debugfs read (v2) by Tom St Denis · 8 years ago
  53. 5ecfb3b drm/amd/amdgpu: Fix debugfs wave reader by Tom St Denis · 8 years ago
  54. 273d7aa drm/amd/amdgpu: Add wave reader to debugfs by Tom St Denis · 8 years ago
  55. a125510 drm/amdgpu: rework IP block registration (v2) by Alex Deucher · 8 years ago
  56. cf35c7c drm/amdgpu/powerplay: fix spelling in amdgpu_powerplay.h by Alex Deucher · 8 years ago
  57. 623fea1 drm/amdgpu/virtual_dce: move define into source file by Alex Deucher · 8 years ago
  58. 2120df4 drm/amdgpu: enable virtual dce on SI by Alex Deucher · 8 years ago
  59. 07fecde drm/amdgpu: fill in vce clock info ioctl query (v2) by Alex Deucher · 8 years ago
  60. 597be30 drm/amdgpu/powerplay: add an implementation for get_vce_clock_state (v3) by Alex Deucher · 8 years ago
  61. 825cc99 drm/amdgpu/dpm: add an implementation for get_vce_clock_state (v2) by Alex Deucher · 8 years ago
  62. 230cf1b drm/amdgpu/dpm: add new callback to fetch vce clock state (v2) by Alex Deucher · 8 years ago
  63. bbe8797 drm/amdgpu: add info ioctl query for vce clock info (v3) by Alex Deucher · 8 years ago
  64. 66ba1af drm/amdgpu: save number of vce states in dpm struct. by Rex Zhu · 8 years ago
  65. 0d8de7c drm/amdgpu: use same vce state definition in dpm and powerplay by Rex Zhu · 8 years ago
  66. cf097881 drm/amdgpu: move dpm related definitions to amdgpu_dpm.h by Alex Deucher · 8 years ago
  67. 7988714 drm/amdgpu: move align_mask and nop into ring funcs as well (v2) by Christian König · 8 years ago
  68. 21cd942 drm/amdgpu: move the ring type into the funcs structure (v2) by Christian König · 8 years ago
  69. e12f3d7 drm/amdgpu: move IB and frame size directly into the engine description by Christian König · 8 years ago
  70. 7bc6be8 drm/amdgpu: remove explicit NULL init for parse_cs by Christian König · 8 years ago
  71. e08c90a drm/amdgpu: remove 128 NOP hack from vm_flush v2 by Christian König · 8 years ago
  72. c81b07e drm/amdgpu: remove ring type check for conditional execution by Christian König · 8 years ago
  73. 66f3b2d drm/amdgpu: pad gfx and compute rings to 256 dw by Christian König · 8 years ago
  74. ec9aaaf drm/radeon: clarify why we evict vram twice on suspend by Alex Deucher · 8 years ago
  75. a0a71e4 drm/amdgpu: clarify why we evict vram twice on suspend by Alex Deucher · 8 years ago
  76. db9635c drm/amdgpu: used cached gca values for vi_read_register (v2) by Alex Deucher · 8 years ago
  77. 34817db drm/amdgpu/gfx8: use cached raster config values in csb setup by Alex Deucher · 8 years ago
  78. 392f0c7 drm/amdgpu/gfx8: cache rb config values by Alex Deucher · 8 years ago
  79. e3fa763 drm/amdgpu: add additional cached gca config variables by Alex Deucher · 8 years ago
  80. b88c879 drm/amdgpu: use amdgpu_vm_get_pd_bo in the GEM code by Christian König · 8 years ago
  81. 073440d drm/amdgpu: move VM defines into amdgpu_vm.h by Christian König · 8 years ago
  82. 7802301 drm/amdgpu: move fence and ring defines into amdgpu_ring.h by Christian König · 8 years ago
  83. 5611350 drm/amdgpu: move sync handling into a separate header by Christian König · 8 years ago
  84. 914b4dc drm/amdgpu: stop using a bo list entry for the VM PTs by Christian König · 8 years ago
  85. f7da30d drm/amdgpu: move PT validation back into VM code v2 by Christian König · 8 years ago
  86. a7d64de drm/amdgpu: remove adev pointer from struct amdgpu_bo v2 by Christian König · 9 years ago
  87. f3fd451 drm/amd/amdgpu: Enable UVD PG on Tonga by Tom St Denis · 8 years ago
  88. 97f40ef drm/amd/powerplay: Enable UVD powergating for SMU7 by Tom St Denis · 8 years ago
  89. f8991ba drm/amdgpu: update the shadow PD together with the real one v2 by Christian König · 9 years ago
  90. 42e8cb5 drm/amdgpu:wptr poll address of gfx8 is needed by Frank Min · 9 years ago
  91. 4c2b245 drm/amdgpu:properly fix some JumpTable issues by Monk Liu · 8 years ago
  92. bed5712 drm/amdgpu:add MEC_STORAGE ucode id for sriov by Monk Liu · 8 years ago
  93. ac00bbf drm/amdgpu:add callback in cgs for sriov detect by Frank Min · 9 years ago
  94. f501a7e drm/amdgpu:fw bo should be in VRAM for SRIOV by Frank Min · 9 years ago
  95. 01ab960 drm/amdgpu:keep bo pinned in prefered domain by Frank Min · 9 years ago
  96. 4bc10d1 drm/amdgpu:use smc_index_11 for VI by Monk Liu · 9 years ago
  97. e1d9921 drm/amdgpu:add one more fiji device id by Frank Min · 9 years ago
  98. f8a4c11 drm/amd/powerplay: mark symbols static where possible by Baoyou Xie · 8 years ago
  99. 22e5808 drm/radeon: mark symbols static where possible by Baoyou Xie · 8 years ago
  100. 297b128 drm/radeon: add missing header dependencies by Baoyou Xie · 8 years ago