summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/amdgpu: Add gfx_off support in smu through pp_set_powergating_by_smuRex Zhu2018-07-051-12/+7
* Merge v4.18-rc3 into drm-nextDave Airlie2018-07-041-1/+9
|\
| * drm/amdgpu: Don't default to DC support for Kaveri and olderHarry Wentland2018-06-191-1/+9
* | drm/amdgpu: Use correct enum to set powergating stateStefan Agner2018-06-191-1/+1
* | drm/amdgpu: correct GART location infoJunwei Zhang2018-06-191-8/+6
* | drm/amdgpu: Get real power source to initizlize ac_powerRex Zhu2018-06-151-0/+3
|/
* drm/amdgpu: fix CG enabling hang with gfxoff enabledHuang Rui2018-06-131-0/+12
* drm/amdgpu: skip CG for VCN when late_init/finiRex Zhu2018-05-241-0/+2
* Remove calls to suspend/resume atomic helpers from amdgpu_device_gpu_recover....Andrey Grodzovsky2018-05-231-9/+1
* drm/amdgpu: Add vega20 to dc support check (v2)Feifei Xu2018-05-171-0/+1
* drm/amdgpu: set asic family for vega20.Feifei Xu2018-05-171-0/+1
* drm/amdgpu: Add gpu_info firmware for vega20. (v2)Feifei Xu2018-05-171-0/+1
* drm/amdgpu: Add vega20 to asic_type enum.Feifei Xu2018-05-171-0/+1
* drm/amdgpu: For sriov reset, move IB test into exclusive modeEmily Deng2018-05-151-3/+2
* drm/amdgpu: add VEGAM dc support checkLeo Liu2018-05-151-1/+2
* drm/amdgpu: set VEGAM to ASIC family and ip blocksLeo Liu2018-05-151-1/+2
* drm/amdgpu: bypass GPU info firmware load for VEGAMLeo Liu2018-05-151-1/+2
* drm/amdgpu: add VEGAM ASIC typeLeo Liu2018-05-151-0/+1
* drm/amdgpu: it should disable gfxoff when system is going to suspendHuang Rui2018-05-151-0/+6
* drm/amdgpu: use pp_feature member to store the maskHuang Rui2018-05-151-0/+2
* drm/amdgpu: Reserved vram for smu to save debug info.Rex Zhu2018-05-151-0/+44
* drm/amdgpu: defer test IBs on the rings at boot (V3)Shirish S2018-05-151-11/+6
* drm/amd/display: Remove PRE_VEGA flagHarry Wentland2018-05-151-3/+0
* drm/amdgpu: use new asic need_full_reset callbackAlex Deucher2018-04-111-0/+6
* drm/amdgpu: Move GEM BO to drm_framebufferDaniel Stone2018-04-111-3/+3
* drm/amdgpu: remove duplicate cg/pg wrapper functionsRex Zhu2018-04-111-2/+4
* drm/amdgpu: Fix NULL ptr on driver unload due to init failure.Andrey Grodzovsky2018-03-211-1/+0
* drm/amdgpu: add vega12 to dc support checkAlex Deucher2018-03-211-0/+1
* drm/amdgpu: set asic family and ip blocks for vega12Alex Deucher2018-03-211-2/+3
* drm/amdgpu: add gpu_info firmware for vega12Alex Deucher2018-03-211-0/+4
* drm/amdgpu: add vega12 to asic_type enumFeifei Xu2018-03-211-0/+1
* drm/amdgpu: Fix kernel NULL pointer dereference when amdgpu finiRex Zhu2018-03-201-1/+2
* drm/amdgpu - Disable all irqs before disabling all CRTCsMikita Lipski2018-03-201-3/+2
* drm/amdgpu: Disable irq on device before destroying itMikita Lipski2018-03-201-2/+3
* drm/amdgpu: Use atomic function to disable crtcs with dc enabledMikita Lipski2018-03-201-3/+6
* drm/amdgpu: add documentation for amdgpu_device.cAlex Deucher2018-03-201-12/+427
* drm/amdgpu: Call amdgpu_ucode_fini_bo in amd_powerplay.cRex Zhu2018-03-151-3/+0
OpenPOWER on IntegriCloud