Home
last modified time | relevance | path

Searched refs:GFX_CLOCK_STATUS (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsi_enums.h139 #define GFX_CLOCK_STATUS (1 << 2) macro
H A Dsid.h1351 # define GFX_CLOCK_STATUS (1 << 2) macro
/linux/drivers/gpu/drm/radeon/
H A Dsid.h1323 # define GFX_CLOCK_STATUS (1 << 2) macro
H A Dcikd.h1423 # define GFX_CLOCK_STATUS (1 << 2) macro
H A Dsi.c5142 mask = RLC_BUSY_STATUS | GFX_POWER_STATUS | GFX_CLOCK_STATUS | GFX_LS_STATUS; in si_enable_gui_idle_interrupt()
5144 if ((RREG32(RLC_STAT) & mask) == (GFX_CLOCK_STATUS | GFX_POWER_STATUS)) in si_enable_gui_idle_interrupt()
H A Dcik.c5846 mask = GFX_POWER_STATUS | GFX_CLOCK_STATUS; in cik_enter_rlc_safe_mode()