summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2019-06-10drm/amd: drop dependencies on drm_os_linux.hSam Ravnborg18-28/+51
2019-05-28Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-52/+98
2019-05-24Merge tag 'drm-fixes-2019-05-24-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-8/+25
2019-05-22Merge drm/drm-next into drm-misc-nextSean Paul13-43/+132
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-20drm/amdgpu: skip fw pri bo alloc for SRIOVYintian Tao1-7/+10
2019-05-20drm/amdgpu/gmc9: set vram_width properly for SR-IOVAlex Deucher1-1/+9
2019-05-20drm/amdgpu/soc15: skip reset on initAlex Deucher1-0/+5
2019-05-20drm/amdgpu: keep stolen memory on picassoFlora Cui1-0/+1
2019-05-20drm: Remove users of drm_format_info_plane_cppMaxime Ripard1-1/+1
2019-05-20drm: Replace instances of drm_format_info by drm_get_format_infoMaxime Ripard1-2/+2
2019-05-20drm/fourcc: Pass the format_info pointer to drm_format_plane_cppMaxime Ripard1-1/+3
2019-05-16Merge tag 'drm-next-2019-05-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds9-27/+115
2019-05-14mm/mmu_notifier: convert user range->blockable to helper functionJérôme Glisse1-4/+4
2019-05-10Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie9-27/+115
2019-05-09drm/amdgpu/psp: move psp version specific function pointers to early_initAlex Deucher1-9/+10
2019-05-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst40-308/+571
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds78-1746/+5431
2019-05-09Merge tag 'drm-misc-next-fixes-2019-05-08' of git://anongit.freedesktop.org/d...Dave Airlie1-1/+1
2019-05-07Merge branch 'work.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-12/+11
2019-05-07drm/amd/powerplay: check for invalid profile_exit settingEvan Quan1-0/+10
2019-05-07drm/amdgpu: Use FW addr returned by PSP for VF MMTrigger Huang2-12/+21
2019-05-06drm/amdgpu: Add IDH_QUERY_ALIVE event for SR-IOVTrigger Huang2-0/+4
2019-05-06drm/amdgpu: Fix VM clean check methodTrigger Huang1-3/+33
2019-05-06drm/amdgpu: Rearm IRQ in Vega10 SR-IOV if IRQ lostTrigger Huang1-1/+36
2019-05-06drm/amdgpu: remove ATPX_DGPU_REQ_POWER_FOR_DISPLAYS check when hotplug-inAaron Liu1-2/+1
2019-05-03Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie14-195/+75
2019-05-02drm/amdgpu: Avoid HW reset if guilty job already signaled.Andrey Grodzovsky1-48/+95
2019-05-02drm/scheduler: rework job destructionChristian König1-6/+3
2019-05-02amdgpu: switch to fdget()Al Viro1-12/+11
2019-04-29drm/amdgpu: expose VCE 4.0 powergate interfaceEvan Quan1-9/+6
2019-04-29drm/amdgpu: value of amdgpu_sriov_vf cannot be set into F32_POLL_ENABLEWentao Lou1-2/+2
2019-04-29drm/amdgpu: update Vega20 sdma golden settingsEvan Quan1-2/+0
2019-04-26drm: prefix header search paths with $(srctree)/Masahiro Yamada1-1/+1
2019-04-24Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie5-35/+167
2019-04-23drm/amdgpu: Check if SW SMU is supported before accessing funcsLeo Li1-1/+1
2019-04-23drm/amdgpu: Change VRAM lost print from ERR to INFAndrey Grodzovsky1-1/+1
2019-04-19drm/amd/amdgpu: fix spelling mistake "recieve" -> "receive"Colin Ian King1-1/+1
2019-04-19drm/amdgpu: fix spelling mistake "gateing" -> "gating"Colin Ian King1-1/+1
2019-04-19drm/amdgpu: enable MGCG for PCOLikun Gao1-1/+2
2019-04-19drm/amdgpu: disable DRIVER_ATOMIC under SRIOVYintian Tao1-0/+1
2019-04-19drm/amdgpu: amdgpu_device_recover_vram got NULL of shadow->parentwentalou1-1/+3
2019-04-19drm/amdgpu: get_fw_version isn't ASIC specificAmber Lin5-176/+51
2019-04-19drm/amdgpu: enable Vega20 BACO reset supportEvan Quan1-0/+6
2019-04-15BackMerge v5.1-rc5 into drm-nextDave Airlie3-6/+17
2019-04-12drm/amdgpu: Set proper function to set xgmi pstateshaoyunl1-1/+12
2019-04-12drm/amdgpu: fix old fence check in amdgpu_fence_emitChristian König1-7/+17
2019-04-12drm/amdgpu: update version for timeline syncobj support in amdgpu v2Chunming Zhou1-1/+2
2019-04-12drm/amdgpu: add timeline support in amdgpu CS v3Chunming Zhou2-26/+136
2019-04-12drm/amdgpu/gmc9: fix VM_L2_CNTL3 programmingAlex Deucher1-0/+1