Home
last modified time | relevance | path

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

/drivers/staging/rtl8723bs/hal/
A Dhal_com.c575 struct dm_odm_t *odm = &(hal_data->odmpriv); in SetHwReg() local
605 odm->SupportAbility = *((u32 *)val); in SetHwReg()
610 odm->BK_SupportAbility = odm->SupportAbility; in SetHwReg()
613 odm->SupportAbility = odm->BK_SupportAbility; in SetHwReg()
620 odm->SupportAbility = dm->InitODMFlag; in SetHwReg()
622 odm->SupportAbility |= *((u32 *)val); in SetHwReg()
630 odm->SupportAbility &= *((u32 *)val); in SetHwReg()
649 struct dm_odm_t *odm = &(hal_data->odmpriv); in GetHwReg() local
656 *((u32 *)val) = odm->SupportAbility; in GetHwReg()
674 struct dm_odm_t *odm = &(hal_data->odmpriv); in SetHalDefVar() local
[all …]
/drivers/gpu/drm/amd/display/dc/resource/dcn30/
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 …]
/drivers/gpu/drm/amd/display/dc/dml/dcn32/
A Ddcn32_fpu.c1226 bool odm; in update_pipe_slice_table_with_split_flags() local
1856 bool odm) in dcn32_split_stream_for_mpc_or_odm() argument
1863 if (odm && pri_pipe->plane_state) { in dcn32_split_stream_for_mpc_or_odm()
1894 if (odm) { in dcn32_split_stream_for_mpc_or_odm()
2036 bool odm; in dcn32_apply_merge_split_flags_helper() local
2045 if (!pipe->plane_state && !odm) in dcn32_apply_merge_split_flags_helper()
2049 if (odm) { in dcn32_apply_merge_split_flags_helper()
2069 pipe, hsplit_pipe, odm)) in dcn32_apply_merge_split_flags_helper()
2091 pipe, pipe_4to1, odm)) in dcn32_apply_merge_split_flags_helper()
2110 hsplit_pipe, pipe_4to1, odm)) in dcn32_apply_merge_split_flags_helper()
[all …]
/drivers/staging/rtl8723bs/
A DMakefile26 hal/odm.o \
/drivers/gpu/drm/amd/display/dc/dml2/
A Ddml2_wrapper.h77 …ct dc *dc, struct dc_state *state, struct pipe_ctx *pri_pipe, struct pipe_ctx *sec_pipe, bool odm);
/drivers/gpu/drm/amd/display/dc/inc/
A Dresource.h628 bool odm);
A Dcore_types.h405 uint32_t odm : 1; member
/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
A Ddcn401_hwseq.c1967 pipe_ctx->update_flags.bits.odm || in dcn401_program_pipe()
1979 if (pipe_ctx->update_flags.bits.odm) in dcn401_program_pipe()
2186 pipe->update_flags.bits.odm && in dcn401_program_front_end_for_ctx()
2464 new_pipe->update_flags.bits.odm = 1; in dcn401_detect_pipe_changes()
2486 new_pipe->update_flags.bits.odm = 1; in dcn401_detect_pipe_changes()
/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
A Ddcn20_hwseq.c1509 new_pipe->update_flags.bits.odm = 1; in dcn20_detect_pipe_changes()
1531 new_pipe->update_flags.bits.odm = 1; in dcn20_detect_pipe_changes()
1929 pipe_ctx->update_flags.bits.odm || in dcn20_program_pipe()
1941 if (pipe_ctx->update_flags.bits.odm) in dcn20_program_pipe()
2146 pipe->update_flags.bits.odm && in dcn20_program_front_end_for_ctx()
/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
A Ddcn32_hwseq.c1473 phantom_pipe->update_flags.bits.odm = 1; in dcn32_apply_update_flags_for_phantom()
/drivers/gpu/drm/amd/display/dc/core/
A Ddc_resource.c5433 bool odm) in dc_resource_acquire_secondary_pipe_for_mpc_odm_legacy() argument
5462 if (odm) { in dc_resource_acquire_secondary_pipe_for_mpc_odm_legacy()

Completed in 48 milliseconds