Searched refs:gpuState (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/accelerants/radeon_hd/
H A Dgpu.cpp106 struct gpu_state gpuState; local
107 radeon_gpu_mc_halt(&gpuState);
221 radeon_gpu_mc_resume(&gpuState);
270 radeon_gpu_mc_halt(gpu_state* gpuState) argument
273 gpuState->d1vgaControl = Read32(OUT, AVIVO_D1VGA_CONTROL);
274 gpuState->d2vgaControl = Read32(OUT, AVIVO_D2VGA_CONTROL);
275 gpuState->vgaRenderControl = Read32(OUT, AVIVO_VGA_RENDER_CONTROL);
276 gpuState->vgaHdpControl = Read32(OUT, AVIVO_VGA_HDP_CONTROL);
277 gpuState->d1crtcControl = Read32(OUT, AVIVO_D1CRTC_CONTROL);
278 gpuState
294 radeon_gpu_mc_resume(gpu_state* gpuState) argument
372 struct gpu_state gpuState; local
432 struct gpu_state gpuState; local
492 struct gpu_state gpuState; local
[all...]
H A Dgpu.h178 void radeon_gpu_mc_halt(struct gpu_state *gpuState);
179 void radeon_gpu_mc_resume(struct gpu_state *gpuState);

Completed in 22 milliseconds