Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-20 | drm/amdgpu: drop navi reg init functions | Alex Deucher | 1 | -9/+0 | |
No longer used since IP enumeration is driven by the IP discovery table now. Acked-by: Evan Quan <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2021-10-20 | drm/amdgpu: drop nv_set_ip_blocks() | Alex Deucher | 1 | -1/+0 | |
No longer used since IP enumeration is now driven by amdgpu IP discovery code. Acked-by: Evan Quan <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2021-10-04 | drm/amdgpu/nv: export common IP functions | Alex Deucher | 1 | -0/+2 | |
So they can be driven by IP dicovery table. Reviewed-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2021-07-23 | drm/amdgpu: dynamic initialize ip offset for cyan_skillfish | Tao Zhou | 1 | -0/+1 | |
Add ip offset definition for cyan_skillfish and initialize it. v2: squash in ip_offset updates (Alex) Signed-off-by: Tao Zhou <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2021-06-04 | drm/amdgpu: add yellow_carp_reg_base_init function for yellow carp (v2) | Alex Deucher | 1 | -0/+2 | |
This patch adds yellow_carp_reg_base_init function to init the register base for yellow carp. v2: squash in updates (Alex) Signed-off-by: Aaron Liu <[email protected]> Reviewed-by: Huang Rui <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2021-05-19 | drm/amd/amdgpu: initialize IP offset for beige_goby | Chengming Gui | 1 | -0/+1 | |
Add ip offset definition for beige_goby and initialize it v2: squash in fixes (Alex) V3: fix permissions on file (Alex) Signed-off-by: Chengming Gui <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Reviewed-by: Tao Zhou <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2020-10-12 | drm/amdgpu: initialize IP offset for dimgrey_cavefish | Tao Zhou | 1 | -0/+1 | |
Add ip offset definition for dimgrey_cavefish and initialize it. Signed-off-by: Tao Zhou <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Reviewed-by: Jiansong Chen <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2020-10-05 | drm/amdgpu: add vangogh_reg_base_init function for van gogh | Huang Rui | 1 | -0/+1 | |
This patch adds vangogh_reg_base_init function to init the register base for van gogh. v2: make vangogh_reg_base_init void, align equality sign Signed-off-by: Huang Rui <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2020-07-02 | drm/amdgpu: request init data in virt detection | Wenhui Sheng | 1 | -0/+1 | |
Move request init data to virt detection func, so we can insert request full access between request init data and set ip blocks. Signed-off-by: Wenhui Sheng <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2020-06-03 | drm/amdgpu: initialize IP offset for sienna_cichlid (v2) | Likun Gao | 1 | -0/+1 | |
Add IP offset headers and state. V2: squash in updates (Alex) Signed-off-by: Likun Gao <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2019-08-02 | drm/amdgpu: initialize reg base for navi12 | Xiaojie Yuan | 1 | -0/+1 | |
Set up the register offset map for navi12. Signed-off-by: Xiaojie Yuan <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2019-07-18 | drm/amdgpu/soc15: initialize reg base for navi14 (v2) | Xiaojie Yuan | 1 | -0/+1 | |
Initialize the IP register base offsets for navi14. v2: squash in MP, CLK, THM updates Signed-off-by: Xiaojie Yuan <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Reviewed-by: Jack Xiao <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2019-06-21 | drm/amdgpu: add navi10 common ip block (v3) | Hawking Zhang | 1 | -0/+33 | |
This adds the core SOC code for navi asics. v1: add place holder and initial basic function (Ray) v2: add new introduced functions to avoid reference NULL pointer (Hawking) v3L squash in updates (Alex) Signed-off-by: Huang Rui <[email protected]> Signed-off-by: Hawking Zhang <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> |