summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)AuthorLines
2018-07-17drm/amdgpu: Make sure IB tests flushed after IP resumeLeo Liu-0/+3
2018-06-19drm/amdgpu: Don't default to DC support for Kaveri and olderHarry Wentland-1/+9
2018-06-13drm/amdgpu: fix CG enabling hang with gfxoff enabledHuang Rui-0/+12
2018-05-24drm/amdgpu: skip CG for VCN when late_init/finiRex Zhu-0/+2
2018-05-23Remove calls to suspend/resume atomic helpers from amdgpu_device_gpu_recover....Andrey Grodzovsky-9/+1
2018-05-17drm/amdgpu: Add vega20 to dc support check (v2)Feifei Xu-0/+1
2018-05-17drm/amdgpu: set asic family for vega20.Feifei Xu-0/+1
2018-05-17drm/amdgpu: Add gpu_info firmware for vega20. (v2)Feifei Xu-0/+1
2018-05-17drm/amdgpu: Add vega20 to asic_type enum.Feifei Xu-0/+1
2018-05-15drm/amdgpu: For sriov reset, move IB test into exclusive modeEmily Deng-3/+2
2018-05-15drm/amdgpu: add VEGAM dc support checkLeo Liu-1/+2
2018-05-15drm/amdgpu: set VEGAM to ASIC family and ip blocksLeo Liu-1/+2
2018-05-15drm/amdgpu: bypass GPU info firmware load for VEGAMLeo Liu-1/+2
2018-05-15drm/amdgpu: add VEGAM ASIC typeLeo Liu-0/+1
2018-05-15drm/amdgpu: it should disable gfxoff when system is going to suspendHuang Rui-0/+6
2018-05-15drm/amdgpu: use pp_feature member to store the maskHuang Rui-0/+2
2018-05-15drm/amdgpu: Reserved vram for smu to save debug info.Rex Zhu-0/+44
2018-05-15drm/amdgpu: defer test IBs on the rings at boot (V3)Shirish S-11/+6
2018-05-15drm/amd/display: Remove PRE_VEGA flagHarry Wentland-3/+0
2018-04-11drm/amdgpu: use new asic need_full_reset callbackAlex Deucher-0/+6
2018-04-11drm/amdgpu: Move GEM BO to drm_framebufferDaniel Stone-3/+3
2018-04-11drm/amdgpu: remove duplicate cg/pg wrapper functionsRex Zhu-2/+4
2018-03-21drm/amdgpu: Fix NULL ptr on driver unload due to init failure.Andrey Grodzovsky-1/+0
2018-03-21drm/amdgpu: add vega12 to dc support checkAlex Deucher-0/+1
2018-03-21drm/amdgpu: set asic family and ip blocks for vega12Alex Deucher-2/+3
2018-03-21drm/amdgpu: add gpu_info firmware for vega12Alex Deucher-0/+4
2018-03-21drm/amdgpu: add vega12 to asic_type enumFeifei Xu-0/+1
2018-03-20drm/amdgpu: Fix kernel NULL pointer dereference when amdgpu finiRex Zhu-1/+2
2018-03-20drm/amdgpu - Disable all irqs before disabling all CRTCsMikita Lipski-3/+2
2018-03-20drm/amdgpu: Disable irq on device before destroying itMikita Lipski-2/+3
2018-03-20drm/amdgpu: Use atomic function to disable crtcs with dc enabledMikita Lipski-3/+6
2018-03-20drm/amdgpu: add documentation for amdgpu_device.cAlex Deucher-12/+427
2018-03-15drm/amdgpu: Call amdgpu_ucode_fini_bo in amd_powerplay.cRex Zhu-3/+0
2018-03-15drm/amdgpu: Don't compared ip_block_type with ip_block_indexRex Zhu-1/+1
2018-03-15drm/amdgpu: Plus NULL function pointer checkRex Zhu-3/+6
2018-03-14drm/amdgpu: move getting pcie info to common codeAlex Deucher-1/+5
2018-03-14drm/amdgpu: move firmware loading type setup to common codeAlex Deucher-0/+2
2018-03-14drm/amdgpu: implement mmio byte access helper for MBMonk Liu-0/+26
2018-03-14drm/amdgpu: Correct the amdgpu_ucode_fini_bo place for TongaEmily Deng-0/+3
2018-03-14drm/amdgpu: Correct the place of amdgpu_pm_sysfs_finiEmily Deng-1/+1
2018-03-01drm/amdgpu: cleanups for vram lost handlingMonk Liu-65/+72
2018-03-01drm/amdgpu: stop all rings before doing gpu recoverMonk Liu-25/+15
2018-02-28drm/amdgpu: move WB_FREE to correct placeMonk Liu-5/+7
2018-02-28drm/amdgpu: fix&cleanups for wb_clearMonk Liu-2/+3
2018-02-19drm/amdgpu: Unify the dm resume calls into oneMikita Lipski-9/+0
2018-02-19drm/amdgpu: Add place holder for soc15 asic init on emulationShaoyun Liu-14/+4
2018-02-19drm/amdgpu: Double the timeout count on emulation modeShaoyun Liu-0/+2
2018-02-19drm/amdgpu: Fix none-powerplay issue when load driver on emulation modeShaoyun Liu-0/+3
2018-02-19drm/amdgpu: Basic emulation supportShaoyun Liu-3/+23
2018-02-19drm/amdgpu: Enable ip block bit mask print out info by defaultShaoyun Liu-1/+1