summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
AgeCommit message (Expand)AuthorLines
2019-02-15drm/amdgpu: Check if fd really is an amdgpu fd.Bas Nieuwenhuizen-0/+2
2019-01-25drm/amdgpu: Fix sdma doorbell range settingOak Zeng-1/+1
2019-01-14drm/amdgpu: add need_reset_on_init asic callback (v2)Alex Deucher-0/+3
2019-01-14drm/amdgpu: Add sysfs file for PCIe usage v5Kent Russell-0/+4
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-137/+17
2018-12-10drm/amdgpu: Limit vm max ctx number to 4096Rex Zhu-0/+1
2018-12-07drm/amdgpu: Add KFD VRAM limit checkingFelix Kuehling-3/+4
2018-12-04drm/amdgpu: enlarge maximum waiting time of KIQwentalou-1/+1
2018-12-03drm/amdgpu: Implement concurrent asic reset for XGMI.Andrey Grodzovsky-0/+2
2018-11-28drm/amdgpu: Refactor GPU reset for XGMI hive caseAndrey Grodzovsky-0/+1
2018-11-28drm/amdgpu: Refactor amdgpu_xgmi_add_deviceAndrey Grodzovsky-6/+0
2018-11-28drm/amdgpu: Move doorbell structures to seperate fileOak Zeng-220/+1
2018-11-28drm/amdgpu: Doorbell layout for vega20 and future asicOak Zeng-0/+50
2018-11-28drm/amdgpu: Vega10 doorbell index initializationOak Zeng-10/+4
2018-11-28drm/amdgpu: Add asic func interface to init doorbell indexOak Zeng-0/+3
2018-11-28drm/amdgpu: Add field in amdgpu_dev to hold reserved doorbell indexOak Zeng-0/+50
2018-11-26drm/amd: Query and use ACPI backlight capsDavid Francis-0/+3
2018-11-07drm/amdgpu: add DC feature mask module parameterAlex Deucher-0/+1
2018-11-06drm/amdgpu: add DC feature mask module parameterAlex Deucher-0/+1
2018-11-05drm/amdgpu: Move csa related code to separate fileRex Zhu-0/+1
2018-11-05drm/amdgpu: use scheduler fault instead of reset workChristian König-1/+0
2018-11-05drm/amdgpu: fix sdma doorbell comments typoFrank.Min-1/+1
2018-10-09drm/amdgpu: Move gfx flag in_suspend to adevRex Zhu-0/+3
2018-10-09drm/amdgpu: Drop dead define in amdgpu.hRex Zhu-28/+0
2018-10-09drm/amdgpu: added AMD GPU instance counting V2Evan Quan-0/+18
2018-09-26drm/amdgpu/sriov: Correct the setting about sdma doorbell offset of Vega10Emily Deng-0/+9
2018-09-26drm/amdgpu: Doorbell assignment for 8 sdma user queue per engineShaoyun Liu-7/+7
2018-09-26Revert "drm/amdgpu: remove fence fallback"Andrey Grodzovsky-0/+1
2018-09-19drm/amdgpu: remove fence fallbackChristian König-1/+0
2018-09-10drm/amdgpu : Generate XGMI topology info from driver levelShaoyun Liu-0/+6
2018-08-29drm/amdgpu: move amdgpu_device_(vram|gtt)_locationChristian König-4/+0
2018-08-27drm/amdgpu: cleanup GPU recovery check a bit (v2)Christian König-1/+2
2018-08-27drm/amdgpu: use kiq to do invalidate tlbEmily Deng-0/+4
2018-08-27drm/amdgpu: use entity instead of ring for CSChristian König-1/+1
2018-08-27drm/amdgpu: move context related stuff to amdgpu_ctx.hChristian König-57/+2
2018-08-27drm/amdgpu: remove the queue managerChristian König-24/+3
2018-08-27drm/amdgpu: move missed gfxoff entry into amdgpu_gfx headerHuang Rui-1/+0
2018-08-27drm/amdgpu: move vm definitions into amdgpu_vm headerHuang Rui-24/+0
2018-08-27drm/amdgpu: move gmc macros into amdgpu_gmc headerHuang Rui-6/+0
2018-08-27drm/amdgpu: move display definitions into amdgpu_display headerHuang Rui-13/+0
2018-08-27drm/amdgpu: remove useless gds switch macroHuang Rui-1/+0
2018-08-27drm/amdgpu: move ring macros into amdgpu_ring headerHuang Rui-23/+0
2018-08-27drm/amdgpu: move gem definitions into amdgpu_gem headerHuang Rui-60/+1
2018-08-27drm/amdgpu: move psp macro into amdgpu_psp headerHuang Rui-1/+0
2018-08-27drm/amdgpu: move firmware definitions into amdgpu_ucode headerHuang Rui-27/+0
2018-08-27drm/amdgpu: move sdma definitions into amdgpu_sdma headerHuang Rui-86/+1
2018-08-27drm/amdgpu: move ih definitions into amdgpu_ih headerHuang Rui-14/+0
2018-08-27drm/amdgpu: move gfx definitions into amdgpu_gfx headerHuang Rui-281/+1
2018-08-27drm/amdgpu: Put enable gfx off feature to a delay threadRex Zhu-0/+2
2018-08-27drm/amdgpu: Add amdgpu_gfx_off_ctrl functionRex Zhu-0/+5