mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-05-02 13:25:57 +00:00
drm/amdgpu/gfx10: set number of me(c)/pipe/queue for navi12
Same as other navi asics. Signed-off-by: Xiaojie Yuan <xiaojie.yuan@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
716e9bb099
commit
9ff3dba6d6
1 changed files with 1 additions and 0 deletions
|
@ -1228,6 +1228,7 @@ static int gfx_v10_0_sw_init(void *handle)
|
|||
switch (adev->asic_type) {
|
||||
case CHIP_NAVI10:
|
||||
case CHIP_NAVI14:
|
||||
case CHIP_NAVI12:
|
||||
adev->gfx.me.num_me = 1;
|
||||
adev->gfx.me.num_pipe_per_me = 2;
|
||||
adev->gfx.me.num_queue_per_pipe = 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue