HomeSort by: relevance | last modified time | path
    Searched refs:visible (Results 1 - 25 of 56) sorted by relevancy

1 2 3

  /src/sys/external/bsd/drm2/dist/drm/
drm_plane_helper.c 114 bool *visible)
129 .visible = *visible,
147 *visible = plane_state.visible;
181 bool visible = false; /* XXX wasn't initialized normally. Looks like bug. */ local in function:drm_primary_helper_update
188 false, false, &visible);
192 if (!visible)
194 * Primary plane isn't visible. Note that unless a driver
drm_damage_helper.c 61 * is free to read more, user-space must always render the entire visible
275 * For the case when plane is not visible or plane update should not happen the
287 if (!state || !state->crtc || !state->fb || !state->visible)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/basics/
amdgpu_dc_common.c 59 if (pipe_ctx->plane_state && pipe_ctx->plane_state->visible)
68 if (pipe_ctx->plane_state && pipe_ctx->plane_state->visible)
77 if (pipe_ctx->plane_state && pipe_ctx->plane_state->visible)
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_curs507a.c 64 asyh->set.curs = asyh->curs.visible;
72 asyh->curs.visible = false;
86 asyh->curs.visible = asyw->state.visible;
87 if (ret || !asyh->curs.visible)
nouveau_dispnv50_head.c 352 asyh->olut.visible = asyh->olut.handle != 0;
366 if (!asyh->core.visible)
367 asyh->olut.visible = false;
373 asyh->olut.visible = false;
374 asyh->core.visible = false;
375 asyh->curs.visible = false;
381 if (asyh->core.visible) {
385 if (armh->core.visible) {
389 if (asyh->curs.visible) {
393 if (armh->curs.visible) {
    [all...]
atom.h 59 bool visible; member in struct:nv50_head_atom::__anonf635598f0508
71 bool visible; member in struct:nv50_head_atom::__anonf635598f0608
87 bool visible; member in struct:nv50_head_atom::__anonf635598f0708
165 bool visible; member in struct:nv50_wndw_atom
nouveau_dispnv50_head507d.c 202 asyh->set.curs = asyh->curs.visible;
211 if ((asyh->core.visible = (asyh->base.cpp != 0))) {
217 if ((asyh->core.visible = (asyh->ovly.cpp != 0)) ||
218 (asyh->core.visible = asyh->curs.visible)) {
nouveau_dispnv50_wndw.c 248 if (asyw->state.fb != armw->state.fb || !armw->visible || modeset) {
347 asyw->visible = false;
380 (!armw->visible || (armw->xlut.handle && !asyw->xlut.handle)))
412 * and determine whether the window will be visible.
419 asyw->visible = asyh->state.active;
421 asyw->visible = false;
432 if (asyw->visible && wndw->func->xlut_set &&
433 (!armw->visible ||
443 if (asyw->visible) {
451 if (armw->visible) {
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_atomic_plane.c 146 if (!plane_state->uapi.visible)
172 if (!plane_state->uapi.visible || !plane->min_cdclk)
244 new_plane_state->uapi.visible = false;
254 if (new_plane_state->uapi.visible)
257 if (new_plane_state->uapi.visible &&
261 if (new_plane_state->uapi.visible &&
265 if (new_plane_state->uapi.visible || old_plane_state->uapi.visible)
300 new_plane_state->uapi.visible = false;
399 if (new_plane_state->uapi.visible ||
    [all...]
intel_fbc.c 33 * The benefits of FBC are mostly visible with solid backgrounds and
648 cache->plane.visible = plane_state->uapi.visible;
649 if (!cache->plane.visible)
697 if (!cache->plane.visible) {
698 fbc->no_fbc_reason = "primary plane not visible";
842 params->plane_visible = cache->plane.visible;
1078 /* Simply choose the first CRTC that is compatible and has a visible
1089 if (!plane_state->uapi.visible)
1144 if (!cache->plane.visible)
    [all...]
  /src/usr.bin/make/unit-tests/
job-output-long-lines.mk 8 # the line, to make them clearly visible in large log files.
varname-makefile.mk 36 # visible again.
varmod-path.mk 12 # between its path and its name would not be visible.
  /src/games/canfield/canfield/
canfield.c 145 bool visible; member in struct:cardtype
538 ideck[i]->visible = FALSE;
601 else if (cp->visible == FALSE) {
687 deck[i]->visible = TRUE;
928 talon->visible = TRUE;
930 if (talon->paid == FALSE && talon->visible == TRUE) {
975 if (ptr->paid == FALSE && ptr->visible == TRUE) {
987 if (ptr->paid == FALSE && ptr->visible == TRUE) {
1026 if (talon != NIL && (talon->visible == FALSE)) {
1027 talon->visible = TRUE
    [all...]
  /src/usr.bin/xlint/lint2/
check-msgs.lua 9 actual user-visible message text in msg.c.
  /src/lib/libmenu/
menu.h 86 int visible; /* set if item is visible */ member in struct:__item
internals.c 492 menu->items[item]->visible = 1;
542 menu->items[offset]->visible = 0;
579 menu->items[offset]->visible = 0;
item.c 45 0, /* is item visible? */
69 return item->visible;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_debug.c 76 "plane_state->visible = %d;\n"
85 plane_state->visible,
253 "plane_info->visible = %d;\n"
257 update->plane_info->visible,
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_trace.h 127 __field(u32, visible)
136 __entry->visible = bo->flags;
139 TP_printk("bo=%p, pages=%u, type=%d, preferred=%d, allowed=%d, visible=%d",
141 __entry->prefer, __entry->allow, __entry->visible)
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_plane.h 87 * Left position of visible portion of plane on crtc, signed dest
95 * Upper position of visible portion of plane on crtc, signed dest
100 /** @crtc_w: width of visible portion of plane on crtc */
101 /** @crtc_h: height of visible portion of plane on crtc */
105 * @src_x: left position of visible portion of plane within plane (in
110 * @src_y: upper position of visible portion of plane within plane (in
114 /** @src_w: width of visible portion of plane (in 16.16) */
115 /** @src_h: height of visible portion of plane (in 16.16) */
212 * @visible:
217 bool visible; member in struct:drm_plane_state
    [all...]
  /src/usr.bin/xlint/lint1/
check-msgs.lua 9 actual user-visible message text in err.c.
  /src/usr.sbin/envstat/
envstat.c 85 bool visible; member in struct:envsys_sensor
865 sensor->visible = true;
880 if (sensor->visible) {
972 /* skip sensors that were not marked as visible */
973 if (sensors && !sensor->visible)
1388 /* completely skip sensors that were not marked as visible */
1389 if (sensors && !sensor->visible)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc.h 776 bool visible; member in struct:dc_plane_state
803 bool visible; member in struct:dc_plane_info
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
omap3-n950.dts 246 * - top + bottom 5px are not visible

Completed in 77 milliseconds

1 2 3