summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2019-01-14drm: move drm_can_sleep() to drm_util.hSam Ravnborg1-0/+2
2019-01-11drm: Move the legacy kms disable_all helper to crtc helpersDaniel Vetter1-1/+1
2019-01-11Merge drm/drm-next into drm-misc-nextMaxime Ripard81-1097/+1877
2019-01-10drm/edid: Pass connector to AVI infoframe functionsVille Syrjälä4-4/+5
2019-01-10Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie1-1/+1
2019-01-05Merge tag 'drm-next-2019-01-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds21-102/+214
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse1-27/+20
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds107-3056/+4109
2018-12-21drm/amdgpu: Add new VegaM pci idAlex Deucher1-0/+1
2018-12-21drm/amdgpu: add Vega20 PSP ASD firmware loadingEvan Quan1-9/+31
2018-12-20drm/amdgpu/uvd:Change uvd ring name conventionJames Zhu1-2/+2
2018-12-20drm/amdgpu: print process info when job timeoutTrigger Huang1-0/+6
2018-12-20drm/amdgpu/nbio7.4: add hw bug workaround for vega20Alex Deucher1-0/+7
2018-12-20drm/amdgpu/nbio6.1: add hw bug workaround for vega10/12Alex Deucher1-0/+7
2018-12-18drm/amdgpu: correct the return value for error caseEvan Quan3-16/+31
2018-12-18drm/amdgpu:Improves robustness of SOC15_WAIT_ON_RREGJames Zhu1-2/+7
2018-12-18drm/amdgpu/vcn:Remove bit 31 for scratch2 to indicate the WA is activeJames Zhu1-2/+2
2018-12-18drm/amdgpu/vcn:Scan enc/jpeg fences to init dpg pause new stateJames Zhu1-4/+14
2018-12-18drm/amdgpu/vcn:Always check all vcn ring status during dpg mode stopJames Zhu1-8/+16
2018-12-18drm/amdgpu/vcn:Update ring point to JPEG before init JPEG wptrJames Zhu1-1/+2
2018-12-18drm/amdgpu/vcn:Always gate vcn block during hw finishingJames Zhu1-1/+2
2018-12-18drm/amdgpu/vcn: Update vcn.cur_state during suspendJames Zhu1-1/+2
2018-12-14drm/amdgpu: WARN once if amdgpu_bo_unpin is called for an unpinned BOMichel Dänzer1-1/+1
2018-12-14drm/amdgpu: enable Vega20 page queue supportEvan Quan1-2/+1
2018-12-14drm/amdgpu: use different irq ring ID for Vega20 page queuesEvan Quan1-2/+4
2018-12-14drm/amdgpu: update the vm invalidation engine layout V2Evan Quan2-22/+41
2018-12-14drm/amdgpu: increase the MAX ring numberEvan Quan1-1/+1
2018-12-14drm/amdgpu: fix NULL fence handling in amdgpu_cs_fence_to_handle_ioctlChristian König1-0/+3
2018-12-14drm/amdgpu/psp: Correct and refine the vmr support. (v2)Emily Deng3-15/+16
2018-12-14drm/amdgpu/psp_v3_1: Get psp fw version through reading registerEmily Deng1-1/+4
2018-12-14drm/amdgpu: access register without KIQEmily Deng1-9/+9
2018-12-14drm/amdgpu: kfd_pre_reset outside req_full_gpu cause sriov hangwentalou1-4/+6
2018-12-13Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie41-477/+563
2018-12-12drm/amdgpu: Enable GPU recovery by default for CIAndrey Grodzovsky1-0/+2
2018-12-11drm/amdgpu: Fix stub function nameKuehling, Felix1-1/+1
2018-12-11drm/amdgpu: Fix DEBUG_LOCKS_WARN_ON(depth <= 0) in amdgpu_ctx.lockAndrey Grodzovsky1-2/+2
2018-12-10drm/amdgpu: update SMC firmware image for polaris10 variantsJunwei Zhang1-1/+2
2018-12-10drm/amdgpu: add some additional vega20 pci idsAlex Deucher1-0/+1
2018-12-10drm/amdgpu: add some additional vega10 pci idsAlex Deucher1-0/+6
2018-12-10drm/amdgpu: remove set but not used variable 'grbm_soft_reset'YueHaibing1-4/+2
2018-12-10drm/amdgpu: Limit vm max ctx number to 4096Rex Zhu2-1/+2
2018-12-10drm/amdgpu: bypass RLC init under sriov for Tonga (v2)Tiecheng Zhou1-0/+5
2018-12-07drm/amdgpu: move IV prescreening into the GMC codeChristian König9-154/+59
2018-12-07drm/amdgpu: remove VM fault_credit handlingChristian König7-115/+6
2018-12-07drm/amdgpu: send IVs to the KFD only after processing them v3Christian König1-21/+17
2018-12-07drm/amdkfd: Add support for doorbell BOsFelix Kuehling1-5/+54
2018-12-07drm/amdkfd: Add DMABuf import functionalityFelix Kuehling5-3/+126
2018-12-07drm/amdgpu: Add KFD VRAM limit checkingFelix Kuehling5-54/+75
2018-12-07drm/amdgpu: Workaround build failure due to trace conflictKuehling, Felix4-1/+3
2018-12-07drm/amdgpu: Skip ring soft recovery when fence was NULLwentalou1-1/+1