summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2018-03-19drm/amdgpu:fix virtual dce bugMonk Liu1-1/+3
2018-03-19drm/amdgpu:fix random missing of FLR NOTIFYMonk Liu1-3/+11
2018-03-19drm/amdgpu: fix get_max_engine_clock_in_mhzFelix Kuehling1-2/+5
2018-03-15drm/amdgpu:Always save uvd vcpu_bo in VM ModeJames Zhu1-5/+8
2018-03-15drm/amdgpu:Correct max uvd handlesJames Zhu1-1/+1
2018-03-15drm/amdgpu: fix KV harvestingAlex Deucher1-28/+2
2018-03-15drm/amdgpu: Notify sbios device ready before send requestRex Zhu1-0/+3
2018-03-15drm/amdgpu: used cached pcie gen info for SI (v2)Alex Deucher2-49/+23
2018-03-15drm/amdgpu: Fix deadlock on runtime suspendLukas Wunner1-20/+38
2018-02-28drm/amdgpu: add new device to use atpx quirkKai-Heng Feng1-0/+1
2018-02-28drm/amdgpu: Avoid leaking PM domain on driver unbind (v2)Alex Deucher1-2/+0
2018-02-28drm/amdgpu: add atpx quirk handling (v2)Alex Deucher1-7/+50
2018-02-28drm/amdgpu: only check mmBIF_IOV_FUNC_IDENTIFIER on tonga/fijiAlex Deucher1-8/+13
2018-02-28drm/amdgpu: Add dpm quirk for Jet PRO (v2)Alex Deucher1-0/+5
2018-02-28drm/amdgpu: disable MMHUB power gating on ravenHuang Rui1-2/+2
2018-02-03drm/amdgpu: don't try to move pinned BOsChristian König1-0/+4
2018-02-03drm/amdgpu: Fix SDMA load/unload sequence on HWS disabled modeFelix Kuehling1-13/+34
2017-12-20drm/amdgpu: bypass lru touch for KIQ ring submissionPixel Ding1-1/+2
2017-12-10drm/amdgpu: Use unsigned ring indices in amdgpu_queue_mgr_mapMichel Dänzer2-4/+4
2017-12-05drm/amdgpu: Set adev->vcn.irq.num_types for VCNMichel Dänzer1-1/+1
2017-12-05drm/amdgpu: move UVD/VCE and VCN structure out from unionLeo Liu1-12/+8
2017-12-05drm/radeon: fix atombios on big endianRoman Kapl1-20/+18
2017-12-05drm/amdgpu: reserve root PD while releasing itChristian König1-2/+11
2017-12-05drm/amdgpu: Remove check which is not valid for certain VBIOSKen Wang1-6/+0
2017-12-05drm/amdgpu: Properly allocate VM invalidate eng v2ozeng1-3/+12
2017-12-05drm/amdgpu: fix error handling in amdgpu_bo_do_createChristian König1-3/+3
2017-12-05drm/amdgpu: correct reference clock value on vega10Ken Wang1-4/+1
2017-12-05drm/amdgpu: Potential uninitialized variable in amdgpu_vm_update_directories()Dan Carpenter1-1/+1
2017-12-05drm/amdgpu: potential uninitialized variable in amdgpu_vce_ring_parse_cs()Dan Carpenter1-1/+1
2017-11-03Merge tag 'drm-fixes-for-v4.14-rc8' of git://people.freedesktop.org/~airlied/...Linus Torvalds2-6/+10
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-11-02drm/amdgpu: allow harvesting check for Polaris VCELeo Liu1-6/+6
2017-11-02drm/amdgpu: return -ENOENT from uvd 6.0 early init for harvestingLeo Liu1-0/+4
2017-10-25drm/amd/amdgpu: Remove workaround check for UVD6 on APUsTom St Denis1-11/+5
2017-10-12drm/amdgpu: fix placement flags in amdgpu_ttm_bindChristian König1-1/+1
2017-09-27Merge branch 'drm-fixes-4.14' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie1-1/+188
2017-09-16Merge tag 'drm-fixes-for-v4.14-rc1' of git://people.freedesktop.org/~airlied/...Linus Torvalds21-146/+198
2017-09-14drm/amdgpu: revert tile table update for olandJean Delvare1-1/+188
2017-09-13Merge branch 'drm-next-4.14' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie21-146/+198
2017-09-13drm/amdgpu: revert "fix deadlock of reservation between cs and gpu reset v2"Christian König1-4/+0
2017-09-09lib/interval_tree: fast overlap detectionDavidlohr Bueso3-8/+9
2017-09-04Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds95-2849/+3428
2017-09-01drm/amdgpu: update to new mmu_notifier semanticJérôme Glisse1-31/+0
2017-08-28drm/syncobj: Rename fence_get to find_fenceJason Ekstrand1-1/+1
2017-08-24drm/amdgpu: remove duplicate return statementColin Ian King1-1/+0
2017-08-24drm/amdgpu: check memory allocation failureChristophe JAILLET1-0/+3
2017-08-24drm/amd/amdgpu: fix BANK_SELECT on Vega10 (v2)Roger He2-6/+4
2017-08-24drm/amdgpu: inline amdgpu_ttm_do_bind againChristian König1-27/+18
2017-08-24drm/amdgpu: fix amdgpu_ttm_bindChristian König3-19/+30