summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Make sure IB tests flushed after IP resumeLeo Liu2018-07-171-0/+3
* drm/amdgpu: Don't default to DC support for Kaveri and olderHarry Wentland2018-06-191-1/+9
* 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
* drm/amdgpu: Don't compared ip_block_type with ip_block_indexRex Zhu2018-03-151-1/+1
* drm/amdgpu: Plus NULL function pointer checkRex Zhu2018-03-151-3/+6
* drm/amdgpu: move getting pcie info to common codeAlex Deucher2018-03-141-1/+5
* drm/amdgpu: move firmware loading type setup to common codeAlex Deucher2018-03-141-0/+2
* drm/amdgpu: implement mmio byte access helper for MBMonk Liu2018-03-141-0/+26
* drm/amdgpu: Correct the amdgpu_ucode_fini_bo place for TongaEmily Deng2018-03-141-0/+3
* drm/amdgpu: Correct the place of amdgpu_pm_sysfs_finiEmily Deng2018-03-141-1/+1
* drm/amdgpu: cleanups for vram lost handlingMonk Liu2018-03-011-65/+72
* drm/amdgpu: stop all rings before doing gpu recoverMonk Liu2018-03-011-25/+15
* drm/amdgpu: move WB_FREE to correct placeMonk Liu2018-02-281-5/+7
* drm/amdgpu: fix&cleanups for wb_clearMonk Liu2018-02-281-2/+3
* drm/amdgpu: Unify the dm resume calls into oneMikita Lipski2018-02-191-9/+0
* drm/amdgpu: Add place holder for soc15 asic init on emulationShaoyun Liu2018-02-191-14/+4
* drm/amdgpu: Double the timeout count on emulation modeShaoyun Liu2018-02-191-0/+2
* drm/amdgpu: Fix none-powerplay issue when load driver on emulation modeShaoyun Liu2018-02-191-0/+3
* drm/amdgpu: Basic emulation supportShaoyun Liu2018-02-191-3/+23
* drm/amdgpu: Enable ip block bit mask print out info by defaultShaoyun Liu2018-02-191-1/+1
OpenPOWER on IntegriCloud