summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Remove unused field kgd2kfd_shared_resources.num_mecJay Cornwall2017-07-132-4/+0
* drm/amdkfd: Remove unused references to shared_resources.num_mecJay Cornwall2017-07-133-12/+0
* drm/amdgpu: Fix KFD oversubscription by tracking queues correctlyJay Cornwall2017-07-131-1/+1
* Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-07-09173-5061/+292967
|\
| * drm: Remove unused drm_file parameter to drm_syncobj_replace_fence()Chris Wilson2017-07-061-4/+2
| * drm/amd/powerplay: fix bug fail to remove sysfs when rmmod amdgpu.Rex Zhu2017-07-051-2/+3
| * amdgpu: Set cik/si_support to 1 by default if radeon isn't builtMichel Dänzer2017-07-041-0/+14
| * drm/amdgpu/gfx9: fix driver reload with KIQAlex Deucher2017-07-041-51/+0
| * drm/amdgpu/gfx8: fix driver reload with KIQAlex Deucher2017-07-041-68/+1
| * drm/amdgpu: Don't call amd_powerplay_destroy() if we don't have powerplayJohn Brooks2017-07-031-1/+2
| * drm/amd/amdgpu: move get memory type function from early init to sw initJim Qu2017-06-301-8/+8
| * drm/amdgpu/cgs: always set reference clock in mode_infoAlex Deucher2017-06-301-1/+4
| * drm/amdgpu: fix vblank_time when displays are offAlex Deucher2017-06-301-0/+3
| * drm/amd/powerplay: power value format change for Vega10Eric Huang2017-06-291-2/+7
| * drm/amdgpu/gfx9: support the amdgpu.disable_cu optionNicolai Hähnle2017-06-291-0/+20
| * drm/amd/powerplay: change PPSMC_MSG_GetCurrPkgPwr for Vega10Eric Huang2017-06-291-2/+2
| * drm/amdgpu: Make amdgpu_cs_parser_init static (v2)Alex Xie2017-06-292-2/+1
| * drm/amdgpu/cs: fix a typo in a commentAlex Xie2017-06-291-1/+1
| * drm/amdgpu: Fix the exported always on CU bitmapFlora Cui2017-06-297-7/+21
| * drm/amdgpu/gfx9: gfx_v9_0_enable_gfx_static_mg_power_gating() can be statickbuild test robot2017-06-291-3/+3
| * drm/amdgpu/psp: upper_32_bits/lower_32_bits for address setupAlex Deucher2017-06-293-14/+14
| * drm/amd/powerplay/cz: print message if smc message failsAlex Deucher2017-06-291-1/+1
| * drm/amdgpu: fix typo in amdgpu_debugfs_test_ib_initArnd Bergmann2017-06-291-1/+1
| * drm/amdgpu: enable mmhub pg on ravenHawking Zhang2017-06-291-1/+2
| * drm/amdgpu: add new flag AMD_PG_SUPPORT_MMHUBHawking Zhang2017-06-293-1/+3
| * drm/amdgpu: add interface to enable/disable mmhub pg on ravenHawking Zhang2017-06-292-0/+50
| * drm/amdgpu: add mmhub pg init sequence on ravenHawking Zhang2017-06-293-0/+179
| * drm/amd/powerplay: add support for ATOM GFXCLK table v2.Rex Zhu2017-06-293-14/+51
| * drm/amdgpu: fix the memory corruption on S3Huang Rui2017-06-291-8/+7
| * drm/amdgpu: fix vulkan test performance drop and hang on VIRex Zhu2017-06-292-10/+285
| * Merge tag 'drm-amdkfd-next-2017-06-25' of git://people.freedesktop.org/~gabba...Dave Airlie2017-06-281-3/+4
| |\
| | * drm/amdkfd: Spelling s/apreture/aperture/Geert Uytterhoeven2017-06-011-2/+2
| | * drm/amdkfd: NULL dereference involving create_process()Dan Carpenter2017-06-141-1/+2
| * | Backmerge tag 'v4.12-rc7' into drm-nextDave Airlie2017-06-277-10/+27
| |\ \ | | |/ | |/|
| * | drm/amdgpu: Optimize mutex usage (v4)Alex Xie2017-06-192-12/+30
| * | drm/amdgpu: Optimization of AMDGPU_BO_LIST_OP_CREATE (v2)Alex Xie2017-06-191-23/+30
| * | amdgpu: use drm sync objects for shared semaphores (v6)Dave Airlie2017-06-163-2/+91
| * | amdgpu/cs: split out fence dependency checking (v2)Dave Airlie2017-06-161-42/+51
| * | drm/amdgpu: don't check the default value for vm sizeAlex Deucher2017-06-161-0/+4
| * | BackMerge tag 'v4.12-rc5' into drm-nextDave Airlie2017-06-162-15/+15
| |\ \
| * \ \ Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-06-16148-4838/+292200
| |\ \ \
| | * | | drm/amdgpu: Fix compiler warningsHarish Kasiviswanathan2017-06-151-4/+4
| | * | | drm/amdgpu: vm_update_ptes remove code duplicationHarish Kasiviswanathan2017-06-151-57/+16
| | * | | drm/amd/amdgpu: Port VCN over to new SOC15 macrosTom St Denis2017-06-151-82/+82
| | * | | drm/amd/amdgpu: Port PSP v10.0 over to new SOC15 macrosTom St Denis2017-06-151-7/+7
| | * | | drm/amd/amdgpu: Port PSP v3.1 over to new SOC15 macrosTom St Denis2017-06-151-16/+16
| | * | | drm/amd/amdgpu: Port NBIO v7.0 driver over to new SOC15 macrosTom St Denis2017-06-151-25/+17
| | * | | drm/amd/amdgpu: Port NBIO v6.1 driver over to new SOC15 macrosTom St Denis2017-06-151-31/+23
| | * | | drm/amd/amdgpu: Port UVD 7.0 over to new SOC15 macrosTom St Denis2017-06-151-87/+87
| | * | | drm/amd/amdgpu: Port MMHUB over to new SOC15 macrosTom St Denis2017-06-151-14/+11