summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-05drm/amd/amdgpu: add query GFX cu info in CGS query system infoEric Huang1-0/+5
2016-05-05drm/amd/amdgpu: Add smc_sk firmware in baffin & ellesmere.yanyang11-3/+9
2016-05-05drm/amd/powerplay: add smu support for ellesmere/baffinrezhu1-2/+9
2016-05-05drm/amd: make a type-safe cgs_device struct. (v2)Dave Airlie1-46/+46
2016-04-01drm/amdgpu: add an cgs interface to notify amdgpu the dpm state.Rex Zhu1-0/+11
2016-04-01drm/amd/powerplay: fix segment fault issue in multi-display case.Rex Zhu1-5/+8
2016-02-08drm/amdgpu: add a cgs interface to fetch cg and pg flagsAlex Deucher1-0/+6
2016-01-11drm/amdgpu/cgs: add an interface to access PCI resourcesAlex Deucher1-0/+36
2016-01-05drm/amdgpu/cgs: cleanup some indentingDan Carpenter1-9/+9
2015-12-22drm/amdgpu/cgs: add sys info query for pcie gen and link widthAlex Deucher1-0/+6
2015-12-22drm/amd/amdgpu: enable powerplay and smc firmware loading for Fiji.Eric Huang1-0/+3
2015-12-22drm/amdgpu: add new cgs interface to get display info (v2)Rex Zhu1-0/+40
2015-12-22drm/amdgpu: implement cgs interface to query system infoRex Zhu1-0/+23
2015-12-22drm/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-24drm/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