summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Load fw between hw_init/resume_phase1 and phase2Rex Zhu2018-10-101-1/+60
* drm/amdgpu: split ip hw_init into 2 phasesRex Zhu2018-10-101-13/+53
* drm/amdgpu: Split amdgpu_ucode_init/fini_bo into two functionsRex Zhu2018-10-101-0/+4
* drm/amdgpu: Check late_init status before set cg/pg stateRex Zhu2018-10-101-2/+2
* drm/amdgpu: Refine function amdgpu_device_ip_late_initRex Zhu2018-10-101-2/+2
* drm/amdgpu: Move gfx flag in_suspend to adevRex Zhu2018-10-101-0/+3
* drm/amd/powerplay: helper interfaces for MGPU fan boost featureEvan Quan2018-10-091-0/+41
* drm/amdgpu: fix shadow BO restoringChristian König2018-09-191-81/+28
* drm/amdgpu: always recover VRAM during GPU recoveryChristian König2018-09-191-5/+5
* drm/amdgpu: simplify Raven, Raven2, and Picasso handlingAlex Deucher2018-09-141-7/+3
* drm/amdgpu: add raven2 to gpu_info firmwareFeifei Xu2018-09-141-1/+5
* drm/amdgpu: enable gfxoff in non-sriov and stutter mode by defaultKenneth Feng2018-09-141-0/+2
* drm/amd/display/dm: add picasso supportLikun Gao2018-09-141-0/+1
* drm/amdgpu: add soc15 support for picassoLikun Gao2018-09-141-1/+6
* drm/amdgpu: add picasso to asic_type enumLikun Gao2018-09-141-0/+1
* drm/amdgpu : Generate XGMI topology info from driver levelShaoyun Liu2018-09-111-0/+1
* drm/amdgpu: move PSP init prior to IH in gpu resetEmily Deng2018-09-111-1/+1
* drm/amdgpu: move amdgpu_device_(vram|gtt)_locationChristian König2018-08-291-65/+0
* drm/amdgpu: move full access into amdgpu_device_ip_suspendYintian Tao2018-08-281-6/+6
* drm/amdgpu: cleanup GPU recovery check a bit (v2)Christian König2018-08-271-13/+25
* drm/amdgpu: remove fulll access for suspend phase1Yintian Tao2018-08-271-6/+0
* drm/amdgpu: Set clock ungate state when suspend/finiRex Zhu2018-08-271-51/+5
* drm/amdgpu: Set power ungate state when suspend/finiRex Zhu2018-08-271-6/+5
* drm/amdgpu: Refine function name and function argsRex Zhu2018-08-271-20/+19
* drm/amdgpu: use new scheduler load balancing for VMsChristian König2018-08-271-1/+1
* drm/amdgpu: Cancel the delay work when suspendRex Zhu2018-08-271-0/+2
* drm/amdgpu: Cancel gfx off delay work when driver fini/suspendRex Zhu2018-08-271-0/+2
* drm/amdgpu: Ctrl gfx off via amdgpu_gfx_off_ctrlRex Zhu2018-08-271-4/+2
* drm/amdgpu: Put enable gfx off feature to a delay threadRex Zhu2018-08-271-0/+15
* drm/amdgpu: Add amdgpu_gfx_off_ctrl functionRex Zhu2018-08-271-0/+2
* Revert "drm/amdgpu/display: Replace CONFIG_DRM_AMD_DC_DCN1_0 with CONFIG_X86"Leo (Sunpeng) Li2018-08-211-1/+1
* Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-08-101-1/+1
|\
| * drm/amdgpu/sriov: give 8s for recover vram under RUNTIMEEmily Deng2018-08-091-1/+1
* | BackMerge v4.18-rc7 into drm-nextDave Airlie2018-07-301-0/+3
|\ \
| * | drm/amdgpu: Make sure IB tests flushed after IP resumeLeo Liu2018-07-171-0/+3
* | | drm/amdgpu: Check NULL pointer for job before reset job's ringShaoyun Liu2018-07-121-1/+1
* | | drm/amdgpu: Call KFD reset handlers during GPU resetShaoyun Liu2018-07-121-0/+5
| |/ |/|
* | drm/amdgpu: move the amdgpu_fbdev_set_suspend() further upShirish S2018-07-241-3/+3
* | drm/amdgpu: rework suspend and resume to deal with atomic changesAlex Deucher2018-07-201-41/+45
* | drm/amdgpu: split ip suspend into 2 phasesAlex Deucher2018-07-201-2/+76
* | drm/amdgpu: use drm_fb helper for console_(un)lockShirish S2018-07-201-6/+2
* | drm/amdgpu: lock and unlock console only for amdgpu_fbdev_set_suspend [V5]Shirish S2018-07-201-15/+7
* | drm/amdgpu: fix spelling mistake "successed" -> "succeeded"Colin Ian King2018-07-201-5/+5
* | drm/amdgpu/display: Replace CONFIG_DRM_AMD_DC_DCN1_0 with CONFIG_X86Michel Dänzer2018-07-191-1/+1
* | drm/amdgpu: remove job->ringChristian König2018-07-161-2/+2
* | drm/amdgpu: separate gpu address from bo pinJunwei Zhang2018-07-101-3/+2
* | drm/amd: Remove errors from sphinx documentationDarren Powell2018-07-051-8/+12
* | drm/amdgpu: use pcie functions for link width and speedAlex Deucher2018-07-051-25/+58
* | drm/amdgpu: Move CG/PG setting out of delay worker threadRex Zhu2018-07-051-6/+8
* | drm/amdgpu: Split set_pg_state into separate functionRex Zhu2018-07-051-5/+28