summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-fixes-for-v4.17-rc2' of git://people.freedesktop.org/~airlied/...Linus Torvalds2018-04-223-14/+13
|\
| * Merge branch 'drm-next-4.17' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-04-233-14/+13
| |\
| | * drm/amd/powerplay: header file interface to SMU updateKenneth Feng2018-04-191-1/+3
| | * drm/amd/pp: Fix bug voltage can't be OD separately on VIRex Zhu2018-04-191-6/+10
| | * drm/amd/display: Don't program bypass on linear regamma LUTHarry Wentland2018-04-191-7/+0
| * | Merge tag 'exynos-drm-fixes-for-v4.17-rc2' of git://git.kernel.org/pub/scm/li...Dave Airlie2018-04-232-8/+15
| |\ \ | | |/ | |/|
* | | Merge tag 'drm-fixes-for-v4.17-rc1' of git://people.freedesktop.org/~airlied/...Linus Torvalds2018-04-1236-1628/+417
|\| |
| * | Revert "drm/amd/display: disable CRTCs with NULL FB on their primary plane (V2)"Harry Wentland2018-04-121-28/+0
| * | Revert "drm/amd/display: fix dereferencing possible ERR_PTR()"Harry Wentland2018-04-121-3/+0
| * | drm/amd/display: Fix regamma not affecting full-intensity color valuesLeo (Sunpeng) Li2018-04-121-3/+6
| * | drm/amd/display: Fix FBC text console corruptionRoman Li2018-04-121-13/+54
| * | drm/amd/display: Only register backlight device if embedded panel connectedHarry Wentland2018-04-121-25/+33
| * | drm/amd/display: fix brightness level after resume from suspendRoman Li2018-04-113-1/+18
| * | drm/amd/display: HDMI has no sound after Panel power off/onCharlene Liu2018-04-111-0/+2
| * | drm/amdgpu: add MP1 and THM hw ip base reg offsetEvan Quan2018-04-112-1/+4
| * | drm/amdgpu: fix null pointer panic with direct fw loading on gpu resetHuang Rui2018-04-111-0/+3
| * | drm/amdgpu: Fix memory leaks at amdgpu_init() error pathTakashi Iwai2018-04-031-4/+5
| * | drm/amdgpu: Fix PCIe lane width calculationAlex Deucher2018-04-031-2/+2
| * | drm/amdgpu/si: implement get/set pcie_lanes asic callbackAlex Deucher2018-04-031-0/+67
| * | drm/amdgpu: Add support for SRBM selection v3Andrey Grodzovsky2018-04-036-79/+72
| * | Revert "drm/amdgpu: Don't change preferred domian when fallback GTT v5"Chunming Zhou2018-04-032-17/+17
| * | drm/amd/powerply: fix power reading on FijiEric Huang2018-04-031-1/+2
| * | drm/amd/powerplay: Enable ACG SS featureKenneth Feng2018-04-035-18/+39
| * | drm/amdgpu/sdma: fix mask in emit_pipeline_syncAlex Deucher2018-04-034-4/+4
| * | drm/amdgpu: Fix KIQ hang on bare metal for device unbind/bind back v2.Andrey Grodzovsky2018-04-031-1/+53
| * | drm/amd/pp: Clean header file in vega12_smumgr.cRex Zhu2018-04-031-4/+2
| * | drm/amd/pp: Remove Dead functions on Vega12Rex Zhu2018-04-034-1419/+23
| * | drm/amd/pp: silence a static checker warningDan Carpenter2018-04-031-4/+4
| * | drm/amdgpu: drop compute ring timeout setting for non-sriov only (v2)Evan Quan2018-04-031-3/+9
| * | drm/amdgpu: fix typo of domain fallbackChunming Zhou2018-04-031-1/+1
* | | treewide: fix up files incorrectly marked executableLinus Torvalds2018-04-071-0/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-04-052-2/+2
|\ \ \
| * | | treewide: Fix typos in printkMasanari Iida2018-03-271-1/+1
| * | | treewide: Align function definition open/close bracesJoe Perches2018-03-261-1/+1
* | | | Merge tag 'drm-for-v4.17' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2018-04-02396-22843/+112540
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Merge tag 'drm-amdkfd-next-2018-03-27' of git://people.freedesktop.org/~gabba...Dave Airlie2018-03-2818-162/+1279
| |\ \
| | * | drm/amdkfd: Use ordered workqueue to restore processesFelix Kuehling2018-03-233-6/+32
| | * | drm/amdgpu: Fix acquiring VM on large-BAR systemsFelix Kuehling2018-03-231-2/+1
| | * | drm/amdkfd: Add module option for testing large-BAR functionalityFelix Kuehling2018-03-154-0/+19
| | * | drm/amdkfd: Kmap event page for dGPUsFelix Kuehling2018-03-153-2/+87
| | * | drm/amdkfd: Add ioctls for GPUVM memory managementFelix Kuehling2018-03-153-0/+387
| | * | drm/amdkfd: Add TC flush on VMID deallocation for HawaiiFelix Kuehling2018-03-154-1/+95
| | * | drm/amdkfd: Allocate CWSR trap handler memory for dGPUsFelix Kuehling2018-03-151-10/+127
| | * | drm/amdkfd: Add per-process IDR for buffer handlesFelix Kuehling2018-03-152-0/+84
| | * | drm/amdkfd: Aperture setup for dGPUsFelix Kuehling2018-03-152-8/+33
| | * | drm/amdkfd: Remove limit on number of GPUsFelix Kuehling2018-03-152-12/+104
| | * | drm/amdkfd: Populate DRM render device minorOak Zeng2018-03-152-0/+5
| | * | drm/amdkfd: Create KFD VMs on demandFelix Kuehling2018-03-152-10/+53
| | * | drm/amdgpu: Add kfd2kgd interface to acquire an existing VMFelix Kuehling2018-03-156-55/+124
| | * | drm/amdgpu: Add helper to turn an existing VM into a compute VMFelix Kuehling2018-03-152-0/+68