Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn30/
A Ddcn30_hubp.c325 NUM_PIPES, log_2(info->gfx9.num_pipes), in hubp3_program_tiling()
326 PIPE_INTERLEAVE, info->gfx9.pipe_interleave, in hubp3_program_tiling()
327 MAX_COMPRESSED_FRAGS, log_2(info->gfx9.max_compressed_frags), in hubp3_program_tiling()
328 NUM_PKRS, log_2(info->gfx9.num_pkrs)); in hubp3_program_tiling()
331 SW_MODE, info->gfx9.swizzle, in hubp3_program_tiling()
332 META_LINEAR, info->gfx9.meta_linear, in hubp3_program_tiling()
333 PIPE_ALIGNED, info->gfx9.pipe_aligned); in hubp3_program_tiling()
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn10/
A 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()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_plane.c215 tiling_info->gfx9.num_pipes = in amdgpu_dm_plane_fill_gfx9_tiling_info_from_device()
217 tiling_info->gfx9.num_banks = in amdgpu_dm_plane_fill_gfx9_tiling_info_from_device()
219 tiling_info->gfx9.pipe_interleave = in amdgpu_dm_plane_fill_gfx9_tiling_info_from_device()
221 tiling_info->gfx9.num_shader_engines = in amdgpu_dm_plane_fill_gfx9_tiling_info_from_device()
223 tiling_info->gfx9.max_compressed_frags = in amdgpu_dm_plane_fill_gfx9_tiling_info_from_device()
225 tiling_info->gfx9.num_rb_per_se = in amdgpu_dm_plane_fill_gfx9_tiling_info_from_device()
227 tiling_info->gfx9.shaderEnable = 1; in amdgpu_dm_plane_fill_gfx9_tiling_info_from_device()
248 tiling_info->gfx9.num_pipes = 1u << pipes_log2; in amdgpu_dm_plane_fill_gfx9_tiling_info_from_modifier()
252 tiling_info->gfx9.num_pkrs = 1u << pkrs_log2; in amdgpu_dm_plane_fill_gfx9_tiling_info_from_modifier()
254 tiling_info->gfx9.num_banks = 1u << mod_bank_xor_bits; in amdgpu_dm_plane_fill_gfx9_tiling_info_from_modifier()
[all …]
A Damdgpu_dm_trace.h450 __entry->swizzle = plane_state->tiling_info.gfx9.swizzle;
A Damdgpu_dm.c7272 dc_plane_state->tiling_info.gfx9.swizzle = DC_SW_UNKNOWN; in dm_validate_stream_and_context()
/linux/drivers/gpu/drm/amd/display/dc/dce/
A 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/drivers/gpu/drm/amd/display/dc/core/
A Ddc_debug.c172 plane_state->tiling_info.gfx9.swizzle); in pre_surface_trace()
258 update->plane_info->tiling_info.gfx9.swizzle); in update_surface_trace()
A Ddc_hw_sequencer.c972 switch (bottom_pipe_ctx->plane_state->tiling_info.gfx9.swizzle) { in get_surface_tile_visual_confirm_color()
A Ddc_resource.c4064 pipe_ctx->plane_state->tiling_info.gfx9.swizzle == DC_SW_UNKNOWN) { in dc_validate_global_state()
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn20/
A Ddcn20_hubp.c317 NUM_PIPES, log_2(info->gfx9.num_pipes), in hubp2_program_tiling()
318 PIPE_INTERLEAVE, info->gfx9.pipe_interleave, in hubp2_program_tiling()
319 MAX_COMPRESSED_FRAGS, log_2(info->gfx9.max_compressed_frags)); in hubp2_program_tiling()
322 SW_MODE, info->gfx9.swizzle, in hubp2_program_tiling()
/linux/drivers/gpu/drm/amd/display/dc/
A Ddc_hw_types.h423 } gfx9;/*gfx9, gfx10 and above*/ member
/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
A 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/drivers/gpu/drm/amd/display/dc/resource/dcn32/
A Ddcn32_resource_helpers.c404 …if (pipe->plane_state && !disable_unbounded_requesting && pipe->plane_state->tiling_info.gfx9.swiz… in dcn32_set_det_allocations()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/
A Ddcn20_resource.c2231 plane_state->tiling_info.gfx9.swizzle = DC_SW_64KB_S; in dcn20_patch_unknown_plane_state()
2233 plane_state->tiling_info.gfx9.swizzle = DC_SW_64KB_D; in dcn20_patch_unknown_plane_state()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn10/
A Ddcn10_resource.c1235 plane_state->tiling_info.gfx9.swizzle = swizzle; in dcn10_patch_unknown_plane_state()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
A Ddcn20_fpu.c1687 swizzle_mode_to_macro_tile_size(pln->tiling_info.gfx9.swizzle); in dcn20_populate_dml_pipes_from_context()
1688 swizzle_to_dml_params(pln->tiling_info.gfx9.swizzle, in dcn20_populate_dml_pipes_from_context()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/
A Ddml21_translation_helper.c688 surface->tiling = gfx9_to_dml2_swizzle_mode(plane_state->tiling_info.gfx9.swizzle); in populate_dml21_surface_config_from_plane_state()
/linux/drivers/gpu/drm/amd/display/dc/dml2/
A Ddml2_translation_helper.c885 out->SurfaceTiling[location] = (enum dml_swizzle_mode)in->tiling_info.gfx9.swizzle; in populate_dml_surface_cfg_from_plane_state()

Completed in 691 milliseconds