Searched refs:odm (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/ |
H 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 1777 odm = vba->ODMCombineEnabled[vba->pipe_plane[pipe_idx]] != dm_odm_combine_mode_disabled; in dcn30_internal_validate_bw() 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() [all …]
|
/linux/drivers/staging/rtl8723bs/ |
H A D | Makefile | 26 hal/odm.o \
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | dcn32_fpu.c | 1224 bool odm; in update_pipe_slice_table_with_split_flags() local 1250 odm = vba->ODMCombineEnabled[vba->pipe_plane[dml_pipe_idx]] != in update_pipe_slice_table_with_split_flags() 1252 if (odm && resource_is_pipe_type(pipe, OPP_HEAD)) in update_pipe_slice_table_with_split_flags() 1255 else if (!odm && resource_is_pipe_type(pipe, DPP_PIPE)) in update_pipe_slice_table_with_split_flags() 1852 bool odm) in dcn32_split_stream_for_mpc_or_odm() argument 1859 if (odm && pri_pipe->plane_state) { in dcn32_split_stream_for_mpc_or_odm() 1890 if (odm) { in dcn32_split_stream_for_mpc_or_odm() 2032 bool odm; in dcn32_apply_merge_split_flags_helper() local 2039 odm = vba->ODMCombineEnabled[vba->pipe_plane[pipe_idx]] != dm_odm_combine_mode_disabled; in dcn32_apply_merge_split_flags_helper() 2041 if (!pipe->plane_state && !odm) in dcn32_apply_merge_split_flags_helper() [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | dml2_wrapper.h | 76 …ct dc *dc, struct dc_state *state, struct pipe_ctx *pri_pipe, struct pipe_ctx *sec_pipe, bool odm);
|
/linux/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | resource.h | 619 bool odm);
|
H A D | core_types.h | 389 uint32_t odm : 1; member
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
H A D | dcn401_hwseq.c | 1993 pipe_ctx->update_flags.bits.odm || in dcn401_program_pipe() 2005 if (pipe_ctx->update_flags.bits.odm) in dcn401_program_pipe() 2220 pipe->update_flags.bits.odm && in dcn401_program_front_end_for_ctx() 2498 new_pipe->update_flags.bits.odm = 1; in dcn401_detect_pipe_changes() 2520 new_pipe->update_flags.bits.odm = 1; in dcn401_detect_pipe_changes()
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/ |
H A D | dcn20_hwseq.c | 1496 new_pipe->update_flags.bits.odm = 1; in dcn20_detect_pipe_changes() 1518 new_pipe->update_flags.bits.odm = 1; in dcn20_detect_pipe_changes() 1916 pipe_ctx->update_flags.bits.odm || in dcn20_program_pipe() 1928 if (pipe_ctx->update_flags.bits.odm) in dcn20_program_pipe() 2141 pipe->update_flags.bits.odm && in dcn20_program_front_end_for_ctx()
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/ |
H A D | dcn32_hwseq.c | 1466 phantom_pipe->update_flags.bits.odm = 1; in dcn32_apply_update_flags_for_phantom()
|
/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_resource.c | 5169 bool odm) in dc_resource_acquire_secondary_pipe_for_mpc_odm_legacy() argument 5198 if (odm) { in dc_resource_acquire_secondary_pipe_for_mpc_odm_legacy()
|