Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/radeon/
Drv770.c906 EFFECTIVE_L2_QUEUE_SIZE(7)); in rv770_pcie_gart_enable()
952 EFFECTIVE_L2_QUEUE_SIZE(7)); in rv770_pcie_gart_disable()
983 EFFECTIVE_L2_QUEUE_SIZE(7)); in rv770_agp_enable()
Drv770d.h645 #define EFFECTIVE_L2_QUEUE_SIZE(x) (((x) & 7) << 14) macro
Dnid.h109 #define EFFECTIVE_L2_QUEUE_SIZE(x) (((x) & 7) << 14) macro
Dni.c1302 EFFECTIVE_L2_QUEUE_SIZE(7) | in cayman_pcie_gart_enable()
1381 EFFECTIVE_L2_QUEUE_SIZE(7) | in cayman_pcie_gart_disable()
Dsid.h376 #define EFFECTIVE_L2_QUEUE_SIZE(x) (((x) & 7) << 15) macro
Dcikd.h496 #define EFFECTIVE_L2_QUEUE_SIZE(x) (((x) & 7) << 15) macro
Dr600.c1137 EFFECTIVE_L2_QUEUE_SIZE(7)); in r600_pcie_gart_enable()
1190 EFFECTIVE_L2_QUEUE_SIZE(7)); in r600_pcie_gart_disable()
1229 EFFECTIVE_L2_QUEUE_SIZE(7)); in r600_agp_enable()
Devergreen.c2509 EFFECTIVE_L2_QUEUE_SIZE(7)); in evergreen_pcie_gart_enable()
2562 EFFECTIVE_L2_QUEUE_SIZE(7)); in evergreen_pcie_gart_disable()
2592 EFFECTIVE_L2_QUEUE_SIZE(7)); in evergreen_agp_enable()
Devergreend.h1154 #define EFFECTIVE_L2_QUEUE_SIZE(x) (((x) & 7) << 14) macro
Dr600d.h591 #define EFFECTIVE_L2_QUEUE_SIZE(x) (((x) & 7) << 13) macro
Dsi.c4301 EFFECTIVE_L2_QUEUE_SIZE(7) | in si_pcie_gart_enable()
4387 EFFECTIVE_L2_QUEUE_SIZE(7) | in si_pcie_gart_disable()
Dcik.c5872 EFFECTIVE_L2_QUEUE_SIZE(7) | in cik_pcie_gart_enable()
5991 EFFECTIVE_L2_QUEUE_SIZE(7) | in cik_pcie_gart_disable()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dgmc_v8_0.c602 tmp = REG_SET_FIELD(tmp, VM_L2_CNTL, EFFECTIVE_L2_QUEUE_SIZE, 7); in gmc_v8_0_gart_enable()
Dgmc_v7_0.c539 tmp = REG_SET_FIELD(tmp, VM_L2_CNTL, EFFECTIVE_L2_QUEUE_SIZE, 7); in gmc_v7_0_gart_enable()