/Linux-v5.15/drivers/gpu/drm/selftests/ |
D | test-drm_rect.c | 17 bool visible; in igt_drm_rect_clip_scaled_div_by_zero() local 26 visible = drm_rect_clip_scaled(&src, &dst, &clip); in igt_drm_rect_clip_scaled_div_by_zero() 27 FAIL(visible, "Destination not be visible\n"); in igt_drm_rect_clip_scaled_div_by_zero() 28 FAIL(drm_rect_visible(&src), "Source should not be visible\n"); in igt_drm_rect_clip_scaled_div_by_zero() 33 visible = drm_rect_clip_scaled(&src, &dst, &clip); in igt_drm_rect_clip_scaled_div_by_zero() 34 FAIL(visible, "Destination not be visible\n"); in igt_drm_rect_clip_scaled_div_by_zero() 35 FAIL(drm_rect_visible(&src), "Source should not be visible\n"); in igt_drm_rect_clip_scaled_div_by_zero() 43 bool visible; in igt_drm_rect_clip_scaled_not_clipped() local 50 visible = drm_rect_clip_scaled(&src, &dst, &clip); in igt_drm_rect_clip_scaled_not_clipped() 58 FAIL(!visible, "Destination should be visible\n"); in igt_drm_rect_clip_scaled_not_clipped() [all …]
|
D | test-drm_plane_helper.c | 108 FAIL_ON(!plane_state.visible); in igt_check_plane_state() 119 FAIL_ON(!plane_state.visible); in igt_check_plane_state() 138 FAIL_ON(!plane_state.visible); in igt_check_plane_state() 155 FAIL_ON(!plane_state.visible); in igt_check_plane_state() 168 FAIL_ON(!plane_state.visible); in igt_check_plane_state() 180 FAIL_ON(!plane_state.visible); in igt_check_plane_state() 191 FAIL_ON(!plane_state.visible); in igt_check_plane_state() 202 FAIL_ON(!plane_state.visible); in igt_check_plane_state() 214 FAIL_ON(!plane_state.visible); in igt_check_plane_state()
|
/Linux-v5.15/Documentation/admin-guide/blockdev/drbd/ |
D | DRBD-8.3-data-packets.svg | 16 style="visibility:visible"> 23 style="fill:#008000;visibility:visible" /> 27 style="fill:none;stroke:#008000;visibility:visible" /> 31 style="fill:#008000;visibility:visible" /> 35 style="fill:none;stroke:#008000;visibility:visible" /> 39 style="fill:#008000;visibility:visible" /> 43 style="fill:none;stroke:#008000;visibility:visible" /> 47 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed… 59 style="fill:#008000;visibility:visible" /> 63 style="fill:none;stroke:#008000;visibility:visible" /> [all …]
|
D | DRBD-data-packets.svg | 16 style="visibility:visible"> 23 style="fill:#008000;visibility:visible" /> 27 style="fill:none;stroke:#008000;visibility:visible" /> 31 style="fill:#008000;visibility:visible" /> 35 style="fill:none;stroke:#008000;visibility:visible" /> 39 style="fill:#008000;visibility:visible" /> 43 style="fill:none;stroke:#008000;visibility:visible" /> 49 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed… 58 style="fill:#008000;visibility:visible" /> 62 style="fill:none;stroke:#008000;visibility:visible" /> [all …]
|
/Linux-v5.15/scripts/kconfig/ |
D | gconf.glade | 6 <property name="visible">True</property> 26 <property name="visible">True</property> 32 <property name="visible">True</property> 36 <property name="visible">True</property> 45 <property name="visible">True</property> 54 <property name="visible">True</property> 68 <property name="visible">True</property> 77 <property name="visible">True</property> 91 <property name="visible">True</property> 99 <property name="visible">True</property> [all …]
|
D | symbol.c | 46 if (sym_is_choice_value(sym) && sym->visible == yes) in sym_get_type() 87 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_default_prop() 88 if (prop->visible.tri != no) in sym_get_default_prop() 99 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_range_prop() 100 if (prop->visible.tri != no) in sym_get_range_prop() 182 /* any prompt visible? */ in sym_calc_visibility() 189 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_calc_visibility() 192 * not visible if the corresponding choice's value is in sym_calc_visibility() 196 prop->visible.tri == mod && choice_sym->curr.tri == yes) in sym_calc_visibility() 197 prop->visible.tri = no; in sym_calc_visibility() [all …]
|
D | menu.c | 141 prop->visible.expr = dep; in menu_add_prop() 188 prop->visible.expr = expr_alloc_and(prop->visible.expr, in menu_add_prompt() 379 dep = rewrite_m(prop->visible.expr); in menu_finalize() 385 prop->visible.expr = dep; in menu_finalize() 435 basedep = parent->prompt ? parent->prompt->visible.expr : NULL; in menu_finalize() 442 dep = menu->prompt ? menu->prompt->visible.expr : menu->dep; in menu_finalize() 514 prop->visible.expr = expr_alloc_and(expr_copy(basedep), in menu_finalize() 515 prop->visible.expr); in menu_finalize() 581 * setting the choice mode to 'n' when the choice is visible. in menu_finalize() 589 expr_alloc_and(parent->prompt->visible.expr, in menu_finalize() [all …]
|
/Linux-v5.15/drivers/gpu/drm/armada/ |
D | armada_overlay.c | 85 DRM_DEBUG_KMS("[PLANE:%d:%s] is on [CRTC:%d:%s] with [FB:%d] visible %u->%u\n", in armada_drm_overlay_plane_atomic_update() 89 old_state->visible, new_state->visible); in armada_drm_overlay_plane_atomic_update() 95 if (!old_state->visible && new_state->visible) in armada_drm_overlay_plane_atomic_update() 139 if (new_state->visible) in armada_drm_overlay_plane_atomic_update() 158 } else if (old_state->visible != new_state->visible) { in armada_drm_overlay_plane_atomic_update() 159 cfg = new_state->visible ? CFG_DMA_ENA : 0; in armada_drm_overlay_plane_atomic_update() 177 if ((!old_state->visible && new_state->visible) || in armada_drm_overlay_plane_atomic_update() 181 if ((!old_state->visible && new_state->visible) || in armada_drm_overlay_plane_atomic_update() 184 if (!old_state->visible && new_state->visible) in armada_drm_overlay_plane_atomic_update() 187 if ((!old_state->visible && new_state->visible) || in armada_drm_overlay_plane_atomic_update() [all …]
|
D | armada_plane.c | 93 new_plane_state->visible = false; in armada_drm_plane_atomic_check() 153 DRM_DEBUG_KMS("[PLANE:%d:%s] is on [CRTC:%d:%s] with [FB:%d] visible %u->%u\n", in armada_drm_primary_plane_atomic_update() 157 old_state->visible, new_state->visible); in armada_drm_primary_plane_atomic_update() 163 if (!old_state->visible && new_state->visible) { in armada_drm_primary_plane_atomic_update() 196 if (new_state->visible) in armada_drm_primary_plane_atomic_update() 205 } else if (old_state->visible != new_state->visible) { in armada_drm_primary_plane_atomic_update() 206 cfg = new_state->visible ? CFG_GRA_ENA : 0; in armada_drm_primary_plane_atomic_update()
|
/Linux-v5.15/Documentation/i2c/ |
D | i2c_bus.svg | 27 style="overflow:visible" 38 style="overflow:visible" 54 style="overflow:visible" 73 style="overflow:visible" 85 style="overflow:visible" 104 style="overflow:visible" 119 style="overflow:visible" 134 style="overflow:visible" 149 style="overflow:visible" 164 style="overflow:visible" [all …]
|
/Linux-v5.15/Documentation/RCU/Design/Memory-Ordering/ |
D | TreeRCU-dyntick.svg | 43 style="overflow:visible"> 57 style="overflow:visible"> 71 style="overflow:visible"> 85 style="overflow:visible"> 99 style="overflow:visible"> 113 style="overflow:visible"> 127 style="overflow:visible"> 141 style="overflow:visible"> 155 style="overflow:visible"> 169 style="overflow:visible"> [all …]
|
D | TreeRCU-hotplug.svg | 43 style="overflow:visible"> 57 style="overflow:visible"> 71 style="overflow:visible"> 85 style="overflow:visible"> 99 style="overflow:visible"> 113 style="overflow:visible"> 127 style="overflow:visible"> 141 style="overflow:visible"> 155 style="overflow:visible"> 169 style="overflow:visible"> [all …]
|
D | TreeRCU-gp-init-1.svg | 43 style="overflow:visible"> 57 style="overflow:visible"> 71 style="overflow:visible"> 85 style="overflow:visible"> 99 style="overflow:visible"> 113 style="overflow:visible"> 127 style="overflow:visible"> 141 style="overflow:visible"> 155 style="overflow:visible"> 169 style="overflow:visible"> [all …]
|
D | TreeRCU-gp-fqs.svg | 43 style="overflow:visible"> 57 style="overflow:visible"> 71 style="overflow:visible"> 85 style="overflow:visible"> 99 style="overflow:visible"> 113 style="overflow:visible"> 127 style="overflow:visible"> 141 style="overflow:visible"> 155 style="overflow:visible"> 169 style="overflow:visible"> [all …]
|
/Linux-v5.15/drivers/gpu/drm/ |
D | drm_plane_helper.c | 111 bool *visible) in drm_plane_helper_check_update() argument 126 .visible = *visible, in drm_plane_helper_check_update() 144 *visible = plane_state.visible; in drm_plane_helper_check_update() 178 bool visible; in drm_primary_helper_update() local 185 false, false, &visible); in drm_primary_helper_update() 189 if (!visible) in drm_primary_helper_update() 191 * Primary plane isn't visible. Note that unless a driver in drm_primary_helper_update()
|
/Linux-v5.15/tools/arch/ia64/include/asm/ |
D | barrier.h | 21 * and "subsequent" refer to program order; "visible" means that all 22 * architecturally visible effects of a memory access have occurred 26 * like regions are visible before any subsequent 28 * visible only after all previous stores. 31 * accesses are visible before all subsequent
|
/Linux-v5.15/Documentation/devicetree/bindings/arm/ |
D | secure.txt | 8 visible only in the Secure address space, only in the Normal address 9 space, or visible in both. (One example of that situation would be a 46 /* Neither specified: default to visible in both S and NS */ 47 secure-status = "okay"; /* visible in both */ 48 status = "okay"; /* visible in both */ 49 status = "okay"; secure-status = "okay"; /* visible in both */
|
/Linux-v5.15/arch/arm/mm/ |
D | dma.h | 14 * is visible to DMA, or data written by DMA to system memory is 15 * visible to the CPU. 25 * is visible to DMA, or data written by DMA to system memory is 26 * visible to the CPU.
|
/Linux-v5.15/drivers/gpu/drm/i915/display/ |
D | intel_atomic_plane.c | 167 * considers the cursor to be visible, whether or not in intel_plane_pixel_rate() 168 * it is actually visible. in intel_plane_pixel_rate() 185 if (!plane_state->uapi.visible) in intel_plane_data_rate() 216 if (!plane_state->uapi.visible || !plane->min_cdclk) in intel_plane_calc_min_cdclk() 325 plane_state->uapi.visible = false; in intel_plane_set_invisible() 351 if (new_plane_state->uapi.visible) in intel_plane_atomic_check_with_state() 354 if (new_plane_state->uapi.visible && in intel_plane_atomic_check_with_state() 358 if (new_plane_state->uapi.visible && in intel_plane_atomic_check_with_state() 362 if (new_plane_state->uapi.visible || old_plane_state->uapi.visible) in intel_plane_atomic_check_with_state() 416 new_plane_state->uapi.visible = false; in intel_plane_atomic_check() [all …]
|
/Linux-v5.15/arch/ia64/include/asm/ |
D | barrier.h | 19 * and "subsequent" refer to program order; "visible" means that all 20 * architecturally visible effects of a memory access have occurred 24 * like regions are visible before any subsequent 26 * visible only after all previous stores. 29 * accesses are visible before all subsequent
|
/Linux-v5.15/Documentation/admin-guide/media/ |
D | ipu3_rcb.svg | 5 <symbol overflow="visible" id="glyph0-0"> 8 <symbol overflow="visible" id="glyph0-1"> 11 <symbol overflow="visible" id="glyph0-2"> 14 <symbol overflow="visible" id="glyph0-3"> 17 <symbol overflow="visible" id="glyph0-4"> 20 <symbol overflow="visible" id="glyph0-5"> 23 <symbol overflow="visible" id="glyph0-6"> 26 <symbol overflow="visible" id="glyph0-7"> 29 <symbol overflow="visible" id="glyph0-8"> 32 <symbol overflow="visible" id="glyph0-9"> [all …]
|
/Linux-v5.15/drivers/gpu/drm/nouveau/dispnv50/ |
D | head.c | 366 asyh->olut.visible = asyh->olut.handle != 0; in nv50_head_atomic_check() 380 if (!asyh->core.visible) in nv50_head_atomic_check() 381 asyh->olut.visible = false; in nv50_head_atomic_check() 387 asyh->olut.visible = false; in nv50_head_atomic_check() 388 asyh->core.visible = false; in nv50_head_atomic_check() 389 asyh->curs.visible = false; in nv50_head_atomic_check() 395 if (asyh->core.visible) { in nv50_head_atomic_check() 399 if (armh->core.visible) { in nv50_head_atomic_check() 403 if (asyh->curs.visible) { in nv50_head_atomic_check() 407 if (armh->curs.visible) { in nv50_head_atomic_check() [all …]
|
D | curs507a.c | 86 asyh->set.curs = asyh->curs.visible; in curs507a_prepare() 94 asyh->curs.visible = false; in curs507a_release() 108 asyh->curs.visible = asyw->state.visible; in curs507a_acquire() 109 if (ret || !asyh->curs.visible) in curs507a_acquire()
|
/Linux-v5.15/tools/testing/selftests/exec/ |
D | binfmt_script | 138 # One byte under size, leaving newline visible. 140 # Two bytes under size, leaving newline visible. 142 # Exact size, but trailing whitespace visible instead of newline 144 # Exact size, but trailing space and first arg char visible instead of newline. 146 # One bute under, with confirmed non-truncated arg since newline now visible. 152 # One byte under with whitespace arg. leaving wenline visible. 154 # One byte under with whitespace leading. leaving wenline visible. 156 # One byte under with whitespace leading and as arg. leaving newline visible.
|
/Linux-v5.15/Documentation/userspace-api/media/v4l/ |
D | constraints.svg | 3 …visible" orient="auto"><path id="path6263" transform="matrix(-.4 0 0 -.4 -4 0)" d="m0 0 5-5-17.5 5… 4 …visible" orient="auto"><path id="path6003" transform="matrix(-.4 0 0 -.4 -4 0)" d="m0 0 5-5-17.5 5… 5 …visible" orient="auto"><path id="path5261" transform="matrix(-.4 0 0 -.4 -4 0)" d="m0 0 5-5-17.5 5…
|