Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/
H A Ddrm_damage_helper.c250 iter->full_update = true; in drm_atomic_helper_damage_iter_init()
277 if (iter->full_update) { in drm_atomic_helper_damage_iter_next()
279 iter->full_update = false; in drm_atomic_helper_damage_iter_next()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c2934 if (!pipe_ctx->plane_state->update_flags.bits.full_update) { in dcn10_update_mpcc()
2994 if (plane_state->update_flags.bits.full_update) { in dcn10_update_dchubp_dpp()
3049 if (plane_state->update_flags.bits.full_update) { in dcn10_update_dchubp_dpp()
3066 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
3070 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
3075 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
3083 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
3103 if (plane_state->update_flags.bits.full_update) { in dcn10_update_dchubp_dpp()
3114 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
3231 if (pipe_ctx->plane_state->update_flags.bits.full_update) in dcn10_program_pipe()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn201/
H A Ddcn201_hwseq.c488 if (!pipe_ctx->plane_state->update_flags.bits.full_update) { in dcn201_update_mpcc()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c2974 if (pipe_ctx->plane_state->update_flags.bits.full_update || in dce110_program_front_end_for_pipe()
2979 if (pipe_ctx->plane_state->update_flags.bits.full_update) in dce110_program_front_end_for_pipe()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1456 uint32_t full_update:1; member
/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c1237 pipe->plane_state->update_flags.bits.full_update = 1; in dcn_validate_bandwidth()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c2973 if (!pipe_ctx->plane_state->update_flags.bits.full_update && in dcn20_update_mpcc()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c3812 if (!pipe_ctx->plane_state->update_flags.bits.full_update && in dcn401_update_mpcc_sequence()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c12128 dm_new_plane_state->dc_state->update_flags.bits.full_update = 1; in dm_update_plane_state()