Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c901 struct pipe_ctx *subvp_pipe = NULL; in subvp_vblank_schedulable() local
940 if (!subvp_pipe && pipe_mall_type == SUBVP_MAIN) in subvp_vblank_schedulable()
941 subvp_pipe = pipe; in subvp_vblank_schedulable()
943 if (found && subvp_pipe) { in subvp_vblank_schedulable()
944 phantom_stream = dc_state_get_paired_subvp_stream(context, subvp_pipe->stream); in subvp_vblank_schedulable()
945 main_timing = &subvp_pipe->stream->timing; in subvp_vblank_schedulable()