/linux/drivers/gpu/drm/radeon/ |
H A D | trinityd.h | 226 #define GB_ADDR_CONFIG 0x98f8 macro
|
H A D | sumod.h | 370 #define GB_ADDR_CONFIG 0x98f8 macro
|
H A D | trinity_dpm.c | 403 RREG32(GB_ADDR_CONFIG); in trinity_gfx_clockgating_enable() 464 RREG32(GB_ADDR_CONFIG); in trinity_gfx_powergating_enable()
|
H A D | nid.h | 431 #define GB_ADDR_CONFIG 0x98F8 macro
|
H A D | sumo_dpm.c | 94 RREG32(GB_ADDR_CONFIG); in sumo_gfx_clockgating_enable() 278 RREG32(GB_ADDR_CONFIG); in sumo_gfx_powergating_enable()
|
H A D | cypress_dpm.c | 106 RREG32(GB_ADDR_CONFIG); 147 RREG32(GB_ADDR_CONFIG); in cypress_gfx_clock_gating_enable()
|
H A D | sid.h | 1152 #define GB_ADDR_CONFIG 0x98F8 macro
|
H A D | cikd.h | 1200 #define GB_ADDR_CONFIG 0x98F8 macro
|
H A D | evergreend.h | 422 #define GB_ADDR_CONFIG 0x98F8 macro
|
H A D | ni.c | 1101 WREG32(GB_ADDR_CONFIG, gb_addr_config); in cayman_gpu_init()
|
H A D | cik.c | 3170 u32 gb_addr_config = RREG32(GB_ADDR_CONFIG); in cik_gpu_init() 3324 WREG32(GB_ADDR_CONFIG, gb_addr_config); in cik_gpu_init()
|
H A D | ni_dpm.c | 1208 RREG32(GB_ADDR_CONFIG);
|
H A D | evergreen.c | 3497 WREG32(GB_ADDR_CONFIG, gb_addr_config); in evergreen_gpu_init()
|
H A D | si.c | 3254 WREG32(GB_ADDR_CONFIG, gb_addr_config); in si_gpu_init()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v9_4_3.c | 966 GB_ADDR_CONFIG, in gfx_v9_4_3_gpu_early_init() 975 GB_ADDR_CONFIG, in gfx_v9_4_3_gpu_early_init() 980 GB_ADDR_CONFIG, in gfx_v9_4_3_gpu_early_init() 985 GB_ADDR_CONFIG, in gfx_v9_4_3_gpu_early_init() 990 GB_ADDR_CONFIG, in gfx_v9_4_3_gpu_early_init() 995 GB_ADDR_CONFIG, in gfx_v9_4_3_gpu_early_init()
|
H A D | gfx_v12_0.c | 3494 1 << REG_GET_FIELD(gb_addr_config, GB_ADDR_CONFIG, NUM_PKRS); in get_gb_addr_config() 3500 GB_ADDR_CONFIG, NUM_PIPES); in get_gb_addr_config() 3507 GB_ADDR_CONFIG, MAX_COMPRESSED_FRAGS); in get_gb_addr_config() 3510 GB_ADDR_CONFIG, NUM_RB_PER_SE); in get_gb_addr_config() 3513 GB_ADDR_CONFIG, NUM_SHADER_ENGINES); in get_gb_addr_config() 3516 GB_ADDR_CONFIG, PIPE_INTERLEAVE_SIZE)); in get_gb_addr_config()
|
H A D | gfx_v11_0.c | 4593 1 << REG_GET_FIELD(gb_addr_config, GB_ADDR_CONFIG, NUM_PKRS); in get_gb_addr_config() 4599 GB_ADDR_CONFIG, NUM_PIPES); in get_gb_addr_config() 4606 GB_ADDR_CONFIG, MAX_COMPRESSED_FRAGS); in get_gb_addr_config() 4609 GB_ADDR_CONFIG, NUM_RB_PER_SE); in get_gb_addr_config() 4612 GB_ADDR_CONFIG, NUM_SHADER_ENGINES); in get_gb_addr_config() 4615 GB_ADDR_CONFIG, PIPE_INTERLEAVE_SIZE)); in get_gb_addr_config()
|
H A D | gfx_v9_0.c | 2116 GB_ADDR_CONFIG, in gfx_v9_0_gpu_early_init() 2125 GB_ADDR_CONFIG, in gfx_v9_0_gpu_early_init() 2130 GB_ADDR_CONFIG, in gfx_v9_0_gpu_early_init() 2135 GB_ADDR_CONFIG, in gfx_v9_0_gpu_early_init() 2140 GB_ADDR_CONFIG, in gfx_v9_0_gpu_early_init() 2145 GB_ADDR_CONFIG, in gfx_v9_0_gpu_early_init()
|
H A D | sid.h | 1149 #define GB_ADDR_CONFIG 0x263E macro
|
H A D | si.c | 1125 {GB_ADDR_CONFIG},
|
H A D | gfx_v10_0.c | 4556 1 << REG_GET_FIELD(gb_addr_config, GB_ADDR_CONFIG, NUM_PKRS); in gfx_v10_0_gpu_early_init() 4576 GB_ADDR_CONFIG, NUM_PIPES); in gfx_v10_0_gpu_early_init() 4583 GB_ADDR_CONFIG, MAX_COMPRESSED_FRAGS); in gfx_v10_0_gpu_early_init() 4586 GB_ADDR_CONFIG, NUM_RB_PER_SE); in gfx_v10_0_gpu_early_init() 4589 GB_ADDR_CONFIG, NUM_SHADER_ENGINES); in gfx_v10_0_gpu_early_init() 4592 GB_ADDR_CONFIG, PIPE_INTERLEAVE_SIZE)); in gfx_v10_0_gpu_early_init()
|
H A D | gfx_v8_0.c | 1859 gb_addr_config = REG_SET_FIELD(gb_addr_config, GB_ADDR_CONFIG, ROW_SIZE, 0); in gfx_v8_0_gpu_early_init() 1862 gb_addr_config = REG_SET_FIELD(gb_addr_config, GB_ADDR_CONFIG, ROW_SIZE, 1); in gfx_v8_0_gpu_early_init() 1865 gb_addr_config = REG_SET_FIELD(gb_addr_config, GB_ADDR_CONFIG, ROW_SIZE, 2); in gfx_v8_0_gpu_early_init()
|