Home
last modified time | relevance | path

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

12345678910>>...60

/linux-6.12.1/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-6.12.1/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-6.12.1/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.c113 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_default_prop()
114 if (prop->visible.tri != no) in sym_get_default_prop()
125 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_range_prop()
126 if (prop->visible.tri != no) in sym_get_range_prop()
201 /* any prompt visible? */ in sym_calc_visibility()
204 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_calc_visibility()
205 tri = EXPR_OR(tri, prop->visible.tri); in sym_calc_visibility()
209 if (sym->visible != tri) { in sym_calc_visibility()
210 sym->visible = tri; in sym_calc_visibility()
248 * Next locate the first visible choice value
[all …]
Dmenu.c162 prop->visible.expr = dep; in menu_add_prop()
199 prop->visible.expr = expr_alloc_and(prop->visible.expr, in menu_add_prompt()
358 dep = rewrite_m(prop->visible.expr); in _menu_finalize()
362 prop->visible.expr = dep; in _menu_finalize()
409 basedep = parent->prompt ? parent->prompt->visible.expr : NULL; in _menu_finalize()
416 dep = menu->prompt ? menu->prompt->visible.expr : menu->dep; in _menu_finalize()
538 tristate visible; in menu_is_visible() local
551 visible = menu->prompt->visible.tri; in menu_is_visible()
553 visible = menu->prompt->visible.tri = expr_calc_value(menu->prompt->visible.expr); in menu_is_visible()
555 if (visible != no) in menu_is_visible()
[all …]
/linux-6.12.1/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-6.12.1/Documentation/i2c/
Di2c_bus.svg28 style="overflow:visible"
39 style="overflow:visible"
55 style="overflow:visible"
74 style="overflow:visible"
86 style="overflow:visible"
105 style="overflow:visible"
120 style="overflow:visible"
135 style="overflow:visible"
150 style="overflow:visible"
165 style="overflow:visible"
[all …]
/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_atomic_plane.c185 * considers the cursor to be visible, whether or not in intel_plane_pixel_rate()
186 * it is actually visible. in intel_plane_pixel_rate()
202 if (!plane_state->uapi.visible) in intel_plane_data_rate()
233 if (!plane_state->uapi.visible) in intel_plane_relative_data_rate()
277 if (!plane_state->uapi.visible || !plane->min_cdclk) in intel_plane_calc_min_cdclk()
391 plane_state->uapi.visible = false; in intel_plane_set_invisible()
399 if (new->uapi.visible != cur->uapi.visible) in intel_wm_need_update()
459 bool old_visible = old_plane_state->uapi.visible; in i9xx_must_disable_cxsr()
460 bool new_visible = new_plane_state->uapi.visible; in i9xx_must_disable_cxsr()
506 bool turn_off, turn_on, visible, was_visible; in intel_plane_atomic_calc_changes() local
[all …]
/linux-6.12.1/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 …]
DTreeRCU-gp-fqs.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-6.12.1/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-6.12.1/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-6.12.1/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-6.12.1/drivers/gpu/drm/nouveau/dispnv50/
Dhead.c379 asyh->olut.visible = asyh->olut.handle != 0; in nv50_head_atomic_check()
392 if (!asyh->core.visible) in nv50_head_atomic_check()
393 asyh->olut.visible = false; in nv50_head_atomic_check()
399 asyh->olut.visible = false; in nv50_head_atomic_check()
400 asyh->core.visible = false; in nv50_head_atomic_check()
401 asyh->curs.visible = false; in nv50_head_atomic_check()
407 if (asyh->core.visible) { in nv50_head_atomic_check()
411 if (armh->core.visible) { in nv50_head_atomic_check()
415 if (asyh->curs.visible) { in nv50_head_atomic_check()
419 if (armh->curs.visible) { in nv50_head_atomic_check()
[all …]
/linux-6.12.1/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
291 It's not visible when the device does not support Read Buffer
301 It's not visible when the device does not support Read Buffer
[all …]
/linux-6.12.1/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-6.12.1/tools/testing/selftests/exec/
Dbinfmt_script.py144 # One byte under size, leaving newline visible.
146 # Two bytes under size, leaving newline visible.
148 # Exact size, but trailing whitespace visible instead of newline
150 # Exact size, but trailing space and first arg char visible instead of newline.
152 # One bute under, with confirmed non-truncated arg since newline now visible.
158 # One byte under with whitespace arg. leaving wenline visible.
160 # One byte under with whitespace leading. leaving wenline visible.
162 # One byte under with whitespace leading and as arg. leaving newline visible.
/linux-6.12.1/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-6.12.1/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()
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_ttm_vram_mgr_types.h26 /** @visible_size: Proped size of the CPU visible portion */
28 /** @visible_avail: CPU visible portion still unallocated */
46 /** @used_visible_size: How many CPU visible bytes this resource is using */

12345678910>>...60