Home
last modified time | relevance | path

Searched refs:EFFECTIVE_L1_QUEUE_SIZE (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/radeon/
Drv770.c916 EFFECTIVE_L1_TLB_SIZE(5) | EFFECTIVE_L1_QUEUE_SIZE(5); in rv770_pcie_gart_enable()
959 tmp = EFFECTIVE_L1_TLB_SIZE(5) | EFFECTIVE_L1_QUEUE_SIZE(5); in rv770_pcie_gart_disable()
993 EFFECTIVE_L1_TLB_SIZE(5) | EFFECTIVE_L1_QUEUE_SIZE(5); in rv770_agp_enable()
Drv770d.h473 #define EFFECTIVE_L1_QUEUE_SIZE(x) ((x)<<18) macro
Dr600.c1150 EFFECTIVE_L1_TLB_SIZE(5) | EFFECTIVE_L1_QUEUE_SIZE(5) | in r600_pcie_gart_enable()
1200 tmp = EFFECTIVE_L1_TLB_SIZE(5) | EFFECTIVE_L1_QUEUE_SIZE(5) | in r600_pcie_gart_disable()
1242 EFFECTIVE_L1_TLB_SIZE(5) | EFFECTIVE_L1_QUEUE_SIZE(5) | in r600_agp_enable()
Devergreen.c2422 EFFECTIVE_L1_TLB_SIZE(5) | EFFECTIVE_L1_QUEUE_SIZE(5); in evergreen_pcie_gart_enable()
2472 tmp = EFFECTIVE_L1_TLB_SIZE(5) | EFFECTIVE_L1_QUEUE_SIZE(5); in evergreen_pcie_gart_disable()
2505 EFFECTIVE_L1_TLB_SIZE(5) | EFFECTIVE_L1_QUEUE_SIZE(5); in evergreen_agp_enable()
Devergreend.h963 #define EFFECTIVE_L1_QUEUE_SIZE(x) ((x)<<18) macro
Dr600d.h348 #define EFFECTIVE_L1_QUEUE_SIZE(x) (((x) & 7) << 15) macro