HomeSort by: relevance | last modified time | path
    Searched defs:unsynced_pipes (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc.c 952 struct pipe_ctx *unsynced_pipes[MAX_PIPES] = { NULL }; local in function:program_timing_sync
958 unsynced_pipes[i] = &ctx->res_ctx.pipe_ctx[i];
965 if (!unsynced_pipes[i])
968 pipe_set[0] = unsynced_pipes[i];
969 unsynced_pipes[i] = NULL;
975 if (!unsynced_pipes[j])
979 unsynced_pipes[j]->stream,
981 pipe_set[group_size] = unsynced_pipes[j];
982 unsynced_pipes[j] = NULL;
amdgpu_dc.c 952 struct pipe_ctx *unsynced_pipes[MAX_PIPES] = { NULL }; local in function:program_timing_sync
958 unsynced_pipes[i] = &ctx->res_ctx.pipe_ctx[i];
965 if (!unsynced_pipes[i])
968 pipe_set[0] = unsynced_pipes[i];
969 unsynced_pipes[i] = NULL;
975 if (!unsynced_pipes[j])
979 unsynced_pipes[j]->stream,
981 pipe_set[group_size] = unsynced_pipes[j];
982 unsynced_pipes[j] = NULL;

Completed in 134 milliseconds