Home
last modified time | relevance | path

Searched refs:odm (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/drivers/staging/rtl8723bs/hal/
H A Dhal_com.c579 struct dm_odm_t *odm = &(hal_data->odmpriv); in SetHwReg() local
612 odm->SupportAbility = *((u32 *)val); in SetHwReg()
617 odm->BK_SupportAbility = odm->SupportAbility; in SetHwReg()
620 odm->SupportAbility = odm->BK_SupportAbility; in SetHwReg()
627 odm->SupportAbility = dm->InitODMFlag; in SetHwReg()
629 odm->SupportAbility |= *((u32 *)val); in SetHwReg()
637 odm->SupportAbility &= *((u32 *)val); in SetHwReg()
656 struct dm_odm_t *odm = &(hal_data->odmpriv); in GetHwReg() local
663 *((u32 *)val) = odm->SupportAbility; in GetHwReg()
681 struct dm_odm_t *odm = &(hal_data->odmpriv); in SetHalDefVar() local
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c1525 bool odm) in dcn30_split_stream_for_mpc_or_odm() argument
1540 if (odm) { in dcn30_split_stream_for_mpc_or_odm()
1770 bool odm; in dcn30_internal_validate_bw() local
1779 if (!pipe->plane_state && !odm) in dcn30_internal_validate_bw()
1783 if (odm) { in dcn30_internal_validate_bw()
1803 pipe, hsplit_pipe, odm)) in dcn30_internal_validate_bw()
1812 if (odm && old_pipe->next_odm_pipe) in dcn30_internal_validate_bw()
1814 else if (!odm && old_pipe->bottom_pipe && in dcn30_internal_validate_bw()
1825 pipe, pipe_4to1, odm)) in dcn30_internal_validate_bw()
1844 hsplit_pipe, pipe_4to1, odm)) in dcn30_internal_validate_bw()
[all …]
/linux-6.15/drivers/staging/rtl8723bs/
H A DMakefile26 hal/odm.o \
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c1225 bool odm; in update_pipe_slice_table_with_split_flags() local
1853 bool odm) in dcn32_split_stream_for_mpc_or_odm() argument
1860 if (odm && pri_pipe->plane_state) { in dcn32_split_stream_for_mpc_or_odm()
1891 if (odm) { in dcn32_split_stream_for_mpc_or_odm()
2033 bool odm; in dcn32_apply_merge_split_flags_helper() local
2042 if (!pipe->plane_state && !odm) in dcn32_apply_merge_split_flags_helper()
2046 if (odm) { in dcn32_apply_merge_split_flags_helper()
2066 pipe, hsplit_pipe, odm)) in dcn32_apply_merge_split_flags_helper()
2088 pipe, pipe_4to1, odm)) in dcn32_apply_merge_split_flags_helper()
2107 hsplit_pipe, pipe_4to1, odm)) in dcn32_apply_merge_split_flags_helper()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_wrapper.h76 …ct dc *dc, struct dc_state *state, struct pipe_ctx *pri_pipe, struct pipe_ctx *sec_pipe, bool odm);
/linux-6.15/drivers/gpu/drm/amd/display/dc/inc/
H A Dresource.h620 bool odm);
H A Dcore_types.h390 uint32_t odm : 1; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1949 pipe_ctx->update_flags.bits.odm || in dcn401_program_pipe()
1961 if (pipe_ctx->update_flags.bits.odm) in dcn401_program_pipe()
2176 pipe->update_flags.bits.odm && in dcn401_program_front_end_for_ctx()
2454 new_pipe->update_flags.bits.odm = 1; in dcn401_detect_pipe_changes()
2476 new_pipe->update_flags.bits.odm = 1; in dcn401_detect_pipe_changes()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1500 new_pipe->update_flags.bits.odm = 1; in dcn20_detect_pipe_changes()
1522 new_pipe->update_flags.bits.odm = 1; in dcn20_detect_pipe_changes()
1920 pipe_ctx->update_flags.bits.odm || in dcn20_program_pipe()
1932 if (pipe_ctx->update_flags.bits.odm) in dcn20_program_pipe()
2145 pipe->update_flags.bits.odm && in dcn20_program_front_end_for_ctx()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c1469 phantom_pipe->update_flags.bits.odm = 1; in dcn32_apply_update_flags_for_phantom()
/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c5449 bool odm) in dc_resource_acquire_secondary_pipe_for_mpc_odm_legacy() argument
5478 if (odm) { in dc_resource_acquire_secondary_pipe_for_mpc_odm_legacy()