Lines Matching full:gfx
28 * GFX stuff
37 /* GFX current status */
114 * GFX configurations
172 /* gfx configure feature */
327 /* gfx status */
338 /* gfx off */
341 … gfx_off_req_count; /* default 1, enable gfx off: dec 1, disable gfx off: ad…
342 struct delayed_work gfx_off_delay_work; /* async work to set gfx block off */
357 #define amdgpu_gfx_get_gpu_clock_counter(adev) (adev)->gfx.funcs->get_gpu_clock_counter((adev))
358 #define amdgpu_gfx_select_se_sh(adev, se, sh, instance) (adev)->gfx.funcs->select_se_sh((adev), (se…
359 #define amdgpu_gfx_select_me_pipe_q(adev, me, pipe, q, vmid) (adev)->gfx.funcs->select_me_pipe_q((a…
360 #define amdgpu_gfx_init_spm_golden(adev) (adev)->gfx.funcs->init_spm_golden((adev))