Home
last modified time | relevance | path

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

/linux-6.15/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()
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()
404 subvp_pipes[1]->stream->timing.h_total) / in subvp_subvp_schedulable()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c727 struct pipe_ctx *subvp_pipes[2] = {0}; in subvp_subvp_schedulable() local
756 subvp_pipes[index] = pipe; in subvp_subvp_schedulable()
764 …vactive1_us = ((subvp_pipes[0]->stream->timing.v_addressable * subvp_pipes[0]->stream->timing.h_to… in subvp_subvp_schedulable()
765 (double)(subvp_pipes[0]->stream->timing.pix_clk_100hz * 100)) * 1000000; in subvp_subvp_schedulable()
766 …vactive2_us = ((subvp_pipes[1]->stream->timing.v_addressable * subvp_pipes[1]->stream->timing.h_to… in subvp_subvp_schedulable()
768 …vblank1_us = (((subvp_pipes[0]->stream->timing.v_total - subvp_pipes[0]->stream->timing.v_addressa… in subvp_subvp_schedulable()
769 subvp_pipes[0]->stream->timing.h_total) / in subvp_subvp_schedulable()
770 (double)(subvp_pipes[0]->stream->timing.pix_clk_100hz * 100)) * 1000000; in subvp_subvp_schedulable()
771 …vblank2_us = (((subvp_pipes[1]->stream->timing.v_total - subvp_pipes[1]->stream->timing.v_addressa… in subvp_subvp_schedulable()
772 subvp_pipes[1]->stream->timing.h_total) / in subvp_subvp_schedulable()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c699 struct pipe_ctx *subvp_pipes[]) in update_subvp_prefetch_end_to_mall_start() argument
710 phantom_stream0 = dc_state_get_paired_subvp_stream(context, subvp_pipes[0]->stream); in update_subvp_prefetch_end_to_mall_start()
714 phantom_stream1 = dc_state_get_paired_subvp_stream(context, subvp_pipes[1]->stream); in update_subvp_prefetch_end_to_mall_start()
864 struct pipe_ctx *subvp_pipes[2]; in dc_dmub_setup_subvp_dmub_command() local
883 subvp_pipes[subvp_count++] = pipe; in dc_dmub_setup_subvp_dmub_command()
914 update_subvp_prefetch_end_to_mall_start(dc, context, &cmd, subvp_pipes); in dc_dmub_setup_subvp_dmub_command()