Re: [PATCH 2/5] drm/amdgpu: Add software ring callbacks for gfx9 (v5)

2022-09-21 Thread Christian König
Am 21.09.22 um 11:41 schrieb jiadong@amd.com: From: "Jiadong.Zhu" Set ring functions with software ring callbacks on gfx9. The software ring could be tested by debugfs_test_ib case. v2: Set sw_ring 2 to enable software ring by default. v3: Remove the parameter for software ring

[PATCH 2/5] drm/amdgpu: Add software ring callbacks for gfx9 (v5)

2022-09-21 Thread jiadong.zhu
From: "Jiadong.Zhu" Set ring functions with software ring callbacks on gfx9. The software ring could be tested by debugfs_test_ib case. v2: Set sw_ring 2 to enable software ring by default. v3: Remove the parameter for software ring enablement. v4: Use amdgpu_ring_init/fini for software rings.