summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2018-07-18drm/amd/amdgpu: creating two I2S instances for stoney/cz (v2)Vijendar Mukunda1-10/+37
2018-07-18drm/amdgpu: add another ATPX quirk for TOPAZAlex Deucher1-0/+1
2018-07-17drm/amdgpu: Make sure IB tests flushed after IP resumeLeo Liu1-0/+3
2018-07-10drm/amdgpu: Verify root PD is mapped into kernel address space (v4)Andrey Grodzovsky1-1/+3
2018-07-10drm/amdgpu: Reserve VM root shared fence slot for command submission (v3)Michel Dänzer1-0/+4
2018-07-04drm/amdgpu: fix user fence write race conditionNicolai Hähnle1-6/+6
2018-07-02drm/amdgpu/pm: fix display count in non-DC pathAlex Deucher1-1/+1
2018-07-02drm/amdgpu: fix swapped emit_ib_size in vce3Alex Deucher1-2/+2
2018-06-28drm/amdgpu: Dynamically probe for ATIF handle (v2)Lyude Paul1-21/+58
2018-06-28drm/amdgpu: Add amdgpu_atpx_get_dhandle()Lyude Paul2-0/+12
2018-06-28drm/amdgpu: Make struct amdgpu_atif private to amdgpu_acpi.cLyude Paul2-41/+53
2018-06-27drm/amdgpu:Support new VCN FW version naming conventionJames Zhu1-6/+27
2018-06-27drm/amdgpu: fix UBSAN: Undefined behaviour for amdgpu_fence.cLeo Liu1-1/+1
2018-06-22drm/amdgpu: GPU vs CPU page size fixes in amdgpu_vm_bo_split_mappingMichel Dänzer1-3/+5
2018-06-19drm/amdgpu: Make amdgpu_vram_mgr_bo_invisible_size always accurateMichel Dänzer1-2/+18
2018-06-19drm/amdgpu: Refactor amdgpu_vram_mgr_bo_invisible_size helperMichel Dänzer3-4/+19
2018-06-19drm/amdgpu: Update pin_size values before unpinning BOMichel Dänzer1-10/+8
2018-06-19drm/amdgpu:All UVD instances share one idle_work handleJames Zhu2-8/+8
2018-06-19drm/amdgpu: Don't default to DC support for Kaveri and olderHarry Wentland1-1/+9
2018-06-19drm/amdgpu: Use kvmalloc_array for allocating VRAM manager nodes arrayMichel Dänzer1-3/+4
2018-06-15Merge tag 'drm-next-2018-06-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds15-96/+123
2018-06-15Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie15-96/+123
2018-06-13drm/amdgpu: fix parsing indirect register list v2Evan Quan1-6/+9
2018-06-13drm/amdgpu: fix CG enabling hang with gfxoff enabledHuang Rui2-5/+12
2018-06-13drm/amdgpu: fix clear_all and replace handling in the VM (v2)Junwei Zhang1-2/+4
2018-06-13drm/amdgpu: add checking for sos versionHuang Rui1-1/+26
2018-06-13drm/amdgpu: fix the missed vcn fw version reportHuang Rui1-0/+1
2018-06-13treewide: Use array_size() in vzalloc()Kees Cook1-1/+2
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook7-14/+21
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook3-6/+6
2018-06-06Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds95-1975/+5948
2018-06-01Revert "drm/amdgpu: Add an ATPX quirk for hybrid laptop"Alex Deucher1-1/+0
2018-06-01drm/amdgpu/df: fix potential array out-of-bounds readColin Ian King1-1/+1
2018-05-31drm/amdgpu: Fix NULL pointer when load kfd driver with PP block is disabledShaoyun Liu1-11/+7
2018-05-31drm/gfx9: Update gc goldensetting for vega20.Feifei Xu1-0/+1
2018-05-30drm/amdgpu: typo fix for vega20 cg flagsEvan Quan1-0/+1
2018-05-30drm/amdgpu: gds bo must not be per-vm-boChunming Zhou1-0/+7
2018-05-30drm/amdgpu: To get gds, gws and oa from adev->gds (v2)Emily Deng1-15/+23
2018-05-30PM / Domains: Drop genpd as in-param for pm_genpd_remove_device()Ulf Hansson1-1/+1
2018-05-29drm/amdgpu: remove unnecessary scheduler entity for VCNLeo Liu2-43/+10
2018-05-29drm/amdgpu: Add helper function to get buffer domainDeepak Sharma3-13/+17
2018-05-29drm/amdgpu: Use GTT for dumb buffer if sg display enabled (v2)Deepak Sharma1-2/+8
2018-05-25drm/amdgpu: vcn_v1_0_is_idle() can be statickbuild test robot1-2/+2
2018-05-25drm/amdgpu: fix 32-bit build warningArnd Bergmann1-2/+2
2018-05-25drm/amdgpu: Use dev_info() to report amdkfd is not supported for this ASICTom Stellard1-1/+1
2018-05-24drm/amdgpu: Update GFX info structure to match what vega20 usedShaoyun Liu1-5/+3
2018-05-24drm/amdgpu: move VM BOs on LRU againChristian König2-5/+26
2018-05-24drm/amdgpu: consistenly use VM moved flagChristian König1-13/+15
2018-05-24drm/amdgpu: kmap PDs/PTs in amdgpu_vm_update_directoriesChristian König1-7/+8
2018-05-24drm/amdgpu: further optimize amdgpu_vm_handle_movedChristian König1-13/+14