Home
last modified time | relevance | path

Searched refs:idle_optimizations_allowed (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_stream.c381 if (dc->idle_optimizations_allowed) { in dc_stream_set_cursor_attributes()
454 …if (dc->idle_optimizations_allowed && (!stream->cursor_position.enable || dc->debug.exit_idle_opt_… in dc_stream_set_cursor_position()
H A Ddc.c2604 if (dc->idle_optimizations_allowed) in check_update_surfaces_for_stream()
4252 if (dc->idle_optimizations_allowed) in full_update_required()
4716 if (allow == dc->idle_optimizations_allowed) in dc_allow_idle_optimizations()
4721 dc->idle_optimizations_allowed = allow; in dc_allow_idle_optimizations()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h963 bool idle_optimizations_allowed; member