HomeSort by: relevance | last modified time | path
    Searched refs: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);
sumod.h 125 #define GFX_INT_REQ 0x120

Completed in 23 milliseconds