summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: return 0 by default in amdgpu_pm_load_smu_firmwareAlex Deucher2019-06-121-2/+2
* drm/amdgpu: Fix bounds checking in amdgpu_ras_is_supported()Dan Carpenter2019-06-121-0/+2
* drm/amdgpu/{uvd,vcn}: fetch ring's read_ptr after allocShirish S2019-06-113-3/+11
* Merge branch 'drm-fixes-5.2' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2019-06-065-11/+33
|\
| * drm/amd/amdgpu: add RLC firmware to support raven1 refreshPrike Liang2019-06-054-10/+30
| * drm/amdgpu: fix ring test failure issue during s3 in vce 3.0 (V2)Louis Li2019-06-051-1/+3
* | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-311-2/+1
|\ \ | |/ |/|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191Thomas Gleixner2019-05-301-2/+1
* | Merge branch 'drm-fixes-5.2' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2019-05-301-2/+1
|\ \ | |/ |/|
| * drm/amdgpu: reserve stollen vram for raven seriesFlora Cui2019-05-291-2/+1
* | Merge tag 'drm-fixes-2019-05-24-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-05-243-8/+25
|\|
| * drm/amdgpu: skip fw pri bo alloc for SRIOVYintian Tao2019-05-201-7/+10
| * drm/amdgpu/gmc9: set vram_width properly for SR-IOVAlex Deucher2019-05-201-1/+9
| * drm/amdgpu/soc15: skip reset on initAlex Deucher2019-05-201-0/+5
| * drm/amdgpu: keep stolen memory on picassoFlora Cui2019-05-201-0/+1
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* Merge tag 'drm-next-2019-05-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-05-169-27/+115
|\
| * Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2019-05-109-27/+115
| |\
| | * drm/amdgpu/psp: move psp version specific function pointers to early_initAlex Deucher2019-05-091-9/+10
| | * drm/amd/powerplay: check for invalid profile_exit settingEvan Quan2019-05-071-0/+10
| | * drm/amdgpu: Use FW addr returned by PSP for VF MMTrigger Huang2019-05-072-12/+21
| | * drm/amdgpu: Add IDH_QUERY_ALIVE event for SR-IOVTrigger Huang2019-05-062-0/+4
| | * drm/amdgpu: Fix VM clean check methodTrigger Huang2019-05-061-3/+33
| | * drm/amdgpu: Rearm IRQ in Vega10 SR-IOV if IRQ lostTrigger Huang2019-05-061-1/+36
| | * drm/amdgpu: remove ATPX_DGPU_REQ_POWER_FOR_DISPLAYS check when hotplug-inAaron Liu2019-05-061-2/+1
* | | mm/mmu_notifier: convert user range->blockable to helper functionJérôme Glisse2019-05-141-4/+4
* | | Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-05-0878-1746/+5431
|\| |
| * | Merge tag 'drm-misc-next-fixes-2019-05-08' of git://anongit.freedesktop.org/d...Dave Airlie2019-05-091-1/+1
| |\ \ | | |/ | |/|
| | * drm: prefix header search paths with $(srctree)/Masahiro Yamada2019-04-261-1/+1
| * | Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2019-05-0314-195/+75
| |\ \ | | |/ | |/|
| | * drm/amdgpu: expose VCE 4.0 powergate interfaceEvan Quan2019-04-291-9/+6
| | * drm/amdgpu: value of amdgpu_sriov_vf cannot be set into F32_POLL_ENABLEWentao Lou2019-04-291-2/+2
| | * drm/amdgpu: update Vega20 sdma golden settingsEvan Quan2019-04-291-2/+0
| | * drm/amdgpu: Check if SW SMU is supported before accessing funcsLeo Li2019-04-231-1/+1
| | * drm/amdgpu: Change VRAM lost print from ERR to INFAndrey Grodzovsky2019-04-231-1/+1
| | * drm/amd/amdgpu: fix spelling mistake "recieve" -> "receive"Colin Ian King2019-04-191-1/+1
| | * drm/amdgpu: fix spelling mistake "gateing" -> "gating"Colin Ian King2019-04-191-1/+1
| | * drm/amdgpu: enable MGCG for PCOLikun Gao2019-04-191-1/+2
| | * drm/amdgpu: disable DRIVER_ATOMIC under SRIOVYintian Tao2019-04-191-0/+1
| | * drm/amdgpu: amdgpu_device_recover_vram got NULL of shadow->parentwentalou2019-04-191-1/+3
| | * drm/amdgpu: get_fw_version isn't ASIC specificAmber Lin2019-04-195-176/+51
| | * drm/amdgpu: enable Vega20 BACO reset supportEvan Quan2019-04-191-0/+6
| * | Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2019-04-245-35/+167
| |\|
| | * drm/amdgpu: Set proper function to set xgmi pstateshaoyunl2019-04-121-1/+12
| | * drm/amdgpu: fix old fence check in amdgpu_fence_emitChristian König2019-04-121-7/+17
| | * drm/amdgpu: update version for timeline syncobj support in amdgpu v2Chunming Zhou2019-04-121-1/+2
| | * drm/amdgpu: add timeline support in amdgpu CS v3Chunming Zhou2019-04-122-26/+136
| * | BackMerge v5.1-rc5 into drm-nextDave Airlie2019-04-153-6/+17
| |\ \ | | |/ | |/|
| * | drm/amd/display: Remove semicolon from to_dm_plane_state definitionNicholas Kazlauskas2019-04-101-1/+1
| * | drm/amdgpu: support dpm level modification under virtualization v3Yintian Tao2019-04-107-0/+165