Searched refs:odm (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/staging/rtl8723bs/hal/
H A Dhal_com.c583 struct dm_odm_t *odm = &(hal_data->odmpriv); local
616 odm->SupportAbility = *((u32 *)val);
621 odm->BK_SupportAbility = odm->SupportAbility;
624 odm->SupportAbility = odm->BK_SupportAbility;
631 odm->SupportAbility = dm->InitODMFlag;
633 odm->SupportAbility |= *((u32 *)val);
641 odm->SupportAbility &= *((u32 *)val);
660 struct dm_odm_t *odm local
685 struct dm_odm_t *odm = &(hal_data->odmpriv); local
[all...]
/linux-master/drivers/staging/rtl8723bs/
H A DMakefile28 hal/odm.o \
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_wrapper.h76 bool (*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);
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c1529 bool odm)
1544 if (odm) {
1734 /*split off odm pipe*/
1774 bool odm; local
1781 odm = vba->ODMCombineEnabled[vba->pipe_plane[pipe_idx]] != dm_odm_combine_mode_disabled;
1783 if (!pipe->plane_state && !odm)
1787 if (odm) {
1807 pipe, hsplit_pipe, odm))
1816 if (odm && old_pipe->next_odm_pipe)
1818 else if (!odm
1524 dcn30_split_stream_for_mpc_or_odm( const struct dc *dc, struct resource_context *res_ctx, struct pipe_ctx *pri_pipe, struct pipe_ctx *sec_pipe, bool odm) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Dresource.h610 bool odm);
H A Dcore_types.h370 uint32_t odm : 1;
365 uint32_t odm : 1; member in struct:pipe_update_flags::__anon231
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c1220 bool odm;
1246 odm = vba->ODMCombineEnabled[vba->pipe_plane[dml_pipe_idx]] !=
1248 if (odm && resource_is_pipe_type(pipe, OPP_HEAD))
1251 else if (!odm && resource_is_pipe_type(pipe, DPP_PIPE))
1848 bool odm)
1855 if (odm && pri_pipe->plane_state) {
1886 if (odm) {
1946 /* the code below will be removed once windowed mpo odm is fully
1959 /*split off odm pipe*/
2028 bool odm;
1217 bool odm; local
1846 dcn32_split_stream_for_mpc_or_odm( const struct dc *dc, struct resource_context *res_ctx, struct pipe_ctx *pri_pipe, struct pipe_ctx *sec_pipe, bool odm) argument
2114 bool odm; local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1490 /* Detect odm changes */
1491 new_pipe->update_flags.bits.odm = 1;
1513 new_pipe->update_flags.bits.odm = 1;
1867 pipe_ctx->update_flags.bits.odm ||
1894 if (pipe_ctx->update_flags.bits.odm)
1938 * interation between mpc and odm combine on different streams
1939 * causes a different pipe to be chosen to odm combine with.
2086 pipe->update_flags.bits.odm &&
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c1065 /* Find and count odm pipes, if any */
1379 phantom_pipe->update_flags.bits.odm = 1;
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c824 /* odm slice width is the floor of h_active / count */
2753 * want to add a new odm slice by duplicating the MPC blending tree and add
4994 bool odm)
5023 if (odm) {
4889 dc_resource_acquire_secondary_pipe_for_mpc_odm_legacy( const struct dc *dc, struct dc_state *state, struct pipe_ctx *pri_pipe, struct pipe_ctx *sec_pipe, bool odm) argument

Completed in 254 milliseconds