Home
last modified time | relevance | path

Searched refs:needs_hw_init (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/msm/adreno/
Da5xx_debugfs.c130 gpu->needs_hw_init = true; in reset_set()
Da6xx_gpu_state.c1009 if (!stalled && !gpu->needs_hw_init && in a6xx_gpu_state_get()
1027 a6xx_state->gpu_initialized = !gpu->needs_hw_init; in a6xx_gpu_state_get()
Da6xx_gpu.c1668 gpu->needs_hw_init = true; in a6xx_pm_resume()
/linux-6.1.9/drivers/gpu/drm/msm/
Dmsm_gpu.c121 gpu->needs_hw_init = true; in msm_gpu_pm_resume()
168 if (!gpu->needs_hw_init) in msm_gpu_hw_init()
174 gpu->needs_hw_init = false; in msm_gpu_hw_init()
Dmsm_gpu.h215 bool needs_hw_init; member