HomeSort by: relevance | last modified time | path
    Searched defs:gfx_int_req (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_sumo_smc.c 42 u32 gfx_int_req; local in function:sumo_send_msg_to_smu
51 gfx_int_req = SERV_INDEX(id) | INT_REQ;
52 WREG32(GFX_INT_REQ, gfx_int_req);
55 if (RREG32(GFX_INT_REQ) & INT_REQ)
72 gfx_int_req &= ~INT_REQ;
73 WREG32(GFX_INT_REQ, gfx_int_req);
radeon_sumo_smc.c 42 u32 gfx_int_req; local in function:sumo_send_msg_to_smu
51 gfx_int_req = SERV_INDEX(id) | INT_REQ;
52 WREG32(GFX_INT_REQ, gfx_int_req);
55 if (RREG32(GFX_INT_REQ) & INT_REQ)
72 gfx_int_req &= ~INT_REQ;
73 WREG32(GFX_INT_REQ, gfx_int_req);

Completed in 22 milliseconds