Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/ !
Ddrm_damage_helper.c247 iter->full_update = true; in drm_atomic_helper_damage_iter_init()
274 if (iter->full_update) { in drm_atomic_helper_damage_iter_next()
276 iter->full_update = false; in drm_atomic_helper_damage_iter_next()
/linux-6.1.9/include/drm/ !
Ddrm_damage_helper.h64 bool full_update; member
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce60/ !
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()
/linux-6.1.9/drivers/gpu/drm/i915/display/ !
Dintel_psr.c1609 struct drm_rect *clip, bool full_update) in psr2_man_trk_ctl_calc() argument
1618 if (full_update) { in psr2_man_trk_ctl_calc()
1720 bool full_update = false; in intel_psr2_sel_fetch_update() local
1727 full_update = true; in intel_psr2_sel_fetch_update()
1750 full_update = true; in intel_psr2_sel_fetch_update()
1810 full_update = true; in intel_psr2_sel_fetch_update()
1813 if (full_update) in intel_psr2_sel_fetch_update()
1840 full_update = true; in intel_psr2_sel_fetch_update()
1869 psr2_man_trk_ctl_calc(crtc_state, &pipe_clip, full_update); in intel_psr2_sel_fetch_update()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/ !
Ddcn10_hw_sequencer.c2650 if (!pipe_ctx->plane_state->update_flags.bits.full_update) { in dcn10_update_mpcc()
2710 if (plane_state->update_flags.bits.full_update) { in dcn10_update_dchubp_dpp()
2765 if (plane_state->update_flags.bits.full_update) { in dcn10_update_dchubp_dpp()
2782 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
2786 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
2791 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
2799 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
2816 if (plane_state->update_flags.bits.full_update) { in dcn10_update_dchubp_dpp()
2827 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
2943 if (pipe_ctx->plane_state->update_flags.bits.full_update) in dcn10_program_pipe()
[all …]
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn201/ !
Ddcn201_hwseq.c498 if (!pipe_ctx->plane_state->update_flags.bits.full_update) { in dcn201_update_mpcc()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/ !
Ddc.h1127 uint32_t full_update:1; member
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce110/ !
Ddce110_hw_sequencer.c2748 if (pipe_ctx->plane_state->update_flags.bits.full_update || in dce110_program_front_end_for_pipe()
2753 if (pipe_ctx->plane_state->update_flags.bits.full_update) in dce110_program_front_end_for_pipe()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/calcs/ !
Ddcn_calcs.c1237 pipe->plane_state->update_flags.bits.full_update = 1; in dcn_validate_bandwidth()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn20/ !
Ddcn20_hwseq.c2548 if (!pipe_ctx->plane_state->update_flags.bits.full_update && in dcn20_update_mpcc()
/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/ !
Damdgpu_dm.c9248 dm_new_plane_state->dc_state->update_flags.bits.full_update = 1; in dm_update_plane_state()