Home
last modified time | relevance | path

Searched refs:EFFECTIVE_L2_QUEUE_SIZE (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/gpu/drm/radeon/
H A Drv770d.h646 #define EFFECTIVE_L2_QUEUE_SIZE(x) (((x) & 7) << 14) macro
H A Dnid.h109 #define EFFECTIVE_L2_QUEUE_SIZE(x) (((x) & 7) << 14) macro
H A Dni.c1272 EFFECTIVE_L2_QUEUE_SIZE(7) | in cayman_pcie_gart_enable()
1351 EFFECTIVE_L2_QUEUE_SIZE(7) | in cayman_pcie_gart_disable()
H A Dsid.h376 #define EFFECTIVE_L2_QUEUE_SIZE(x) (((x) & 7) << 15) macro
H A Dcikd.h494 #define EFFECTIVE_L2_QUEUE_SIZE(x) (((x) & 7) << 15) macro
H A Dr600.c1144 EFFECTIVE_L2_QUEUE_SIZE(7)); in r600_pcie_gart_enable()
1197 EFFECTIVE_L2_QUEUE_SIZE(7)); in r600_pcie_gart_disable()
1236 EFFECTIVE_L2_QUEUE_SIZE(7)); in r600_agp_enable()
H A Devergreen.c2415 EFFECTIVE_L2_QUEUE_SIZE(7)); in evergreen_pcie_gart_enable()
2468 EFFECTIVE_L2_QUEUE_SIZE(7)); in evergreen_pcie_gart_disable()
2498 EFFECTIVE_L2_QUEUE_SIZE(7)); in evergreen_agp_enable()
H A Devergreend.h1154 #define EFFECTIVE_L2_QUEUE_SIZE(x) (((x) & 7) << 14) macro
H A Dr600d.h591 #define EFFECTIVE_L2_QUEUE_SIZE(x) (((x) & 7) << 13) macro
H A Dsi.c4289 EFFECTIVE_L2_QUEUE_SIZE(7) | in si_pcie_gart_enable()
4375 EFFECTIVE_L2_QUEUE_SIZE(7) | in si_pcie_gart_disable()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgmc_v7_0.c637 tmp = REG_SET_FIELD(tmp, VM_L2_CNTL, EFFECTIVE_L2_QUEUE_SIZE, 7); in gmc_v7_0_gart_enable()
H A Dgmc_v8_0.c852 tmp = REG_SET_FIELD(tmp, VM_L2_CNTL, EFFECTIVE_L2_QUEUE_SIZE, 7); in gmc_v8_0_gart_enable()