Home
last modified time | relevance | path

Searched refs:enable_tri_buf (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c521 …if (dc->hwss.program_triplebuffer && dc->debug.enable_tri_buf && current_mpc_pipe->plane_state->up… in hwss_build_fast_sequence()
H A Ddc.c3445 !pipe_ctx->plane_state->flip_immediate && dc->debug.enable_tri_buf) { in commit_planes_for_stream_fast()
3688 !pipe_ctx->plane_state->flip_immediate && dc->debug.enable_tri_buf) { in commit_planes_for_stream()
3717 if (dc->hwss.program_triplebuffer != NULL && dc->debug.enable_tri_buf) { in commit_planes_for_stream()
3782 if (dc->hwss.program_triplebuffer != NULL && dc->debug.enable_tri_buf) { in commit_planes_for_stream()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_resource.c615 .enable_tri_buf = false,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h822 bool enable_tri_buf; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_resource.c942 .enable_tri_buf = true,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c1818 if (dc->hwss.program_triplebuffer != NULL && dc->debug.enable_tri_buf) { in dcn20_program_front_end_for_ctx()