summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)Author
2018-03-21drm/amdgpu: Fix NULL ptr on driver unload due to init failure.Andrey Grodzovsky
2018-03-21drm/amdgpu: add vega12 to dc support checkAlex Deucher
2018-03-21drm/amdgpu: set asic family and ip blocks for vega12Alex Deucher
2018-03-21drm/amdgpu: add gpu_info firmware for vega12Alex Deucher
2018-03-21drm/amdgpu: add vega12 to asic_type enumFeifei Xu
2018-03-20drm/amdgpu: Fix kernel NULL pointer dereference when amdgpu finiRex Zhu
2018-03-20drm/amdgpu - Disable all irqs before disabling all CRTCsMikita Lipski
2018-03-20drm/amdgpu: Disable irq on device before destroying itMikita Lipski
2018-03-20drm/amdgpu: Use atomic function to disable crtcs with dc enabledMikita Lipski
2018-03-20drm/amdgpu: add documentation for amdgpu_device.cAlex Deucher
2018-03-15drm/amdgpu: Call amdgpu_ucode_fini_bo in amd_powerplay.cRex Zhu
2018-03-15drm/amdgpu: Don't compared ip_block_type with ip_block_indexRex Zhu
2018-03-15drm/amdgpu: Plus NULL function pointer checkRex Zhu
2018-03-14drm/amdgpu: move getting pcie info to common codeAlex Deucher
2018-03-14drm/amdgpu: move firmware loading type setup to common codeAlex Deucher
2018-03-14drm/amdgpu: implement mmio byte access helper for MBMonk Liu
2018-03-14drm/amdgpu: Correct the amdgpu_ucode_fini_bo place for TongaEmily Deng
2018-03-14drm/amdgpu: Correct the place of amdgpu_pm_sysfs_finiEmily Deng
2018-03-01drm/amdgpu: cleanups for vram lost handlingMonk Liu
2018-03-01drm/amdgpu: stop all rings before doing gpu recoverMonk Liu
2018-02-28drm/amdgpu: move WB_FREE to correct placeMonk Liu
2018-02-28drm/amdgpu: fix&cleanups for wb_clearMonk Liu
2018-02-19drm/amdgpu: Unify the dm resume calls into oneMikita Lipski
2018-02-19drm/amdgpu: Add place holder for soc15 asic init on emulationShaoyun Liu
2018-02-19drm/amdgpu: Double the timeout count on emulation modeShaoyun Liu
2018-02-19drm/amdgpu: Fix none-powerplay issue when load driver on emulation modeShaoyun Liu
2018-02-19drm/amdgpu: Basic emulation supportShaoyun Liu
2018-02-19drm/amdgpu: Enable ip block bit mask print out info by defaultShaoyun Liu
2018-02-19drm/amdgpu: remove DC special casing for KB/MLAlex Deucher
2018-02-19drm/amdgpu: drop the drm irq pre/post/un install callbacksAlex Deucher
2018-02-19drm/amdgpu: move struct gart_funcs into amdgpu_gmc.hChristian König
2018-02-19drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.hChristian König
2018-01-23drm/amdgpu: Avoid leaking PM domain on driver unbind (v2)Alex Deucher
2018-01-23drm/amdgpu: Reenable manual GPU reset from sysfsAndrey Grodzovsky
2018-01-10drm/amdgpu: fix 64bit BAR detectionChristian König
2017-12-18drm/amdgpu: rename amdgpu_get_pcie_infoAlex Deucher
2017-12-18drm/amdgpu: move amdgpu_need_backup to amdgpu_object.cAlex Deucher
2017-12-18drm/amdgpu: rename amdgpu_gpu_recoverAlex Deucher
2017-12-18drm/amdgpu: move dummy page functions to amdgpu_gart.cAlex Deucher
2017-12-18drm/amdgpu: rename amdgpu_need_postAlex Deucher
2017-12-18drm/amdgpu: rename ip block helper functionsAlex Deucher
2017-12-18drm/amdgpu: move fw_reserve functions to amdgpu_ttm.cAlex Deucher
2017-12-18drm/amdgpu: rename amdgpu_*_location functionsAlex Deucher
2017-12-18drm/amdgpu: move amdgpu_doorbell_get_kfd_info to amdgpu_amdkfd.cAlex Deucher
2017-12-18drm/amdgpu: rename amdgpu_pci_config_resetAlex Deucher
2017-12-18drm/amdgpu: rename amdgpu_program_register_sequenceAlex Deucher
2017-12-18drm/amdgpu: rename amdgpu_wb_* functionsAlex Deucher
2017-12-18drm/amdgpu: move debugfs functions to their own fileAlex Deucher
2017-12-18drm/amdgpu: rename amdgpu_suspend to amdgpu_device_ip_suspendAlex Deucher
2017-12-18drm/amdgpu: use consistent naming for static funcs in amdgpu_device.cAlex Deucher