Searched refs:odm (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/staging/rtl8723bs/hal/ |
H A D | hal_com.c | 583 struct dm_odm_t *odm = &(hal_data->odmpriv); in SetHwReg() local 616 odm->SupportAbility = *((u32 *)val); in SetHwReg() 621 odm->BK_SupportAbility = odm->SupportAbility; in SetHwReg() 624 odm->SupportAbility = odm->BK_SupportAbility; in SetHwReg() 631 odm->SupportAbility = dm->InitODMFlag; in SetHwReg() 633 odm->SupportAbility |= *((u32 *)val); in SetHwReg() 641 odm->SupportAbility &= *((u32 *)val); in SetHwReg() 660 struct dm_odm_t *odm = &(hal_data->odmpriv); in GetHwReg() local 667 *((u32 *)val) = odm->SupportAbility; in GetHwReg() 685 struct dm_odm_t *odm = &(hal_data->odmpriv); in SetHalDefVar() local [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_resource.c | 1526 bool odm) in dcn30_split_stream_for_mpc_or_odm() argument 1541 if (odm) { in dcn30_split_stream_for_mpc_or_odm() 1769 bool odm; in dcn30_internal_validate_bw() local 1776 odm = vba->ODMCombineEnabled[vba->pipe_plane[pipe_idx]] != dm_odm_combine_mode_disabled; in dcn30_internal_validate_bw() 1778 if (!pipe->plane_state && !odm) in dcn30_internal_validate_bw() 1782 if (odm) { in dcn30_internal_validate_bw() 1802 pipe, hsplit_pipe, odm)) in dcn30_internal_validate_bw() 1811 if (odm && old_pipe->next_odm_pipe) in dcn30_internal_validate_bw() 1813 else if (!odm && old_pipe->bottom_pipe && in dcn30_internal_validate_bw() 1824 pipe, pipe_4to1, odm)) in dcn30_internal_validate_bw() [all …]
|
/openbmc/linux/drivers/staging/rtl8723bs/ |
H A D | Makefile | 28 hal/odm.o \
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | dcn32_fpu.c | 1558 bool odm) in dcn32_split_stream_for_mpc_or_odm() argument 1565 if (odm && pri_pipe->plane_state) { in dcn32_split_stream_for_mpc_or_odm() 1596 if (odm) { in dcn32_split_stream_for_mpc_or_odm() 1813 bool odm; in dcn32_internal_validate_bw() local 1820 odm = vba->ODMCombineEnabled[vba->pipe_plane[pipe_idx]] != dm_odm_combine_mode_disabled; in dcn32_internal_validate_bw() 1822 if (!pipe->plane_state && !odm) in dcn32_internal_validate_bw() 1826 if (odm) { in dcn32_internal_validate_bw() 1846 pipe, hsplit_pipe, odm)) in dcn32_internal_validate_bw() 1855 if (odm && old_pipe->next_odm_pipe) in dcn32_internal_validate_bw() 1857 else if (!odm && old_pipe->bottom_pipe && in dcn32_internal_validate_bw() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | resource.h | 447 bool odm);
|
H A D | core_types.h | 344 uint32_t odm : 1; member
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_hwseq.c | 1352 new_pipe->update_flags.bits.odm = 1; in dcn20_detect_pipe_changes() 1391 new_pipe->update_flags.bits.odm = 1; in dcn20_detect_pipe_changes() 1696 pipe_ctx->update_flags.bits.odm || in dcn20_program_pipe() 1723 if (pipe_ctx->update_flags.bits.odm) in dcn20_program_pipe()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_hwseq.c | 1401 phantom_pipe->update_flags.bits.odm = 1; in dcn32_apply_update_flags_for_phantom()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_resource.c | 860 /* odm slice width is the floor of h_active / count */ in calculate_odm_slice_in_timing_active() 4269 bool odm) in dc_resource_acquire_secondary_pipe_for_mpc_odm() 4295 if (odm) { in dc_resource_acquire_secondary_pipe_for_mpc_odm() 4266 dc_resource_acquire_secondary_pipe_for_mpc_odm(const struct dc * dc,struct dc_state * state,struct pipe_ctx * pri_pipe,struct pipe_ctx * sec_pipe,bool odm) dc_resource_acquire_secondary_pipe_for_mpc_odm() argument
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |
H A D | opengrok0.0.log | [all...] |