Home
last modified time | relevance | path

Searched refs:full_update (Results 1 – 11 of 11) sorted by relevance

/openbsd/sys/dev/pci/drm/
H A Ddrm_damage_helper.c248 iter->full_update = true; in drm_atomic_helper_damage_iter_init()
275 if (iter->full_update) { in drm_atomic_helper_damage_iter_next()
277 iter->full_update = false; in drm_atomic_helper_damage_iter_next()
/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_damage_helper.h64 bool full_update; member
/openbsd/sys/dev/pci/drm/amd/display/dc/dce60/
H A Ddce60_hw_sequencer.c335 if (pipe_ctx->plane_state->update_flags.bits.full_update || in dce60_program_front_end_for_pipe()
340 if (pipe_ctx->plane_state->update_flags.bits.full_update) in dce60_program_front_end_for_pipe()
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_psr.c1894 struct drm_rect *clip, bool full_update) in psr2_man_trk_ctl_calc() argument
1903 if (full_update) { in psr2_man_trk_ctl_calc()
2007 bool full_update = false; in intel_psr2_sel_fetch_update() local
2014 full_update = true; in intel_psr2_sel_fetch_update()
2037 full_update = true; in intel_psr2_sel_fetch_update()
2097 full_update = true; in intel_psr2_sel_fetch_update()
2100 if (full_update) in intel_psr2_sel_fetch_update()
2133 full_update = true; in intel_psr2_sel_fetch_update()
2162 psr2_man_trk_ctl_calc(crtc_state, &pipe_clip, full_update); in intel_psr2_sel_fetch_update()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c2708 if (plane_state->update_flags.bits.full_update) { in dcn10_update_dchubp_dpp()
2763 if (plane_state->update_flags.bits.full_update) { in dcn10_update_dchubp_dpp()
2780 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
2784 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
2789 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
2797 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
2814 if (plane_state->update_flags.bits.full_update) { in dcn10_update_dchubp_dpp()
2825 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
2941 if (pipe_ctx->plane_state->update_flags.bits.full_update) in dcn10_program_pipe()
2948 if (pipe_ctx->plane_state->update_flags.bits.full_update || in dcn10_program_pipe()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn201/
H A Ddcn201_hwseq.c481 if (!pipe_ctx->plane_state->update_flags.bits.full_update) { in dcn201_update_mpcc()
/openbsd/sys/dev/pci/drm/amd/display/dc/
H A Ddc.h1188 uint32_t full_update:1; member
/openbsd/sys/dev/pci/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c2753 if (pipe_ctx->plane_state->update_flags.bits.full_update || in dce110_program_front_end_for_pipe()
2758 if (pipe_ctx->plane_state->update_flags.bits.full_update) in dce110_program_front_end_for_pipe()
/openbsd/sys/dev/pci/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c1237 pipe->plane_state->update_flags.bits.full_update = 1; in dcn_validate_bandwidth()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c2652 if (!pipe_ctx->plane_state->update_flags.bits.full_update && in dcn20_update_mpcc()
/openbsd/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c9906 dm_new_plane_state->dc_state->update_flags.bits.full_update = 1; in dm_update_plane_state()