aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-11drm/amdgpu/cgs: add an interface to access PCI resourcesAlex Deucher1-0/+36
2016-01-04drm/amdgpu/cgs: cleanup some indentingDan Carpenter1-9/+9
2015-12-21drm/amdgpu/cgs: add sys info query for pcie gen and link widthAlex Deucher1-0/+6
2015-12-21drm/amd/amdgpu: enable powerplay and smc firmware loading for Fiji.Eric Huang1-0/+3
2015-12-21drm/amdgpu: add new cgs interface to get display info (v2)Rex Zhu1-0/+40
2015-12-21drm/amdgpu: implement cgs interface to query system infoRex Zhu1-0/+23
2015-12-21drm/amdgpu: implement new cgs interface for acpi functionRex Zhu1-2/+218
2015-09-30drm/amdgpu/cgs: remove import_gpu_memAlex Deucher1-39/+0
2015-09-23drm/amdgpu: export reservation_object from dmabuf to ttm (v2)Christian König1-2/+3
2015-08-17drm/amdgpu: add cgs_interface for pg and cgrezhu1-1/+46
2015-08-17drm/amdgpu: add cgs_get_firmware_info interface v2Jammy Zhou1-1/+121
2015-08-17drm/amdgpu: implement cgs gpu memory callbacksChunming Zhou1-12/+226
2015-08-17drm/amdgpu: add atom interfaces for CGSChunming Zhou1-6/+22
2015-08-17drm/amdgpu: Implement irq interfaces for CGSAlex Deucher1-6/+75
2015-08-17drm/amdgpu: Implement the pciconfig callbacks for CGSChunming Zhou1-12/+28
2015-08-17drm/amdgpu: Implement mmio callbacks for CGSChunming Zhou1-7/+38
2015-08-17drm/amd: Add CGS interfacesChunming Zhou1-0/+327