Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/
Ddc_dmub_srv.c574 struct pipe_ctx *subvp_pipes[]) in update_subvp_prefetch_end_to_mall_start() argument
579 …struct dc_crtc_timing *phantom_timing0 = &subvp_pipes[0]->stream->mall_stream_config.paired_stream… in update_subvp_prefetch_end_to_mall_start()
580 …struct dc_crtc_timing *phantom_timing1 = &subvp_pipes[1]->stream->mall_stream_config.paired_stream… in update_subvp_prefetch_end_to_mall_start()
728 struct pipe_ctx *subvp_pipes[2]; in dc_dmub_setup_subvp_dmub_command() local
748 subvp_pipes[subvp_count++] = pipe; in dc_dmub_setup_subvp_dmub_command()
776 update_subvp_prefetch_end_to_mall_start(dc, context, &cmd, subvp_pipes); in dc_dmub_setup_subvp_dmub_command()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddcn32_fpu.c771 struct pipe_ctx *subvp_pipes[2]; in subvp_subvp_schedulable() local
800 subvp_pipes[index] = pipe; in subvp_subvp_schedulable()
808 …vactive1_us = ((subvp_pipes[0]->stream->timing.v_addressable * subvp_pipes[0]->stream->timing.h_to… in subvp_subvp_schedulable()
809 (double)(subvp_pipes[0]->stream->timing.pix_clk_100hz * 100)) * 1000000; in subvp_subvp_schedulable()
810 …vactive2_us = ((subvp_pipes[1]->stream->timing.v_addressable * subvp_pipes[1]->stream->timing.h_to… in subvp_subvp_schedulable()
811 (double)(subvp_pipes[1]->stream->timing.pix_clk_100hz * 100)) * 1000000; in subvp_subvp_schedulable()
812 …vblank1_us = (((subvp_pipes[0]->stream->timing.v_total - subvp_pipes[0]->stream->timing.v_addressa… in subvp_subvp_schedulable()
813 subvp_pipes[0]->stream->timing.h_total) / in subvp_subvp_schedulable()
814 (double)(subvp_pipes[0]->stream->timing.pix_clk_100hz * 100)) * 1000000; in subvp_subvp_schedulable()
815 …vblank2_us = (((subvp_pipes[1]->stream->timing.v_total - subvp_pipes[1]->stream->timing.v_addressa… in subvp_subvp_schedulable()
[all …]