Home
last modified time | relevance | path

Searched refs:det_size (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top_dchub_registers.h151 uint32_t det_size; member
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h401 uint32_t det_size : 1; member
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h87 enum det_size { enum
992 enum det_size crb_alloc_policy;
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/
H A Ddml21_utils.c227 pipe_ctx->det_buffer_size_kb = pln_prog->pipe_regs[pipe_reg_index]->det_size * 64; in dml21_program_dc_pipe()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2018 if (pipe_ctx->update_flags.bits.det_size) { in dcn401_program_pipe()
2024 dc->res_pool->hubbub, pipe_ctx->plane_res.hubp->inst, pipe_ctx->hubp_regs.det_size); in dcn401_program_pipe()
2514 new_pipe->update_flags.bits.det_size = 1; in dcn401_detect_pipe_changes()
2561 new_pipe->update_flags.bits.det_size = 1; in dcn401_detect_pipe_changes()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1512 new_pipe->update_flags.bits.det_size = 1; in dcn20_detect_pipe_changes()
1560 new_pipe->update_flags.bits.det_size = 1; in dcn20_detect_pipe_changes()
1941 if (pipe_ctx->update_flags.bits.det_size) { in dcn20_program_pipe()
1948 dc->res_pool->hubbub, pipe_ctx->plane_res.hubp->inst, pipe_ctx->hubp_regs.det_size); in dcn20_program_pipe()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c1464 phantom_pipe->update_flags.bits.det_size = 1; in dcn32_apply_update_flags_for_phantom()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c5336 det_segments += dpp_pipes[dpp_idx]->hubp_regs.det_size; in resource_calculate_det_for_stream()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared.c11969 …out->det_size = mode_lib->mp.DETBufferSizeInKByte[mode_lib->mp.pipe_plane[pipe_index]] / mode_lib-… in dml2_core_shared_get_pipe_regs()
H A Ddml2_core_dcn4_calcs.c12723 …out->det_size = dml_get_det_buffer_size_kbytes(mode_lib, pipe_index) / mode_lib->ip.config_return_… in dml2_core_calcs_get_pipe_regs()