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

/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_resource.c1526 bool odm)
1541 if (odm) {
1729 /*split off odm pipe*/
1769 bool odm; local
1776 odm = vba->ODMCombineEnabled[vba->pipe_plane[pipe_idx]] != dm_odm_combine_mode_disabled;
1778 if (!pipe->plane_state && !odm)
1782 if (odm) {
1802 pipe, hsplit_pipe, odm))
1811 if (odm && old_pipe->next_odm_pipe)
1813 else if (!odm
1521 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...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/inc/
H A Dresource.h447 bool odm);
H A Dcore_types.h344 uint32_t odm : 1; member in struct:pipe_update_flags::__anon296
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c1557 bool odm)
1564 if (odm && pri_pipe->plane_state) {
1595 if (odm) {
1743 /*split off odm pipe*/
1812 bool odm; local
1819 odm = vba->ODMCombineEnabled[vba->pipe_plane[pipe_idx]] != dm_odm_combine_mode_disabled;
1821 if (!pipe->plane_state && !odm)
1825 if (odm) {
1845 pipe, hsplit_pipe, odm))
1854 if (odm
1552 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
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c1351 new_pipe->update_flags.bits.odm = 1;
1384 /* Detect odm changes */
1390 new_pipe->update_flags.bits.odm = 1;
1695 pipe_ctx->update_flags.bits.odm ||
1722 if (pipe_ctx->update_flags.bits.odm)
1760 * interation between mpc and odm combine on different streams
1761 * causes a different pipe to be chosen to odm combine with.
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_hwseq.c1078 /* Find and count odm pipes, if any */
1398 phantom_pipe->update_flags.bits.odm = 1;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/core/
H A Ddc_resource.c860 /* odm slice width is the floor of h_active / count */
4255 bool odm)
4281 if (odm) {
4250 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) argument

Completed in 193 milliseconds