Home
last modified time | relevance | path

Searched refs:gfx9 (Results 1 – 16 of 16) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_hubp.c329 NUM_PIPES, log_2(info->gfx9.num_pipes), in hubp3_program_tiling()
330 PIPE_INTERLEAVE, info->gfx9.pipe_interleave, in hubp3_program_tiling()
331 MAX_COMPRESSED_FRAGS, log_2(info->gfx9.max_compressed_frags), in hubp3_program_tiling()
332 NUM_PKRS, log_2(info->gfx9.num_pkrs)); in hubp3_program_tiling()
335 SW_MODE, info->gfx9.swizzle, in hubp3_program_tiling()
336 META_LINEAR, info->gfx9.meta_linear, in hubp3_program_tiling()
337 PIPE_ALIGNED, info->gfx9.pipe_aligned); in hubp3_program_tiling()
/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_plane.c202 tiling_info->gfx9.num_pipes = in fill_gfx9_tiling_info_from_device()
204 tiling_info->gfx9.num_banks = in fill_gfx9_tiling_info_from_device()
206 tiling_info->gfx9.pipe_interleave = in fill_gfx9_tiling_info_from_device()
208 tiling_info->gfx9.num_shader_engines = in fill_gfx9_tiling_info_from_device()
210 tiling_info->gfx9.max_compressed_frags = in fill_gfx9_tiling_info_from_device()
212 tiling_info->gfx9.num_rb_per_se = in fill_gfx9_tiling_info_from_device()
214 tiling_info->gfx9.shaderEnable = 1; in fill_gfx9_tiling_info_from_device()
216 tiling_info->gfx9.num_pkrs = adev->gfx.config.gb_addr_config_fields.num_pkrs; in fill_gfx9_tiling_info_from_device()
235 tiling_info->gfx9.num_pipes = 1u << pipes_log2; in fill_gfx9_tiling_info_from_modifier()
236 tiling_info->gfx9.num_shader_engines = 1u << (mod_pipe_xor_bits - pipes_log2); in fill_gfx9_tiling_info_from_modifier()
[all …]
Damdgpu_dm_trace.h449 __entry->swizzle = plane_state->tiling_info.gfx9.swizzle;
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hubp.c149 NUM_PIPES, log_2(info->gfx9.num_pipes), in hubp1_program_tiling()
150 NUM_BANKS, log_2(info->gfx9.num_banks), in hubp1_program_tiling()
151 PIPE_INTERLEAVE, info->gfx9.pipe_interleave, in hubp1_program_tiling()
152 NUM_SE, log_2(info->gfx9.num_shader_engines), in hubp1_program_tiling()
153 NUM_RB_PER_SE, log_2(info->gfx9.num_rb_per_se), in hubp1_program_tiling()
154 MAX_COMPRESSED_FRAGS, log_2(info->gfx9.max_compressed_frags)); in hubp1_program_tiling()
157 SW_MODE, info->gfx9.swizzle, in hubp1_program_tiling()
158 META_LINEAR, info->gfx9.meta_linear, in hubp1_program_tiling()
159 RB_ALIGNED, info->gfx9.rb_aligned, in hubp1_program_tiling()
160 PIPE_ALIGNED, info->gfx9.pipe_aligned); in hubp1_program_tiling()
Ddcn10_resource.c1237 plane_state->tiling_info.gfx9.swizzle = swizzle; in dcn10_patch_unknown_plane_state()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce/
Ddce_mem_input.c437 GRPH_SW_MODE, info->gfx9.swizzle, in program_tiling()
438 GRPH_NUM_BANKS, log_2(info->gfx9.num_banks), in program_tiling()
439 GRPH_NUM_SHADER_ENGINES, log_2(info->gfx9.num_shader_engines), in program_tiling()
440 GRPH_NUM_PIPES, log_2(info->gfx9.num_pipes), in program_tiling()
442 GRPH_SE_ENABLE, info->gfx9.shaderEnable); in program_tiling()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc_debug.c170 plane_state->tiling_info.gfx9.swizzle); in pre_surface_trace()
256 update->plane_info->tiling_info.gfx9.swizzle); in update_surface_trace()
Ddc_hw_sequencer.c454 switch (bottom_pipe_ctx->plane_state->tiling_info.gfx9.swizzle) { in get_surface_tile_visual_confirm_color()
Ddc_resource.c2634 pipe_ctx->plane_state->tiling_info.gfx9.swizzle == DC_SW_UNKNOWN) { in dc_validate_global_state()
Ddc.c2276 if (u->plane_info->tiling_info.gfx9.swizzle != DC_SW_LINEAR) { in get_plane_info_update_type()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hubp.c315 NUM_PIPES, log_2(info->gfx9.num_pipes), in hubp2_program_tiling()
316 PIPE_INTERLEAVE, info->gfx9.pipe_interleave, in hubp2_program_tiling()
317 MAX_COMPRESSED_FRAGS, log_2(info->gfx9.max_compressed_frags)); in hubp2_program_tiling()
320 SW_MODE, info->gfx9.swizzle, in hubp2_program_tiling()
Ddcn20_resource.c2209 plane_state->tiling_info.gfx9.swizzle = swizzle; in dcn20_patch_unknown_plane_state()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/
Ddc_hw_types.h402 } gfx9; member
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource_helpers.c371 …if (pipe->plane_state && !dc->debug.disable_z9_mpc && pipe->plane_state->tiling_info.gfx9.swizzle … in dcn32_set_det_allocations()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/calcs/
Ddcn_calcs.c339 input->src.sw_mode = pipe->plane_state->tiling_info.gfx9.swizzle; in pipe_ctx_to_e2e_pipe_params()
348 …input->src.macro_tile_size = swizzle_mode_to_macro_tile_size(pipe->plane_state->tiling_info.gfx9.s… in pipe_ctx_to_e2e_pipe_params()
1010 pipe->plane_state->tiling_info.gfx9.swizzle); in dcn_validate_bandwidth()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddcn20_fpu.c1527 swizzle_mode_to_macro_tile_size(pln->tiling_info.gfx9.swizzle); in dcn20_populate_dml_pipes_from_context()
1528 swizzle_to_dml_params(pln->tiling_info.gfx9.swizzle, in dcn20_populate_dml_pipes_from_context()