summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191Thomas Gleixner2019-05-301-2/+1Star
* Merge tag 'drm-fixes-2019-05-24-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-05-248-17/+60
|\
| * Revert "drm/amd/display: Don't load DMCU for Raven 1"Dave Airlie2019-05-241-10/+2Star
| * drm/amdkfd: Fix compute profile switchingHarish Kasiviswanathan2019-05-213-5/+29
| * drm/amdgpu: skip fw pri bo alloc for SRIOVYintian Tao2019-05-201-7/+10
| * drm/amd/powerplay: fix locking in smu_feature_set_supported()Dan Carpenter2019-05-201-1/+1
| * 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
| * drm/amdkfd: Add missing Polaris10 IDKent Russell2019-05-201-0/+1
| * drm/amd/display: Don't load DMCU for Raven 1Harry Wentland2019-05-201-2/+10
| * drm/amd/display: Add ASICREV_IS_PICASSOHarry Wentland2019-05-201-3/+4
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-214-0/+4
|/
* Merge tag 'drm-next-2019-05-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-05-1610-28/+117
|\
| * Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2019-05-1010-28/+117
| |\
| | * drm/amdgpu/psp: move psp version specific function pointers to early_initAlex Deucher2019-05-101-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/amd/display: Use long for signed error code checks in commit planesNicholas Kazlauskas2019-05-061-1/+2
| | * 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/+1Star
* | | Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-141-2/+1Star
|\ \ \
| * | | drm/amdkfd: Use pci_dev_id() helperHeiner Kallweit2019-04-291-2/+1Star
* | | | 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-09219-4607/+16960
|\ \ \ \ | | |/ / | |/| |
| * | | 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-0346-473/+734
| |\ \ \ | | |/ / | |/| |
| | * | drm/amdgpu: power down the Vega20 VCE engine on requestEvan Quan2019-04-291-1/+12
| | * | drm/amdgpu: expose VCE 4.0 powergate interfaceEvan Quan2019-04-291-9/+6Star
| | * | drm/amd/display: Compensate for pre-DCE12 BTR-VRR hw limitations. (v3)Mario Kleiner2019-04-291-4/+44
| | * | drm/amd/display: Fix and simplify apply_below_the_range()Mario Kleiner2019-04-291-4/+2Star
| | * | drm/amd/display: Expose DRM_FORMAT_RGB565 on overlay planesNicholas Kazlauskas2019-04-291-0/+1
| | * | drm/amd/display: Do VRR transition before enable_crc_interruptsNicholas Kazlauskas2019-04-291-11/+12
| | * | drm/amd/display: Refactor dp vendor parsing logic to a functionJohn Barberiz2019-04-292-21/+27
| | * | drm/amd/display: Add hubp_init entry to hubp vtableCharlene Liu2019-04-294-1/+11
| | * | drm/amd/display: remove deprecated pplib interfaceEric Yang2019-04-293-45/+6Star
| | * | drm/amd/display: Add power down display on boot flagThomas Lim2019-04-293-1/+4
| | * | drm/amd/display: Refactor watermark programmingYongqiang Sun2019-04-294-29/+97
| | * | drm/amd/display: Allow commits with no planes activeNicholas Kazlauskas2019-04-291-2/+20
| | * | drm/amd/display: Split enabling CRTC interrupts into two passesNicholas Kazlauskas2019-04-291-32/+63
| | * | drm/amd/display: Fix CRC vblank refs when changing interruptsNicholas Kazlauskas2019-04-291-8/+12
| | * | drm/amd/display: Disable cursors before disabling planesNicholas Kazlauskas2019-04-291-3/+31
| | * | drm/amd/display: Refactor CRTC interrupt toggling logicNicholas Kazlauskas2019-04-292-21/+68
| | * | 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/+0Star
| | * | drm/amd/powerplay: raven 4k@60hz dp monitor always flickinghersen wu2019-04-291-11/+6Star
| | * | drm/amd/display: fix incorrect null check on pointerColin Ian King2019-04-291-1/+1