Home
last modified time | relevance | path

Searched refs:GB_ADDR_CONFIG (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/gpu/drm/radeon/
H A Dtrinityd.h226 #define GB_ADDR_CONFIG 0x98f8 macro
H A Dsumod.h370 #define GB_ADDR_CONFIG 0x98f8 macro
H A Dtrinity_dpm.c403 RREG32(GB_ADDR_CONFIG); in trinity_gfx_clockgating_enable()
464 RREG32(GB_ADDR_CONFIG); in trinity_gfx_powergating_enable()
H A Dnid.h431 #define GB_ADDR_CONFIG 0x98F8 macro
H A Dsumo_dpm.c94 RREG32(GB_ADDR_CONFIG); in sumo_gfx_clockgating_enable()
278 RREG32(GB_ADDR_CONFIG); in sumo_gfx_powergating_enable()
H A Dcypress_dpm.c106 RREG32(GB_ADDR_CONFIG);
147 RREG32(GB_ADDR_CONFIG); in cypress_gfx_clock_gating_enable()
H A Dsid.h1152 #define GB_ADDR_CONFIG 0x98F8 macro
H A Dcikd.h1200 #define GB_ADDR_CONFIG 0x98F8 macro
H A Devergreend.h422 #define GB_ADDR_CONFIG 0x98F8 macro
H A Dni.c1101 WREG32(GB_ADDR_CONFIG, gb_addr_config); in cayman_gpu_init()
H A Dcik.c3170 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 Dni_dpm.c1208 RREG32(GB_ADDR_CONFIG);
H A Devergreen.c3497 WREG32(GB_ADDR_CONFIG, gb_addr_config); in evergreen_gpu_init()
H A Dsi.c3254 WREG32(GB_ADDR_CONFIG, gb_addr_config); in si_gpu_init()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v12_0.c3472 1 << REG_GET_FIELD(gb_addr_config, GB_ADDR_CONFIG, NUM_PKRS); in get_gb_addr_config()
3478 GB_ADDR_CONFIG, NUM_PIPES); in get_gb_addr_config()
3485 GB_ADDR_CONFIG, MAX_COMPRESSED_FRAGS); in get_gb_addr_config()
3488 GB_ADDR_CONFIG, NUM_RB_PER_SE); in get_gb_addr_config()
3491 GB_ADDR_CONFIG, NUM_SHADER_ENGINES); in get_gb_addr_config()
3494 GB_ADDR_CONFIG, PIPE_INTERLEAVE_SIZE)); in get_gb_addr_config()
H A Dgfx_v11_0.c4586 1 << REG_GET_FIELD(gb_addr_config, GB_ADDR_CONFIG, NUM_PKRS); in get_gb_addr_config()
4592 GB_ADDR_CONFIG, NUM_PIPES); in get_gb_addr_config()
4599 GB_ADDR_CONFIG, MAX_COMPRESSED_FRAGS); in get_gb_addr_config()
4602 GB_ADDR_CONFIG, NUM_RB_PER_SE); in get_gb_addr_config()
4605 GB_ADDR_CONFIG, NUM_SHADER_ENGINES); in get_gb_addr_config()
4608 GB_ADDR_CONFIG, PIPE_INTERLEAVE_SIZE)); in get_gb_addr_config()
H A Dgfx_v9_0.c2106 GB_ADDR_CONFIG, in gfx_v9_0_gpu_early_init()
2115 GB_ADDR_CONFIG, in gfx_v9_0_gpu_early_init()
2120 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()
H A Dsid.h1149 #define GB_ADDR_CONFIG 0x263E macro
H A Dgfx_v10_0.c4550 1 << REG_GET_FIELD(gb_addr_config, GB_ADDR_CONFIG, NUM_PKRS); in gfx_v10_0_gpu_early_init()
4570 GB_ADDR_CONFIG, NUM_PIPES); in gfx_v10_0_gpu_early_init()
4577 GB_ADDR_CONFIG, MAX_COMPRESSED_FRAGS); in gfx_v10_0_gpu_early_init()
4580 GB_ADDR_CONFIG, NUM_RB_PER_SE); in gfx_v10_0_gpu_early_init()
4583 GB_ADDR_CONFIG, NUM_SHADER_ENGINES); in gfx_v10_0_gpu_early_init()
4586 GB_ADDR_CONFIG, PIPE_INTERLEAVE_SIZE)); in gfx_v10_0_gpu_early_init()
H A Dgfx_v8_0.c1843 gb_addr_config = REG_SET_FIELD(gb_addr_config, GB_ADDR_CONFIG, ROW_SIZE, 0); in gfx_v8_0_gpu_early_init()
1846 gb_addr_config = REG_SET_FIELD(gb_addr_config, GB_ADDR_CONFIG, ROW_SIZE, 1); in gfx_v8_0_gpu_early_init()
1849 gb_addr_config = REG_SET_FIELD(gb_addr_config, GB_ADDR_CONFIG, ROW_SIZE, 2); in gfx_v8_0_gpu_early_init()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c644 num_pkrs = 1 << REG_GET_FIELD(gb_addr_config, GB_ADDR_CONFIG, NUM_PKRS); in amdgpu_dm_plane_add_gfx11_modifiers()
646 num_pipes = 1 << REG_GET_FIELD(gb_addr_config, GB_ADDR_CONFIG, NUM_PIPES); in amdgpu_dm_plane_add_gfx11_modifiers()