Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/
H A Dmsm_gpu.c121 gpu->needs_hw_init = true; in msm_gpu_pm_resume()
166 if (!gpu->needs_hw_init) in msm_gpu_hw_init()
172 gpu->needs_hw_init = false; in msm_gpu_hw_init()
H A Dmsm_gpu.h213 bool needs_hw_init; member
/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.c1680 if (!stalled && !gpu->needs_hw_init && in a6xx_gpu_state_get()
1712 a6xx_state->gpu_initialized = !gpu->needs_hw_init; in a6xx_gpu_state_get()
H A Da6xx_gpu.c2144 gpu->needs_hw_init = true; in a6xx_gmu_pm_resume()
2175 gpu->needs_hw_init = true; in a6xx_pm_resume()
H A Da6xx_gmu.c1426 if (adreno_gpu->base.needs_hw_init) { in a6xx_gmu_shutdown()