Home
last modified time | relevance | path

Searched defs:new_pipe (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc.c1106 struct pipe_ctx *old_pipe, *new_pipe; in disable_dangling_plane() local
3316 struct pipe_ctx *new_pipe = &context->res_ctx.pipe_ctx[i]; in commit_planes_for_stream() local
3334 struct pipe_ctx *new_pipe = &context->res_ctx.pipe_ctx[i]; in commit_planes_for_stream() local
3850 struct pipe_ctx *new_pipe = &context->res_ctx.pipe_ctx[i]; in dc_commit_updates_for_stream() local
/linux-6.1.9/net/nfc/nci/
Dhci.c285 u8 dest_gate, new_pipe; in nci_hci_cmd_received() local
/linux-6.1.9/drivers/media/mc/
Dmc-entity.c902 struct media_pipeline *new_pipe = NULL; in media_pipeline_alloc_start() local
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c1286 static void dcn20_detect_pipe_changes(struct pipe_ctx *old_pipe, struct pipe_ctx *new_pipe) in dcn20_detect_pipe_changes()