Home
last modified time | relevance | path

Searched refs:full_update (Results 1 – 6 of 6) 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/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.c3085 if (pipe_ctx->plane_state->update_flags.bits.full_update || in dce110_program_front_end_for_pipe()
3090 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.h1499 uint32_t full_update:1; member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c3750 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.c12201 dm_new_plane_state->dc_state->update_flags.bits.full_update = 1; in dm_update_plane_state()