Home
last modified time | relevance | path

Searched full:visible (Results 1 – 25 of 1395) sorted by relevance

12345678910>>...56

/Linux-v6.6/Documentation/admin-guide/blockdev/drbd/
DDRBD-8.3-data-packets.svg16 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 …]
DDRBD-data-packets.svg16 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-v6.6/drivers/gpu/drm/tests/
Ddrm_rect_test.c28 bool visible; in drm_test_rect_clip_scaled_div_by_zero() local
37 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_div_by_zero()
39 KUNIT_EXPECT_FALSE_MSG(test, visible, "Destination not be visible\n"); in drm_test_rect_clip_scaled_div_by_zero()
40 KUNIT_EXPECT_FALSE_MSG(test, drm_rect_visible(&src), "Source should not be visible\n"); in drm_test_rect_clip_scaled_div_by_zero()
45 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_div_by_zero()
47 KUNIT_EXPECT_FALSE_MSG(test, visible, "Destination not be visible\n"); in drm_test_rect_clip_scaled_div_by_zero()
48 KUNIT_EXPECT_FALSE_MSG(test, drm_rect_visible(&src), "Source should not be visible\n"); in drm_test_rect_clip_scaled_div_by_zero()
54 bool visible; in drm_test_rect_clip_scaled_not_clipped() local
61 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_not_clipped()
67 KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n"); in drm_test_rect_clip_scaled_not_clipped()
[all …]
/Linux-v6.6/scripts/kconfig/
Dgconf.glade6 <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 …]
Dsymbol.c46 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 …]
Dmenu.c141 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-v6.6/drivers/gpu/drm/armada/
Darmada_overlay.c87 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()
91 old_state->visible, new_state->visible); in armada_drm_overlay_plane_atomic_update()
97 if (!old_state->visible && new_state->visible) in armada_drm_overlay_plane_atomic_update()
141 if (new_state->visible) in armada_drm_overlay_plane_atomic_update()
160 } else if (old_state->visible != new_state->visible) { in armada_drm_overlay_plane_atomic_update()
161 cfg = new_state->visible ? CFG_DMA_ENA : 0; in armada_drm_overlay_plane_atomic_update()
179 if ((!old_state->visible && new_state->visible) || in armada_drm_overlay_plane_atomic_update()
183 if ((!old_state->visible && new_state->visible) || in armada_drm_overlay_plane_atomic_update()
186 if (!old_state->visible && new_state->visible) in armada_drm_overlay_plane_atomic_update()
189 if ((!old_state->visible && new_state->visible) || in armada_drm_overlay_plane_atomic_update()
[all …]
Darmada_plane.c93 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-v6.6/Documentation/i2c/
Di2c_bus.svg27 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-v6.6/drivers/gpu/drm/i915/display/
Dintel_atomic_plane.c172 * considers the cursor to be visible, whether or not in intel_plane_pixel_rate()
173 * it is actually visible. in intel_plane_pixel_rate()
189 if (!plane_state->uapi.visible) in intel_plane_data_rate()
220 if (!plane_state->uapi.visible) in intel_plane_relative_data_rate()
264 if (!plane_state->uapi.visible || !plane->min_cdclk) in intel_plane_calc_min_cdclk()
378 plane_state->uapi.visible = false; in intel_plane_set_invisible()
386 if (new->uapi.visible != cur->uapi.visible) in intel_wm_need_update()
440 bool old_visible = old_plane_state->uapi.visible; in i9xx_must_disable_cxsr()
441 bool new_visible = new_plane_state->uapi.visible; in i9xx_must_disable_cxsr()
487 bool turn_off, turn_on, visible, was_visible; in intel_plane_atomic_calc_changes() local
[all …]
/Linux-v6.6/Documentation/RCU/Design/Memory-Ordering/
DTreeRCU-dyntick.svg43 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 …]
DTreeRCU-hotplug.svg43 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 …]
DTreeRCU-gp-init-1.svg43 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-v6.6/tools/arch/ia64/include/asm/
Dbarrier.h21 * 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-v6.6/Documentation/devicetree/bindings/arm/
Dsecure.txt8 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-v6.6/arch/arm/mm/
Ddma.h14 * 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-v6.6/Documentation/admin-guide/media/
Dipu3_rcb.svg5 <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-v6.6/arch/ia64/include/asm/
Dbarrier.h19 * 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-v6.6/drivers/gpu/drm/nouveau/dispnv50/
Dhead.c384 asyh->olut.visible = asyh->olut.handle != 0; in nv50_head_atomic_check()
397 if (!asyh->core.visible) in nv50_head_atomic_check()
398 asyh->olut.visible = false; in nv50_head_atomic_check()
404 asyh->olut.visible = false; in nv50_head_atomic_check()
405 asyh->core.visible = false; in nv50_head_atomic_check()
406 asyh->curs.visible = false; in nv50_head_atomic_check()
412 if (asyh->core.visible) { in nv50_head_atomic_check()
416 if (armh->core.visible) { in nv50_head_atomic_check()
420 if (asyh->curs.visible) { in nv50_head_atomic_check()
424 if (armh->curs.visible) { in nv50_head_atomic_check()
[all …]
/Linux-v6.6/Documentation/ABI/stable/
Dsysfs-driver-dma-idxd25 It's not visible when the device does not support batch.
53 It's not visible when the device does not support Read Buffer
128 It's not visible when the device does not support Read Buffer
144 consumption. This attribute should only be visible on IAA devices
152 occupies 4k size if the evl entry is 64 bytes. It's visible
229 It's not visible when the device does not support batch.
245 if set. It's visible only on platforms that support the
270 correlates to the operations allowed. It's visible only
285 It's not visible when the device does not support Read Buffer
295 It's not visible when the device does not support Read Buffer
[all …]
/Linux-v6.6/Documentation/gpu/amdgpu/display/
Dpipeline_4k_no_split.svg27 style="overflow:visible"
42 style="overflow:visible"
57 style="overflow:visible"
72 style="overflow:visible"
87 style="overflow:visible"
102 style="overflow:visible"
117 style="overflow:visible"
132 style="overflow:visible"
147 style="overflow:visible"
162 style="overflow:visible"
[all …]
Dpipeline_4k_split.svg27 style="overflow:visible"
42 style="overflow:visible"
57 style="overflow:visible"
72 style="overflow:visible"
87 style="overflow:visible"
102 style="overflow:visible"
117 style="overflow:visible"
132 style="overflow:visible"
147 style="overflow:visible"
162 style="overflow:visible"
[all …]
/Linux-v6.6/tools/testing/selftests/exec/
Dbinfmt_script.py138 # 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-v6.6/Documentation/userspace-api/media/v4l/
Dconstraints.svg3visible" orient="auto"><path id="path6263" transform="matrix(-.4 0 0 -.4 -4 0)" d="m0 0 5-5-17.5 5…
4visible" orient="auto"><path id="path6003" transform="matrix(-.4 0 0 -.4 -4 0)" d="m0 0 5-5-17.5 5…
5visible" orient="auto"><path id="path5261" transform="matrix(-.4 0 0 -.4 -4 0)" d="m0 0 5-5-17.5 5…
/Linux-v6.6/drivers/gpu/drm/
Ddrm_plane_helper.c104 bool *visible) in drm_plane_helper_check_update() argument
136 *visible = plane_state.visible; in drm_plane_helper_check_update()
194 bool visible; in drm_plane_helper_update_primary() local
204 false, false, &visible); in drm_plane_helper_update_primary()
208 if (!visible) in drm_plane_helper_update_primary()
210 * Primary plane isn't visible. Note that unless a driver in drm_plane_helper_update_primary()

12345678910>>...56