Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/
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()
/linux-6.12.1/include/drm/
Ddrm_damage_helper.h64 bool full_update; member
/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_psr.c2319 bool full_update) in psr2_man_trk_ctl_calc() argument
2329 if (full_update) { in psr2_man_trk_ctl_calc()
2356 bool full_update) in psr2_pipe_srcsz_early_tpt_calc() argument
2360 if (!crtc_state->enable_psr2_su_region_et || full_update) in psr2_pipe_srcsz_early_tpt_calc()
2491 bool full_update = false, cursor_in_su_area = false; in intel_psr2_sel_fetch_update() local
2498 full_update = true; in intel_psr2_sel_fetch_update()
2526 full_update = true; in intel_psr2_sel_fetch_update()
2586 full_update = true; in intel_psr2_sel_fetch_update()
2589 if (full_update) in intel_psr2_sel_fetch_update()
2642 full_update = true; in intel_psr2_sel_fetch_update()
[all …]
/linux-6.12.1/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.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
Ddcn10_hwseq.c2722 if (!pipe_ctx->plane_state->update_flags.bits.full_update) { in dcn10_update_mpcc()
2782 if (plane_state->update_flags.bits.full_update) { in dcn10_update_dchubp_dpp()
2837 if (plane_state->update_flags.bits.full_update) { in dcn10_update_dchubp_dpp()
2854 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
2858 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
2863 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
2871 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
2888 if (plane_state->update_flags.bits.full_update) { in dcn10_update_dchubp_dpp()
2899 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
3016 if (pipe_ctx->plane_state->update_flags.bits.full_update) in dcn10_program_pipe()
[all …]
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn201/
Ddcn201_hwseq.c485 if (!pipe_ctx->plane_state->update_flags.bits.full_update) { in dcn201_update_mpcc()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/
Ddc.h1276 uint32_t full_update:1; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dce110/
Ddce110_hwseq.c2940 if (pipe_ctx->plane_state->update_flags.bits.full_update || in dce110_program_front_end_for_pipe()
2945 if (pipe_ctx->plane_state->update_flags.bits.full_update) in dce110_program_front_end_for_pipe()
/linux-6.12.1/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.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
Ddcn20_hwseq.c2942 if (!pipe_ctx->plane_state->update_flags.bits.full_update && in dcn20_update_mpcc()
/linux-6.12.1/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c11068 dm_new_plane_state->dc_state->update_flags.bits.full_update = 1; in dm_update_plane_state()