Searched refs:gpuState (Results 1 – 2 of 2) sorted by relevance
106 struct gpu_state gpuState; in radeon_gpu_reset() local107 radeon_gpu_mc_halt(&gpuState); in radeon_gpu_reset()221 radeon_gpu_mc_resume(&gpuState); in radeon_gpu_reset()270 radeon_gpu_mc_halt(gpu_state* gpuState) in radeon_gpu_mc_halt() argument273 gpuState->d1vgaControl = Read32(OUT, AVIVO_D1VGA_CONTROL); in radeon_gpu_mc_halt()274 gpuState->d2vgaControl = Read32(OUT, AVIVO_D2VGA_CONTROL); in radeon_gpu_mc_halt()275 gpuState->vgaRenderControl = Read32(OUT, AVIVO_VGA_RENDER_CONTROL); in radeon_gpu_mc_halt()276 gpuState->vgaHdpControl = Read32(OUT, AVIVO_VGA_HDP_CONTROL); in radeon_gpu_mc_halt()277 gpuState->d1crtcControl = Read32(OUT, AVIVO_D1CRTC_CONTROL); in radeon_gpu_mc_halt()278 gpuState->d2crtcControl = Read32(OUT, AVIVO_D2CRTC_CONTROL); in radeon_gpu_mc_halt()[all …]
178 void radeon_gpu_mc_halt(struct gpu_state *gpuState);179 void radeon_gpu_mc_resume(struct gpu_state *gpuState);