Home
last modified time | relevance | path

Searched refs:use_pipe_ctx_sync_logic (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h418 bool use_pipe_ctx_sync_logic; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c1511 if (!pipe_ctx->stream->apply_seamless_boot_optimization && dc->config.use_pipe_ctx_sync_logic) in apply_single_controller_ctx_to_hw()
2246 if (dc->config.use_pipe_ctx_sync_logic) in dce110_apply_ctx_to_hw()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn321/
H A Ddcn321_resource.c1762 dc->config.use_pipe_ctx_sync_logic = true; in dcn321_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_resource.c1920 dc->config.use_pipe_ctx_sync_logic = true; in dcn314_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_resource.c1948 dc->config.use_pipe_ctx_sync_logic = true; in dcn31_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_resource.c2224 dc->config.use_pipe_ctx_sync_logic = true; in dcn32_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1510 if (dc->config.use_pipe_ctx_sync_logic) { in program_timing_sync()