Home
last modified time | relevance | path

Searched refs:CTXEMPTY_INT_ENABLE (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/gpu/drm/radeon/
H A Dni_dma.c239 dma_cntl &= ~CTXEMPTY_INT_ENABLE; in cayman_dma_resume()
H A Dr600_dma.c160 dma_cntl &= ~CTXEMPTY_INT_ENABLE; in r600_dma_resume()
H A Dnid.h1329 # define CTXEMPTY_INT_ENABLE (1 << 28) macro
H A Dsid.h1839 # define CTXEMPTY_INT_ENABLE (1 << 28) macro
H A Dcikd.h1967 # define CTXEMPTY_INT_ENABLE (1 << 28) macro
H A Devergreend.h1410 # define CTXEMPTY_INT_ENABLE (1 << 28) macro
H A Dr600d.h637 # define CTXEMPTY_INT_ENABLE (1 << 28) macro
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsi_dma.c168 dma_cntl &= ~CTXEMPTY_INT_ENABLE; in si_dma_start()
H A Dsid.h1903 # define CTXEMPTY_INT_ENABLE (1 << 28) macro
H A Dsdma_v6_0.c437 CTXEMPTY_INT_ENABLE, enable ? 1 : 0); in sdma_v6_0_ctxempty_int_enable()
H A Dsdma_v4_4_2.c957 temp = REG_SET_FIELD(temp, SDMA_CNTL, CTXEMPTY_INT_ENABLE, 1); in sdma_v4_4_2_inst_start()