Searched refs:select_se_sh (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_gfx.h | 204 void (*select_se_sh)(struct amdgpu_device *adev, u32 se_num, member 327 #define amdgpu_gfx_select_se_sh(adev, se, sh, instance) (adev)->gfx.funcs->select_se_sh((adev), (se), (sh), (instance))
|
H A D | gfx_v6_0.c | 3048 .select_se_sh = &gfx_v6_0_select_se_sh,
|
H A D | gfx_v9_0.c | 2085 .select_se_sh = &gfx_v9_0_select_se_sh, 2097 .select_se_sh = &gfx_v9_0_select_se_sh,
|
H A D | gfx_v7_0.c | 4215 .select_se_sh = &gfx_v7_0_select_se_sh,
|
H A D | gfx_v8_0.c | 5289 .select_se_sh = &gfx_v8_0_select_se_sh,
|
H A D | gfx_v10_0.c | 4167 * field when performing a select_se_sh so it should be in gfx_v10_0_read_wave_data() 4220 .select_se_sh = &gfx_v10_0_select_se_sh,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_gfx.h | 285 void (*select_se_sh)(struct amdgpu_device *adev, u32 se_num, member 458 #define amdgpu_gfx_select_se_sh(adev, se, sh, instance, xcc_id) ((adev)->gfx.funcs->select_se_sh((adev), (se), (sh), (instance), (xcc_id)))
|
H A D | gfx_v6_0.c | 3013 .select_se_sh = &gfx_v6_0_select_se_sh,
|
H A D | gfx_v9_4_3.c | 669 .select_se_sh = &gfx_v9_4_3_xcc_select_se_sh,
|
H A D | gfx_v7_0.c | 4154 .select_se_sh = &gfx_v7_0_select_se_sh,
|
H A D | gfx_v9_0.c | 1815 .select_se_sh = &gfx_v9_0_select_se_sh,
|
H A D | gfx_v8_0.c | 5255 .select_se_sh = &gfx_v8_0_select_se_sh,
|
H A D | gfx_v11_0.c | 783 * field when performing a select_se_sh so it should be in gfx_v11_0_read_wave_data() 856 .select_se_sh = &gfx_v11_0_select_se_sh,
|
H A D | gfx_v10_0.c | 4273 * field when performing a select_se_sh so it should be in gfx_v10_0_read_wave_data() 4343 .select_se_sh = &gfx_v10_0_select_se_sh,
|
Completed in 91 milliseconds