Home
last modified time | relevance | path

Searched refs:RPTR_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
Dcik_regs.h52 #define RPTR_BLOCK_SIZE(x) ((x) << 8) macro
54 #define DEFAULT_RPTR_BLOCK_SIZE RPTR_BLOCK_SIZE(5)
/linux-4.4.14/drivers/gpu/drm/radeon/
Dcikd.h1524 #define RPTR_BLOCK_SIZE(x) ((x) << 8) macro
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dgfx_v8_0.c3876 tmp = REG_SET_FIELD(tmp, CP_HQD_PQ_CONTROL, RPTR_BLOCK_SIZE, in gfx_v8_0_cp_compute_resume()