Searched refs:odm (Results 1 – 11 of 11) sorted by relevance
| /drivers/staging/rtl8723bs/hal/ |
| A D | hal_com.c | 575 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 D | dcn30_resource.c | 1525 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 D | dcn32_fpu.c | 1226 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 D | Makefile | 26 hal/odm.o \
|
| /drivers/gpu/drm/amd/display/dc/dml2/ |
| A D | dml2_wrapper.h | 77 …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 D | resource.h | 628 bool odm);
|
| A D | core_types.h | 405 uint32_t odm : 1; member
|
| /drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
| A D | dcn401_hwseq.c | 1967 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 D | dcn20_hwseq.c | 1509 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 D | dcn32_hwseq.c | 1473 phantom_pipe->update_flags.bits.odm = 1; in dcn32_apply_update_flags_for_phantom()
|
| /drivers/gpu/drm/amd/display/dc/core/ |
| A D | dc_resource.c | 5433 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