aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-11Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-12/+46
2019-02-07drm/amdgpu: Fix pci platform speed and widthHarish Kasiviswanathan1-12/+46
2019-02-04Merge tag 'drm-misc-next-2019-02-01' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+1
2019-02-01Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-34/+43
2019-01-25drm/sched: Refactor ring mirror list handling.Andrey Grodzovsky1-13/+7
2019-01-25drm/amdgpu: sriov should skip asic_reset in device_initwentalou1-1/+1
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2019-01-14drm/amdgpu: check if we need to reset at init time (v2)Alex Deucher1-0/+11
2019-01-14drm/amd/amdgpu: add missing mutex lock to amdgpu_get_xgmi_hive() (v3)Tom St Denis1-3/+3
2019-01-14drm/amdgpu/sriov: For finishing routine send rel event after init failedEmily Deng1-11/+15
2019-01-14drm/amdgpu: distinguish early and late re-init log in sriovwentalou1-2/+2
2019-01-14drm/amdgpu/sriov:Correct pfvf exchange logicEmily Deng1-4/+4
2019-01-14drm/amdgpu/virtual_dce: No need to pin the cursor boEmily Deng1-2/+2
2019-01-11drm: Move the legacy kms disable_all helper to crtc helpersDaniel Vetter1-1/+1
2018-12-14drm/amdgpu: kfd_pre_reset outside req_full_gpu cause sriov hangwentalou1-4/+6
2018-12-12drm/amdgpu: Enable GPU recovery by default for CIAndrey Grodzovsky1-0/+2
2018-12-05drm/amdgpu/si: fix SI after doorbell reworkAlex Deucher1-1/+2
2018-12-03drm/amdgpu: Implement concurrent asic reset for XGMI.Andrey Grodzovsky1-5/+39
2018-12-03drm/amdgpu: Handle xgmi device removal.Andrey Grodzovsky1-0/+3
2018-11-30drm/amdgpu: Fix num_doorbell calculation issueOak Zeng1-2/+5
2018-11-28drm/amdgpu: Refactor GPU reset for XGMI hive caseAndrey Grodzovsky1-117/+255
2018-11-28drm/amdgpu: Refactor amdgpu_xgmi_add_deviceAndrey Grodzovsky1-0/+2
2018-11-28drm/amdgpu: Use asic specific doorbell index instead of macro definitionOak Zeng1-1/+1
2018-11-28drm/amdgpu: Call doorbell index init on device initializationOak Zeng1-3/+5
2018-11-20drm/amdgpu: enable paging queue doorbell support v4Philip Yang1-0/+6
2018-11-06drm/amdgpu/psp: initialize xgmi session (v2)Hawking Zhang1-1/+2
2018-11-05drm/amdgpu: Refine CSA related functionsRex Zhu1-2/+4
2018-11-05drm/amdgpu: Enable default GPU reset for dGPU on gfx8/9 v3Andrey Grodzovsky1-4/+26
2018-11-01drm/amdgpu: revert "enable gfxoff in non-sriov and stutter mode by default"Christian König1-2/+0
2018-11-01drm/amdgpu: Fix skipping hangged job reset during gpu recover.Andrey Grodzovsky1-1/+1
2018-10-22drm/amdgpu: Fix null pointer amdgpu_device_fw_loadingEmily Deng1-1/+1
2018-10-10drm/amdgpu: Load fw between hw_init/resume_phase1 and phase2Rex Zhu1-1/+60
2018-10-10drm/amdgpu: split ip hw_init into 2 phasesRex Zhu1-13/+53
2018-10-10drm/amdgpu: Split amdgpu_ucode_init/fini_bo into two functionsRex Zhu1-0/+4
2018-10-10drm/amdgpu: Check late_init status before set cg/pg stateRex Zhu1-2/+2
2018-10-10drm/amdgpu: Refine function amdgpu_device_ip_late_initRex Zhu1-2/+2
2018-10-09drm/amdgpu: Move gfx flag in_suspend to adevRex Zhu1-0/+3
2018-10-09drm/amd/powerplay: helper interfaces for MGPU fan boost featureEvan Quan1-0/+41
2018-09-19drm/amdgpu: fix shadow BO restoringChristian König1-81/+28
2018-09-19drm/amdgpu: always recover VRAM during GPU recoveryChristian König1-5/+5
2018-09-14drm/amdgpu: simplify Raven, Raven2, and Picasso handlingAlex Deucher1-7/+3
2018-09-14drm/amdgpu: add raven2 to gpu_info firmwareFeifei Xu1-1/+5
2018-09-14drm/amdgpu: enable gfxoff in non-sriov and stutter mode by defaultKenneth Feng1-0/+2
2018-09-14drm/amd/display/dm: add picasso supportLikun Gao1-0/+1
2018-09-14drm/amdgpu: add soc15 support for picassoLikun Gao1-1/+6
2018-09-14drm/amdgpu: add picasso to asic_type enumLikun Gao1-0/+1
2018-09-10drm/amdgpu : Generate XGMI topology info from driver levelShaoyun Liu1-0/+1
2018-09-10drm/amdgpu: move PSP init prior to IH in gpu resetEmily Deng1-1/+1
2018-08-29drm/amdgpu: move amdgpu_device_(vram|gtt)_locationChristian König1-65/+0
2018-08-28drm/amdgpu: move full access into amdgpu_device_ip_suspendYintian Tao1-6/+6