Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amdgpu: init gfx config for gfx v11_0_3

initialize some gfx config for gfx v11_0_3

Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Frank Min <Frank.Min@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Hawking Zhang and committed by
Alex Deucher
a3813175 701a4ad9

+2
+2
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
··· 1114 1114 switch (adev->ip_versions[GC_HWIP][0]) { 1115 1115 case IP_VERSION(11, 0, 0): 1116 1116 case IP_VERSION(11, 0, 2): 1117 + case IP_VERSION(11, 0, 3): 1117 1118 adev->gfx.config.max_hw_contexts = 8; 1118 1119 adev->gfx.config.sc_prim_fifo_size_frontend = 0x20; 1119 1120 adev->gfx.config.sc_prim_fifo_size_backend = 0x100; ··· 1550 1549 case IP_VERSION(11, 0, 0): 1551 1550 case IP_VERSION(11, 0, 1): 1552 1551 case IP_VERSION(11, 0, 2): 1552 + case IP_VERSION(11, 0, 3): 1553 1553 adev->gfx.me.num_me = 1; 1554 1554 adev->gfx.me.num_pipe_per_me = 1; 1555 1555 adev->gfx.me.num_queue_per_pipe = 1;