Lines Matching full:gfx
28 * GFX stuff
34 /* GFX current status */
118 * GFX configurations
176 /* gfx configure feature */
301 /* gfx status */
312 /* gfx off */
315 … gfx_off_req_count; /* default 1, enable gfx off: dec 1, disable gfx off: ad…
326 #define amdgpu_gfx_get_gpu_clock_counter(adev) (adev)->gfx.funcs->get_gpu_clock_counter((adev))
327 #define amdgpu_gfx_select_se_sh(adev, se, sh, instance) (adev)->gfx.funcs->select_se_sh((adev), (se…
328 #define amdgpu_gfx_select_me_pipe_q(adev, me, pipe, q, vmid) (adev)->gfx.funcs->select_me_pipe_q((a…
329 #define amdgpu_gfx_init_spm_golden(adev) (adev)->gfx.funcs->init_spm_golden((adev))