Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml2_mall_phantom.c360 struct pipe_ctx *subvp_pipes[2]; in subvp_subvp_schedulable() local
389 subvp_pipes[index] = pipe; in subvp_subvp_schedulable()
397 …vactive1_us = ((subvp_pipes[0]->stream->timing.v_addressable * subvp_pipes[0]->stream->timing.h_to… in subvp_subvp_schedulable()
398 (double)(subvp_pipes[0]->stream->timing.pix_clk_100hz * 100)) * 1000000; in subvp_subvp_schedulable()
399 …vactive2_us = ((subvp_pipes[1]->stream->timing.v_addressable * subvp_pipes[1]->stream->timing.h_to… in subvp_subvp_schedulable()
400 (double)(subvp_pipes[1]->stream->timing.pix_clk_100hz * 100)) * 1000000; in subvp_subvp_schedulable()
401 …vblank1_us = (((subvp_pipes[0]->stream->timing.v_total - subvp_pipes[0]->stream->timing.v_addressa… in subvp_subvp_schedulable()
402 subvp_pipes[0]->stream->timing.h_total) / in subvp_subvp_schedulable()
403 (double)(subvp_pipes[0]->stream->timing.pix_clk_100hz * 100)) * 1000000; in subvp_subvp_schedulable()
404 …vblank2_us = (((subvp_pipes[1]->stream->timing.v_total - subvp_pipes[1]->stream->timing.v_addressa… in subvp_subvp_schedulable()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c728 struct pipe_ctx *subvp_pipes[2] = {0}; in subvp_subvp_schedulable() local
757 subvp_pipes[index] = pipe; in subvp_subvp_schedulable()
765 …vactive1_us = ((subvp_pipes[0]->stream->timing.v_addressable * subvp_pipes[0]->stream->timing.h_to… in subvp_subvp_schedulable()
766 (double)(subvp_pipes[0]->stream->timing.pix_clk_100hz * 100)) * 1000000; in subvp_subvp_schedulable()
767 …vactive2_us = ((subvp_pipes[1]->stream->timing.v_addressable * subvp_pipes[1]->stream->timing.h_to… in subvp_subvp_schedulable()
768 (double)(subvp_pipes[1]->stream->timing.pix_clk_100hz * 100)) * 1000000; in subvp_subvp_schedulable()
769 …vblank1_us = (((subvp_pipes[0]->stream->timing.v_total - subvp_pipes[0]->stream->timing.v_addressa… in subvp_subvp_schedulable()
770 subvp_pipes[0]->stream->timing.h_total) / in subvp_subvp_schedulable()
771 (double)(subvp_pipes[0]->stream->timing.pix_clk_100hz * 100)) * 1000000; in subvp_subvp_schedulable()
772 …vblank2_us = (((subvp_pipes[1]->stream->timing.v_total - subvp_pipes[1]->stream->timing.v_addressa… in subvp_subvp_schedulable()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c720 struct pipe_ctx *subvp_pipes[]) in update_subvp_prefetch_end_to_mall_start() argument
731 phantom_stream0 = dc_state_get_paired_subvp_stream(context, subvp_pipes[0]->stream); in update_subvp_prefetch_end_to_mall_start()
735 phantom_stream1 = dc_state_get_paired_subvp_stream(context, subvp_pipes[1]->stream); in update_subvp_prefetch_end_to_mall_start()
885 struct pipe_ctx *subvp_pipes[2]; in dc_dmub_setup_subvp_dmub_command() local
904 subvp_pipes[subvp_count++] = pipe; in dc_dmub_setup_subvp_dmub_command()
934 update_subvp_prefetch_end_to_mall_start(dc, context, &cmd, subvp_pipes); in dc_dmub_setup_subvp_dmub_command()