Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_damage_helper.c297 iter->full_update = true; in drm_atomic_helper_damage_iter_init()
324 if (iter->full_update) { in drm_atomic_helper_damage_iter_next()
326 iter->full_update = false; in drm_atomic_helper_damage_iter_next()
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_damage_helper.h64 bool full_update; member
/OK3568_Linux_fs/kernel/drivers/gpu/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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c2426 if (!pipe_ctx->plane_state->update_flags.bits.full_update) { in dcn10_update_mpcc()
2485 if (plane_state->update_flags.bits.full_update) { in dcn10_update_dchubp_dpp()
2540 if (plane_state->update_flags.bits.full_update) { in dcn10_update_dchubp_dpp()
2557 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
2561 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
2566 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
2574 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
2591 if (plane_state->update_flags.bits.full_update) { in dcn10_update_dchubp_dpp()
2602 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
2699 if (pipe_ctx->plane_state->update_flags.bits.full_update) in dcn10_program_pipe()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/
H A Ddc.h819 uint32_t full_update:1; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c2603 if (pipe_ctx->plane_state->update_flags.bits.full_update || in dce110_program_front_end_for_pipe()
2608 if (pipe_ctx->plane_state->update_flags.bits.full_update) in dce110_program_front_end_for_pipe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/calcs/
H A Ddcn_calcs.c1252 pipe->plane_state->update_flags.bits.full_update = 1; in dcn_validate_bandwidth()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c2314 if (!pipe_ctx->plane_state->update_flags.bits.full_update && in dcn20_update_mpcc()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c8638 dm_new_plane_state->dc_state->update_flags.bits.full_update = 1; in dm_update_plane_state()