summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* drm/amdgpu: move atom functions from amdgpu_device.cAlex Deucher2017-12-181-231/+0
* drm/amdgpu: Simplify amdgpu_lockup_timeout usage.Andrey Grodzovsky2017-12-151-1/+6
* drm/amdgpu: Add gpu_recovery parameterAndrey Grodzovsky2017-12-151-1/+8
* drm/amdgpu: drop scratch regs save and restore from GPU reset handlingAlex Deucher2017-12-131-2/+0
* drm/amdgpu: drop scratch regs save and restore from S3/S4 handlingAlex Deucher2017-12-131-2/+0
* drm/amdgpu: no need to evict VRAM in device_finiMonk Liu2017-12-121-2/+1
* drm/amdgpu: add amdgpu_evict_vram debugfs fileChristian König2017-12-121-1/+12
* drm/amdgpu: cleanup debugfs handling a bitChristian König2017-12-121-35/+11
* drm: move amd_gpu_scheduler into common locationLucas Stach2017-12-071-2/+2
* drm/amdgpu: allow specifying vm_block_size for multi level PDs v2Christian König2017-12-061-13/+1
* drm/amdgpu: move validation of the VM size into the VM codeChristian König2017-12-061-15/+1
OpenPOWER on IntegriCloud