summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-15drm/amdgpu: Don't compared ip_block_type with ip_block_indexRex Zhu1-1/+1
2018-03-15drm/amdgpu: Plus NULL function pointer checkRex Zhu1-3/+6
2018-03-14drm/amdgpu: move getting pcie info to common codeAlex Deucher1-1/+5
2018-03-14drm/amdgpu: move firmware loading type setup to common codeAlex Deucher1-0/+2
2018-03-14drm/amdgpu: implement mmio byte access helper for MBMonk Liu1-0/+26
2018-03-14drm/amdgpu: Correct the amdgpu_ucode_fini_bo place for TongaEmily Deng1-0/+3
2018-03-14drm/amdgpu: Correct the place of amdgpu_pm_sysfs_finiEmily Deng1-1/+1
2018-03-01drm/amdgpu: cleanups for vram lost handlingMonk Liu1-65/+72
2018-03-01drm/amdgpu: stop all rings before doing gpu recoverMonk Liu1-25/+15
2018-02-28drm/amdgpu: move WB_FREE to correct placeMonk Liu1-5/+7
2018-02-28drm/amdgpu: fix&cleanups for wb_clearMonk Liu1-2/+3
2018-02-19drm/amdgpu: Unify the dm resume calls into oneMikita Lipski1-9/+0
2018-02-19drm/amdgpu: Add place holder for soc15 asic init on emulationShaoyun Liu1-14/+4
2018-02-19drm/amdgpu: Double the timeout count on emulation modeShaoyun Liu1-0/+2
2018-02-19drm/amdgpu: Fix none-powerplay issue when load driver on emulation modeShaoyun Liu1-0/+3
2018-02-19drm/amdgpu: Basic emulation supportShaoyun Liu1-3/+23
2018-02-19drm/amdgpu: Enable ip block bit mask print out info by defaultShaoyun Liu1-1/+1
2018-02-19drm/amdgpu: remove DC special casing for KB/MLAlex Deucher1-3/+2
2018-02-19drm/amdgpu: drop the drm irq pre/post/un install callbacksAlex Deucher1-0/+3
2018-02-19drm/amdgpu: move struct gart_funcs into amdgpu_gmc.hChristian König1-1/+1
2018-02-19drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.hChristian König1-5/+5
2018-01-23drm/amdgpu: Avoid leaking PM domain on driver unbind (v2)Alex Deucher1-2/+0
2018-01-23drm/amdgpu: Reenable manual GPU reset from sysfsAndrey Grodzovsky1-1/+1
2018-01-10drm/amdgpu: fix 64bit BAR detectionChristian König1-1/+1
2017-12-18drm/amdgpu: rename amdgpu_get_pcie_infoAlex Deucher1-1/+1
2017-12-18drm/amdgpu: move amdgpu_need_backup to amdgpu_object.cAlex Deucher1-8/+0
2017-12-18drm/amdgpu: rename amdgpu_gpu_recoverAlex Deucher1-2/+3
2017-12-18drm/amdgpu: move dummy page functions to amdgpu_gart.cAlex Deucher1-45/+0
2017-12-18drm/amdgpu: rename amdgpu_need_postAlex Deucher1-4/+4
2017-12-18drm/amdgpu: rename ip block helper functionsAlex Deucher1-24/+26
2017-12-18drm/amdgpu: move fw_reserve functions to amdgpu_ttm.cAlex Deucher1-95/+0
2017-12-18drm/amdgpu: rename amdgpu_*_location functionsAlex Deucher1-4/+6
2017-12-18drm/amdgpu: move amdgpu_doorbell_get_kfd_info to amdgpu_amdkfd.cAlex Deucher1-32/+1
2017-12-18drm/amdgpu: rename amdgpu_pci_config_resetAlex Deucher1-1/+1
2017-12-18drm/amdgpu: rename amdgpu_program_register_sequenceAlex Deucher1-4/+4
2017-12-18drm/amdgpu: rename amdgpu_wb_* functionsAlex Deucher1-4/+4
2017-12-18drm/amdgpu: move debugfs functions to their own fileAlex Deucher1-768/+1
2017-12-18drm/amdgpu: rename amdgpu_suspend to amdgpu_device_ip_suspendAlex Deucher1-4/+4
2017-12-18drm/amdgpu: use consistent naming for static funcs in amdgpu_device.cAlex Deucher1-86/+90
2017-12-18drm/amdgpu: move atom functions from amdgpu_device.cAlex Deucher1-231/+0
2017-12-15drm/amdgpu: Simplify amdgpu_lockup_timeout usage.Andrey Grodzovsky1-1/+6
2017-12-15drm/amdgpu: Add gpu_recovery parameterAndrey Grodzovsky1-1/+8
2017-12-13drm/amdgpu: drop scratch regs save and restore from GPU reset handlingAlex Deucher1-2/+0
2017-12-13drm/amdgpu: drop scratch regs save and restore from S3/S4 handlingAlex Deucher1-2/+0
2017-12-12drm/amdgpu: no need to evict VRAM in device_finiMonk Liu1-2/+1
2017-12-12drm/amdgpu: add amdgpu_evict_vram debugfs fileChristian König1-1/+12
2017-12-12drm/amdgpu: cleanup debugfs handling a bitChristian König1-35/+11
2017-12-07drm: move amd_gpu_scheduler into common locationLucas Stach1-2/+2
2017-12-06drm/amdgpu: allow specifying vm_block_size for multi level PDs v2Christian König1-13/+1
2017-12-06drm/amdgpu: move validation of the VM size into the VM codeChristian König1-15/+1