Searched refs:phantom_pipe (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.h100 struct pipe_ctx *phantom_pipe);
102 void dcn32_apply_update_flags_for_phantom(struct pipe_ctx *phantom_pipe);
H A Ddcn32_hwseq.c1334 struct pipe_ctx *phantom_pipe)
1337 struct dc_plane_state *phantom_plane = phantom_pipe->plane_state;
1343 dc_state_get_paired_subvp_stream(context, pipe->stream) == phantom_pipe->stream) {
1352 phantom_pipe->plane_state->update_flags.bits.position_change = 1;
1353 resource_build_scaling_params(phantom_pipe);
1365 void dcn32_apply_update_flags_for_phantom(struct pipe_ctx *phantom_pipe) argument
1367 phantom_pipe->update_flags.raw = 0;
1368 if (resource_is_pipe_type(phantom_pipe, DPP_PIPE)) {
1369 phantom_pipe->update_flags.bits.enable = 1;
1370 phantom_pipe
1332 dcn32_update_phantom_vp_position(struct dc *dc, struct dc_state *context, struct pipe_ctx *phantom_pipe) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c803 struct pipe_ctx *phantom_pipe = &context->res_ctx.pipe_ctx[j]; local
805 if (resource_is_pipe_type(phantom_pipe, OTG_MASTER) &&
806 phantom_pipe->stream == dc_state_get_paired_subvp_stream(context, subvp_pipe->stream)) {
807 pipe_data->pipe_config.subvp_data.phantom_pipe_index = phantom_pipe->stream_res.tg->inst;
808 if (phantom_pipe->bottom_pipe) {
809 pipe_data->pipe_config.subvp_data.phantom_split_pipe_index = phantom_pipe->bottom_pipe->plane_res.hubp->inst;
810 } else if (phantom_pipe->next_odm_pipe) {
811 pipe_data->pipe_config.subvp_data.phantom_split_pipe_index = phantom_pipe->next_odm_pipe->plane_res.hubp->inst;
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h417 struct pipe_ctx *phantom_pipe);
418 void (*apply_update_flags_for_phantom)(struct pipe_ctx *phantom_pipe);

Completed in 210 milliseconds