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

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_atomic.c 341 struct intel_plane *linked = local in function:intel_atomic_setup_scaler
346 if (linked)
347 mode |= PS_PLANE_Y_SEL(linked->id);
intel_display.c 10752 WARN(1, "unknown pipe linked to transcoder %s\n",
12288 struct intel_plane *plane, *linked; local in function:icl_add_linked_planes
12293 linked = plane_state->planar_linked_plane;
12295 if (!linked)
12298 linked_plane_state = intel_atomic_get_plane_state(state, linked);
12314 struct intel_plane *plane, *linked; local in function:icl_check_nv12_planes
12348 for_each_intel_plane_on_crtc(&dev_priv->drm, crtc, linked) {
12349 if (!icl_is_nv12_y_plane(linked->id))
12352 if (crtc_state->active_planes & BIT(linked->id))
12355 linked_state = intel_atomic_get_plane_state(state, linked);
    [all...]
  /src/usr.sbin/lpr/lpr/
lpr.c 78 static char *cfname; /* daemon control files, linked from tf's */
110 static const char *linked(const char *);
348 if (sflag && (cp = linked(arg)) != NULL) {
367 warnx("%s: not linked, copying instead", arg);
472 linked(const char *file) function in typeref:typename:const char *

Completed in 69 milliseconds