Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/radeon/
Drv770.c908 EFFECTIVE_L2_QUEUE_SIZE(7)); in rv770_pcie_gart_enable()
954 EFFECTIVE_L2_QUEUE_SIZE(7)); in rv770_pcie_gart_disable()
985 EFFECTIVE_L2_QUEUE_SIZE(7)); in rv770_agp_enable()
Drv770d.h646 #define EFFECTIVE_L2_QUEUE_SIZE(x) (((x) & 7) << 14) macro
Dnid.h109 #define EFFECTIVE_L2_QUEUE_SIZE(x) (((x) & 7) << 14) macro
Dni.c1295 EFFECTIVE_L2_QUEUE_SIZE(7) | in cayman_pcie_gart_enable()
1374 EFFECTIVE_L2_QUEUE_SIZE(7) | in cayman_pcie_gart_disable()
Dsid.h376 #define EFFECTIVE_L2_QUEUE_SIZE(x) (((x) & 7) << 15) macro
Dcikd.h494 #define EFFECTIVE_L2_QUEUE_SIZE(x) (((x) & 7) << 15) macro
Dr600.c1139 EFFECTIVE_L2_QUEUE_SIZE(7)); in r600_pcie_gart_enable()
1192 EFFECTIVE_L2_QUEUE_SIZE(7)); in r600_pcie_gart_disable()
1231 EFFECTIVE_L2_QUEUE_SIZE(7)); in r600_agp_enable()
Devergreen.c2408 EFFECTIVE_L2_QUEUE_SIZE(7)); in evergreen_pcie_gart_enable()
2461 EFFECTIVE_L2_QUEUE_SIZE(7)); in evergreen_pcie_gart_disable()
2491 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.c4305 EFFECTIVE_L2_QUEUE_SIZE(7) | in si_pcie_gart_enable()
4391 EFFECTIVE_L2_QUEUE_SIZE(7) | in si_pcie_gart_disable()
Dcik.c5453 EFFECTIVE_L2_QUEUE_SIZE(7) | in cik_pcie_gart_enable()
5570 EFFECTIVE_L2_QUEUE_SIZE(7) | in cik_pcie_gart_disable()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dgmc_v7_0.c628 tmp = REG_SET_FIELD(tmp, VM_L2_CNTL, EFFECTIVE_L2_QUEUE_SIZE, 7); in gmc_v7_0_gart_enable()
Dsid.h378 #define EFFECTIVE_L2_QUEUE_SIZE(x) (((x) & 7) << 15) macro
Dgmc_v8_0.c833 tmp = REG_SET_FIELD(tmp, VM_L2_CNTL, EFFECTIVE_L2_QUEUE_SIZE, 7); in gmc_v8_0_gart_enable()