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/
H A Ddml2_mall_phantom.c359 struct pipe_ctx *subvp_pipes[2]; in subvp_subvp_schedulable() local
388 subvp_pipes[index] = pipe; in subvp_subvp_schedulable()
396 …vactive1_us = ((subvp_pipes[0]->stream->timing.v_addressable * subvp_pipes[0]->stream->timing.h_to… in subvp_subvp_schedulable()
397 (double)(subvp_pipes[0]->stream->timing.pix_clk_100hz * 100)) * 1000000; in subvp_subvp_schedulable()
398 …vactive2_us = ((subvp_pipes[1]->stream->timing.v_addressable * subvp_pipes[1]->stream->timing.h_to… in subvp_subvp_schedulable()
399 (double)(subvp_pipes[1]->stream->timing.pix_clk_100hz * 100)) * 1000000; in subvp_subvp_schedulable()
400 …vblank1_us = (((subvp_pipes[0]->stream->timing.v_total - subvp_pipes[0]->stream->timing.v_addressa… in subvp_subvp_schedulable()
401 subvp_pipes[0]->stream->timing.h_total) / in subvp_subvp_schedulable()
402 (double)(subvp_pipes[0]->stream->timing.pix_clk_100hz * 100)) * 1000000; in subvp_subvp_schedulable()
403 …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.c726 struct pipe_ctx *subvp_pipes[2] = {0}; in subvp_subvp_schedulable() local
755 subvp_pipes[index] = pipe; in subvp_subvp_schedulable()
763 …vactive1_us = ((subvp_pipes[0]->stream->timing.v_addressable * subvp_pipes[0]->stream->timing.h_to… in subvp_subvp_schedulable()
764 (double)(subvp_pipes[0]->stream->timing.pix_clk_100hz * 100)) * 1000000; in subvp_subvp_schedulable()
765 …vactive2_us = ((subvp_pipes[1]->stream->timing.v_addressable * subvp_pipes[1]->stream->timing.h_to… in subvp_subvp_schedulable()
766 (double)(subvp_pipes[1]->stream->timing.pix_clk_100hz * 100)) * 1000000; in subvp_subvp_schedulable()
767 …vblank1_us = (((subvp_pipes[0]->stream->timing.v_total - subvp_pipes[0]->stream->timing.v_addressa… in subvp_subvp_schedulable()
768 subvp_pipes[0]->stream->timing.h_total) / in subvp_subvp_schedulable()
769 (double)(subvp_pipes[0]->stream->timing.pix_clk_100hz * 100)) * 1000000; in subvp_subvp_schedulable()
770 …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.c698 struct pipe_ctx *subvp_pipes[]) in update_subvp_prefetch_end_to_mall_start() argument
709 phantom_stream0 = dc_state_get_paired_subvp_stream(context, subvp_pipes[0]->stream); in update_subvp_prefetch_end_to_mall_start()
713 phantom_stream1 = dc_state_get_paired_subvp_stream(context, subvp_pipes[1]->stream); in update_subvp_prefetch_end_to_mall_start()
863 struct pipe_ctx *subvp_pipes[2]; in dc_dmub_setup_subvp_dmub_command() local
882 subvp_pipes[subvp_count++] = pipe; in dc_dmub_setup_subvp_dmub_command()
913 update_subvp_prefetch_end_to_mall_start(dc, context, &cmd, subvp_pipes); in dc_dmub_setup_subvp_dmub_command()