summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/amdgpu: remove DC special casing for KB/MLAlex Deucher2018-02-191-3/+2
* drm/amdgpu: drop the drm irq pre/post/un install callbacksAlex Deucher2018-02-191-0/+3
* drm/amdgpu: move struct gart_funcs into amdgpu_gmc.hChristian König2018-02-191-1/+1
* drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.hChristian König2018-02-191-5/+5
* drm/amdgpu: Avoid leaking PM domain on driver unbind (v2)Alex Deucher2018-01-231-2/+0
* drm/amdgpu: Reenable manual GPU reset from sysfsAndrey Grodzovsky2018-01-231-1/+1
* drm/amdgpu: fix 64bit BAR detectionChristian König2018-01-101-1/+1
* drm/amdgpu: rename amdgpu_get_pcie_infoAlex Deucher2017-12-181-1/+1
* drm/amdgpu: move amdgpu_need_backup to amdgpu_object.cAlex Deucher2017-12-181-8/+0
* drm/amdgpu: rename amdgpu_gpu_recoverAlex Deucher2017-12-181-2/+3
* drm/amdgpu: move dummy page functions to amdgpu_gart.cAlex Deucher2017-12-181-45/+0
* drm/amdgpu: rename amdgpu_need_postAlex Deucher2017-12-181-4/+4
* drm/amdgpu: rename ip block helper functionsAlex Deucher2017-12-181-24/+26
* drm/amdgpu: move fw_reserve functions to amdgpu_ttm.cAlex Deucher2017-12-181-95/+0
* drm/amdgpu: rename amdgpu_*_location functionsAlex Deucher2017-12-181-4/+6
* drm/amdgpu: move amdgpu_doorbell_get_kfd_info to amdgpu_amdkfd.cAlex Deucher2017-12-181-32/+1
* drm/amdgpu: rename amdgpu_pci_config_resetAlex Deucher2017-12-181-1/+1
* drm/amdgpu: rename amdgpu_program_register_sequenceAlex Deucher2017-12-181-4/+4
* drm/amdgpu: rename amdgpu_wb_* functionsAlex Deucher2017-12-181-4/+4
* drm/amdgpu: move debugfs functions to their own fileAlex Deucher2017-12-181-768/+1
* drm/amdgpu: rename amdgpu_suspend to amdgpu_device_ip_suspendAlex Deucher2017-12-181-4/+4
* drm/amdgpu: use consistent naming for static funcs in amdgpu_device.cAlex Deucher2017-12-181-86/+90
OpenPOWER on IntegriCloud