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

/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_mall_phantom.c359 struct pipe_ctx *subvp_pipes[2]; local
372 * and also to store the two main SubVP pipe pointers in subvp_pipes[2].
388 subvp_pipes[index] = pipe;
396 vactive1_us = ((subvp_pipes[0]->stream->timing.v_addressable * subvp_pipes[0]->stream->timing.h_total) /
397 (double)(subvp_pipes[0]->stream->timing.pix_clk_100hz * 100)) * 1000000;
398 vactive2_us = ((subvp_pipes[1]->stream->timing.v_addressable * subvp_pipes[1]->stream->timing.h_total) /
399 (double)(subvp_pipes[1]->stream->timing.pix_clk_100hz * 100)) * 1000000;
400 vblank1_us = (((subvp_pipes[
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c673 * @subvp_pipes: [in] Array of SubVP pipes (should always be length 2)
684 struct pipe_ctx *subvp_pipes[])
695 phantom_stream0 = dc_state_get_paired_subvp_stream(context, subvp_pipes[0]->stream);
696 phantom_stream1 = dc_state_get_paired_subvp_stream(context, subvp_pipes[1]->stream);
838 struct pipe_ctx *subvp_pipes[2]; local
857 subvp_pipes[subvp_count++] = pipe;
888 update_subvp_prefetch_end_to_mall_start(dc, context, &cmd, subvp_pipes);
681 update_subvp_prefetch_end_to_mall_start(struct dc *dc, struct dc_state *context, union dmub_rb_cmd *cmd, struct pipe_ctx *subvp_pipes[]) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c726 struct pipe_ctx *subvp_pipes[2] = {0}; local
739 * and also to store the two main SubVP pipe pointers in subvp_pipes[2].
755 subvp_pipes[index] = pipe;
763 vactive1_us = ((subvp_pipes[0]->stream->timing.v_addressable * subvp_pipes[0]->stream->timing.h_total) /
764 (double)(subvp_pipes[0]->stream->timing.pix_clk_100hz * 100)) * 1000000;
765 vactive2_us = ((subvp_pipes[1]->stream->timing.v_addressable * subvp_pipes[1]->stream->timing.h_total) /
766 (double)(subvp_pipes[1]->stream->timing.pix_clk_100hz * 100)) * 1000000;
767 vblank1_us = (((subvp_pipes[
[all...]

Completed in 157 milliseconds