aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/si.c
Commit message (Collapse)AuthorAgeFilesLines
...
* drm/amdgpu: enable virtual dce on SIAlex Deucher2016-10-251-4/+136
| | | | | | Add the proper IP module when requested. Signed-off-by: Alex Deucher <[email protected]>
* drm/amdgpu:changes of virtualization cases probe (v3)Monk Liu2016-09-191-7/+7
| | | | | | | | | | | | | 1,Changes on virtualization detections 2,Don't load smu & mc firmware if using sr-iov bios 3,skip vPost for sriov & force vPost if dev pass-through v2: agd: squash in Rays's fix for the missed SI case v3: agd: squash in additional fixes for CIK, SI, cleanup Signed-off-by: Monk Liu <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
* drm/amdgpu: enable SI DPMMaruthi Srinivas Bayyavarapu2016-08-311-4/+4
| | | | | | Signed-off-by: Maruthi Bayyavarapu <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
* drm/amdgpu: introduce pcie port read/write entryHuang Rui2016-08-311-52/+54
| | | | | | | | | | This patch adds pcie port read/write entry, because it will be also used on si dpm part. Acked-by: Christian König <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Huang Rui <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
* drm/amdgpu: add si implementation v10Ken Wang2016-08-311-0/+1963
v5: rebase fixes v6: add mgcg arrays v7: rebase fixes v8: rebase fixes v9: add get_disabled_bios(), make get_xclk static v10: fix oland and hainan asic specific handle at si_program_aspm Signed-off-by: Ken Wang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>