Home
last modified time | relevance | path

Searched refs:AUTO_CTXSW_ENABLE (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
HDcik_sdma.c314 value |= AUTO_CTXSW_ENABLE; in cik_sdma_ctx_switch_enable()
316 value &= ~AUTO_CTXSW_ENABLE; in cik_sdma_ctx_switch_enable()
HDcikd.h1966 # define AUTO_CTXSW_ENABLE (1 << 18) macro
/dragonfly/sys/dev/drm/amd/amdgpu/
HDsdma_v3_0.c584 AUTO_CTXSW_ENABLE, 1); in sdma_v3_0_ctx_switch_enable()
595 AUTO_CTXSW_ENABLE, 0); in sdma_v3_0_ctx_switch_enable()
HDsdma_v4_0.c570 AUTO_CTXSW_ENABLE, enable ? 1 : 0); in sdma_v4_0_ctx_switch_enable()