summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2017-07-09Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-4819/+9833
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+0
2017-07-06drm: Remove unused drm_file parameter to drm_syncobj_replace_fence()Chris Wilson-4/+2
2017-07-05drm/amd/powerplay: fix bug fail to remove sysfs when rmmod amdgpu.Rex Zhu-2/+3
2017-07-04amdgpu: Set cik/si_support to 1 by default if radeon isn't builtMichel Dänzer-0/+14
2017-07-04drm/amdgpu/gfx9: fix driver reload with KIQAlex Deucher-51/+0
2017-07-04drm/amdgpu/gfx8: fix driver reload with KIQAlex Deucher-68/+1
2017-07-03drm/amdgpu: Don't call amd_powerplay_destroy() if we don't have powerplayJohn Brooks-1/+2
2017-06-30drm/amd/amdgpu: move get memory type function from early init to sw initJim Qu-8/+8
2017-06-30drm/amdgpu: remove unnecessary save/restore of pdev->d3_delayBjorn Helgaas-4/+0
2017-06-30drm/amdgpu/cgs: always set reference clock in mode_infoAlex Deucher-1/+4
2017-06-30drm/amdgpu: fix vblank_time when displays are offAlex Deucher-0/+3
2017-06-29drm/amdgpu/gfx9: support the amdgpu.disable_cu optionNicolai Hähnle-0/+20
2017-06-29drm/amdgpu: Make amdgpu_cs_parser_init static (v2)Alex Xie-2/+1
2017-06-29drm/amdgpu/cs: fix a typo in a commentAlex Xie-1/+1
2017-06-29drm/amdgpu: Fix the exported always on CU bitmapFlora Cui-7/+21
2017-06-29drm/amdgpu/gfx9: gfx_v9_0_enable_gfx_static_mg_power_gating() can be statickbuild test robot-3/+3
2017-06-29drm/amdgpu/psp: upper_32_bits/lower_32_bits for address setupAlex Deucher-14/+14
2017-06-29drm/amdgpu: fix typo in amdgpu_debugfs_test_ib_initArnd Bergmann-1/+1
2017-06-29drm/amdgpu: enable mmhub pg on ravenHawking Zhang-1/+2
2017-06-29drm/amdgpu: add new flag AMD_PG_SUPPORT_MMHUBHawking Zhang-1/+2
2017-06-29drm/amdgpu: add interface to enable/disable mmhub pg on ravenHawking Zhang-0/+50
2017-06-29drm/amdgpu: add mmhub pg init sequence on ravenHawking Zhang-0/+179
2017-06-29drm/amdgpu: fix the memory corruption on S3Huang Rui-8/+7
2017-06-29drm/amdgpu: fix vulkan test performance drop and hang on VIRex Zhu-10/+17
2017-06-27Backmerge tag 'v4.12-rc7' into drm-nextDave Airlie-10/+27
2017-06-20drm/amdgpu: adjust default display clockAlex Deucher-0/+4
2017-06-20drm/amdgpu/atom: fix ps allocation size for EnableDispPowerGatingAlex Deucher-2/+2
2017-06-19drm/amdgpu: Optimize mutex usage (v4)Alex Xie-12/+30
2017-06-19drm/amdgpu: Optimization of AMDGPU_BO_LIST_OP_CREATE (v2)Alex Xie-23/+30
2017-06-19drm/amdgpu: add Polaris12 DIDJunshan Fang-0/+1
2017-06-16amdgpu: use drm sync objects for shared semaphores (v6)Dave Airlie-2/+91
2017-06-16amdgpu/cs: split out fence dependency checking (v2)Dave Airlie-42/+51
2017-06-16drm/amdgpu: don't check the default value for vm sizeAlex Deucher-0/+4
2017-06-16BackMerge tag 'v4.12-rc5' into drm-nextDave Airlie-5/+5
2017-06-16Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie-4627/+9413
2017-06-15drm/amdgpu: Fix compiler warningsHarish Kasiviswanathan-4/+4
2017-06-15drm/amdgpu: vm_update_ptes remove code duplicationHarish Kasiviswanathan-57/+16
2017-06-15drm/amd/amdgpu: Port VCN over to new SOC15 macrosTom St Denis-82/+82
2017-06-15drm/amd/amdgpu: Port PSP v10.0 over to new SOC15 macrosTom St Denis-7/+7
2017-06-15drm/amd/amdgpu: Port PSP v3.1 over to new SOC15 macrosTom St Denis-16/+16
2017-06-15drm/amd/amdgpu: Port NBIO v7.0 driver over to new SOC15 macrosTom St Denis-25/+17
2017-06-15drm/amd/amdgpu: Port NBIO v6.1 driver over to new SOC15 macrosTom St Denis-31/+23
2017-06-15drm/amd/amdgpu: Port UVD 7.0 over to new SOC15 macrosTom St Denis-87/+87
2017-06-15drm/amd/amdgpu: Port MMHUB over to new SOC15 macrosTom St Denis-14/+11
2017-06-15drm/amd/amdgpu: Cleanup gfxhub read-modify-write patternsTom St Denis-8/+3
2017-06-15drm/amd/amdgpu: Port GFXHUB over to new SOC15 macrosTom St Denis-14/+12
2017-06-15drm/amd/amdgpu: Add offset variant to SOC15 macrosTom St Denis-0/+14
2017-06-15drm/amdgpu: add virtual display support for ravenAlex Deucher-0/+2
2017-06-15drm/amdgpu/gfx9: fix compute ring doorbell indexAlex Deucher-1/+1