aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2018-07-11drm/amdgpu: Avoid invalidate tlbs when gpu is on resetShaoyun Liu3-0/+9
2018-07-11drm/amdgpu: Check NULL pointer for job before reset job's ringShaoyun Liu1-1/+1
2018-07-11drm/amdgpu: Don't use shadow BO for compute contextShaoyun Liu1-5/+8
2018-07-11drm/amdgpu: Enable the gpu reset from KFDShaoyun Liu5-2/+14
2018-07-11drm/amdgpu: Call KFD reset handlers during GPU resetShaoyun Liu3-0/+29
2018-07-11drm/amdkfd: fix zero reading of VMID and PASID for HawaiiLan Xiao1-1/+19
2018-07-11drm/amdgpu: save vm fault information for amdkfdshaoyunl7-2/+85
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-10drm/amdgpu: get VCN start to process in the dpm disabled caseLeo Liu1-1/+1
2018-07-10drm/amdgpu: move cache window setup after power and clock resumeLeo Liu1-2/+2
2018-07-10drm/amdgpu: Take VCN jpeg ring into account in idle work handlerLeo Liu1-0/+2
2018-07-10drm/amdgpu: Verify root PD is mapped into kernel address space (v4)Andrey Grodzovsky1-1/+3
2018-07-10drm/amdgpu: Present amdgpu_task_info in VM_FAULTS.Andrey Grodzovsky3-5/+18
2018-07-10drm/amdgpu: Add support for logging process info in amdgpu_vm.Andrey Grodzovsky2-0/+55
2018-07-10drm/amdgpu: Add CLK IP base offsetRex Zhu2-0/+2
2018-07-10drm/amdgpu: Reserve VM root shared fence slot for command submission (v3)Michel Dänzer1-0/+4
2018-07-10drm/amdgpu: fix kmap error handling for bo creationsJunwei Zhang1-1/+1
2018-07-10drm/amdgpu: allocate gart memory when it's required (v3)Junwei Zhang6-8/+46
2018-07-10drm/amdgpu: separate gpu address from bo pinJunwei Zhang16-56/+48
2018-07-10Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie44-404/+866
2018-07-06Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan3-10/+33
2018-07-06Merge tag 'drm-misc-next-2018-07-04' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-3/+0
2018-07-05drm/amdgpu: update documentation for amdgpu_drv.cSonny Jiang1-7/+225
2018-07-05drm/amd: Remove errors from sphinx documentationDarren Powell2-10/+15
2018-07-05drm/amdgpu: use pcie functions for link width and speedAlex Deucher4-31/+65
2018-07-05drm/amdgpu: switch firmware path for SI partsAlex Deucher3-46/+46
2018-07-05drm/amdgpu: switch firmware path for CIK parts (v2)Alex Deucher7-73/+70
2018-07-05drm/amdgpu: fix user fence write race conditionNicolai Hähnle1-6/+6
2018-07-05drm/amdgpu: update uvd_v6_0_ring_vm_funcs to use new nop packetAlex Deucher1-2/+1
2018-07-05drm/amdgpu: fix the wrong type of gem object creationHuang Rui2-4/+4
2018-07-05drm/amd: add SPDX identifier and clarify licenseDirk Hohndel (VMware)1-0/+1
2018-07-05drm/amd: Replace drm_dev_unref with drm_dev_putThomas Zimmermann1-2/+2
2018-07-05drm/amdgpu/vce: simplify vce instance setupAlex Deucher3-19/+27
2018-07-05drm/amdgpu/sdma: simplify sdma instance setupAlex Deucher4-32/+29
2018-07-05drm/amdgpu/pm: fix display count in non-DC pathAlex Deucher1-1/+1
2018-07-05drm/amdgpu: fix swapped emit_ib_size in vce3Alex Deucher1-2/+2
2018-07-05drm/amdgpu: Remove amdgpu_gem_map_attach target_dev documentationMichel Dänzer1-1/+0
2018-07-05drm/amdgpu: Add AMDGPU_GPU_PAGES_IN_CPU_PAGE defineMichel Dänzer3-8/+10
2018-07-05drm/amdgpu: Use gmc_vram_full_visible in vram_mgr_bo_invisible_sizeMichel Dänzer1-1/+1
2018-07-05drm/amdgpu: Dynamically probe for ATIF handle (v2)Lyude Paul1-21/+58
2018-07-05drm/amdgpu: Add amdgpu_atpx_get_dhandle()Lyude Paul2-0/+12
2018-07-05drm/amdgpu: s/disp_detetion_ports/disp_detection_ports/Lyude Paul1-2/+2
2018-07-05drm/amdgpu: Make struct amdgpu_atif private to amdgpu_acpi.cLyude Paul2-41/+53
2018-07-05drm/amdgpu: Add stutter mode ctrl in module parameterrex zhu1-1/+2
2018-07-05drm/amdgpu: Move CG/PG setting out of delay worker threadRex Zhu1-6/+8
2018-07-05drm/amdgpu: Split set_pg_state into separate functionRex Zhu2-9/+28
2018-07-05drm/amdgpu: Add gfx_off support in smu through pp_set_powergating_by_smuRex Zhu2-12/+11
2018-07-05drm/amd/pp: Add gfx pg support in smu through set_powergating_by_smuRex Zhu1-6/+4
2018-07-05drm/amd/pp: Unify powergate_uvd/vce/mmhub to set_powergating_by_smuRex Zhu5-18/+38