Home
last modified time | relevance | path

Searched refs:visible (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/Linux-v4.19/drivers/gpu/drm/armada/
Darmada_overlay.c86 old_state->visible, state->visible); in armada_drm_overlay_plane_atomic_update()
92 if (!old_state->visible && state->visible) in armada_drm_overlay_plane_atomic_update()
136 if (state->visible) in armada_drm_overlay_plane_atomic_update()
153 } else if (old_state->visible != state->visible) { in armada_drm_overlay_plane_atomic_update()
154 cfg = state->visible ? CFG_DMA_ENA : 0; in armada_drm_overlay_plane_atomic_update()
172 if ((!old_state->visible && state->visible) || in armada_drm_overlay_plane_atomic_update()
176 if ((!old_state->visible && state->visible) || in armada_drm_overlay_plane_atomic_update()
179 if (!old_state->visible && state->visible) in armada_drm_overlay_plane_atomic_update()
182 if ((!old_state->visible && state->visible) || in armada_drm_overlay_plane_atomic_update()
187 if ((!old_state->visible && state->visible) || in armada_drm_overlay_plane_atomic_update()
[all …]
Darmada_plane.c141 state->visible = false; in armada_drm_plane_atomic_check()
164 old_state->visible, state->visible); in armada_drm_primary_plane_atomic_update()
170 if (!old_state->visible && state->visible) { in armada_drm_primary_plane_atomic_update()
198 if (state->visible) in armada_drm_primary_plane_atomic_update()
207 } else if (old_state->visible != state->visible) { in armada_drm_primary_plane_atomic_update()
208 cfg = state->visible ? CFG_GRA_ENA : 0; in armada_drm_primary_plane_atomic_update()
/Linux-v4.19/scripts/kconfig/
Dsymbol.c41 if (sym_is_choice_value(sym) && sym->visible == yes) in sym_get_type()
84 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_default_prop()
85 if (prop->visible.tri != no) in sym_get_default_prop()
96 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_range_prop()
97 if (prop->visible.tri != no) in sym_get_range_prop()
186 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_calc_visibility()
193 prop->visible.tri == mod && choice_sym->curr.tri == yes) in sym_calc_visibility()
194 prop->visible.tri = no; in sym_calc_visibility()
196 tri = EXPR_OR(tri, prop->visible.tri); in sym_calc_visibility()
200 if (sym->visible != tri) { in sym_calc_visibility()
[all …]
Dmenu.c133 prop->visible.expr = dep; in menu_add_prop()
164 prop->visible.expr in menu_add_prop()
165 = expr_alloc_and(prop->visible.expr, in menu_add_prop()
334 parentdep = parent->prompt->visible.expr; in menu_finalize()
389 dep = rewrite_m(prop->visible.expr); in menu_finalize()
395 prop->visible.expr = dep; in menu_finalize()
445 basedep = parent->prompt ? parent->prompt->visible.expr : NULL; in menu_finalize()
452 dep = menu->prompt ? menu->prompt->visible.expr : menu->dep; in menu_finalize()
524 prop->visible.expr = expr_alloc_and(expr_copy(basedep), in menu_finalize()
525 prop->visible.expr); in menu_finalize()
[all …]
Dzconf.y460 | visibility_list visible
464 visible: T_VISIBLE if_expr
682 if (!expr_is_yes(prop->visible.expr)) { in print_symbol()
684 expr_fprint(prop->visible.expr, out); in print_symbol()
691 if (!expr_is_yes(prop->visible.expr)) { in print_symbol()
693 expr_fprint(prop->visible.expr, out); in print_symbol()
762 if (!expr_is_yes(prop->visible.expr)) { in zconfdump()
764 expr_fprint(prop->visible.expr, out); in zconfdump()
Dqconf.h127 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem()
132 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem()
137 : Parent(parent, after), nextItem(0), menu(0), visible(v), goParent(true) in ConfigItem()
188 bool visible; variable
Dqconf.cc209 if (!sym_has_value(sym) && visible) in updateMenu()
219 visible = v; in testUpdateMenu()
582 bool visible; in updateMenuList() local
614 visible = menu_is_visible(child); in updateMenuList()
619 item = new ConfigItem(parent, last, child, visible); in updateMenuList()
621 item->testUpdateMenu(visible); in updateMenuList()
647 bool visible; in updateMenuList() local
679 visible = menu_is_visible(child); in updateMenuList()
684 item = new ConfigItem(parent, last, child, visible); in updateMenuList()
686 item->testUpdateMenu(visible); in updateMenuList()
[all …]
/Linux-v4.19/drivers/gpu/drm/selftests/
Dtest-drm-helper.c120 FAIL_ON(!plane_state.visible); in igt_check_plane_state()
131 FAIL_ON(!plane_state.visible); in igt_check_plane_state()
150 FAIL_ON(!plane_state.visible); in igt_check_plane_state()
167 FAIL_ON(!plane_state.visible); in igt_check_plane_state()
180 FAIL_ON(!plane_state.visible); in igt_check_plane_state()
192 FAIL_ON(!plane_state.visible); in igt_check_plane_state()
203 FAIL_ON(!plane_state.visible); in igt_check_plane_state()
214 FAIL_ON(!plane_state.visible); in igt_check_plane_state()
226 FAIL_ON(!plane_state.visible); in igt_check_plane_state()
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/
Dhead.c318 asyh->olut.visible = asyh->olut.handle != 0; in nv50_head_atomic_check()
332 if (!asyh->core.visible) in nv50_head_atomic_check()
333 asyh->olut.visible = false; in nv50_head_atomic_check()
339 asyh->olut.visible = false; in nv50_head_atomic_check()
340 asyh->core.visible = false; in nv50_head_atomic_check()
341 asyh->curs.visible = false; in nv50_head_atomic_check()
347 if (asyh->core.visible) { in nv50_head_atomic_check()
351 if (armh->core.visible) { in nv50_head_atomic_check()
355 if (asyh->curs.visible) { in nv50_head_atomic_check()
359 if (armh->curs.visible) { in nv50_head_atomic_check()
[all …]
Dcurs507a.c59 asyh->set.curs = asyh->curs.visible; in curs507a_prepare()
67 asyh->curs.visible = false; in curs507a_release()
81 asyh->curs.visible = asyw->state.visible; in curs507a_acquire()
82 if (ret || !asyh->curs.visible) in curs507a_acquire()
Datom.h52 bool visible; member
63 bool visible; member
79 bool visible; member
150 bool visible; member
Dwndw.c238 if (asyw->state.fb != armw->state.fb || !armw->visible || modeset) { in nv50_wndw_atomic_check_acquire()
315 asyw->visible = false; in nv50_wndw_atomic_check_lut()
336 (!armw->visible || (armw->xlut.handle && !asyw->xlut.handle))) in nv50_wndw_atomic_check_lut()
364 asyw->visible = asyh->state.active; in nv50_wndw_atomic_check()
366 asyw->visible = false; in nv50_wndw_atomic_check()
377 if (asyw->visible && wndw->func->xlut_set && in nv50_wndw_atomic_check()
378 (!armw->visible || in nv50_wndw_atomic_check()
385 if (asyw->visible) { in nv50_wndw_atomic_check()
393 if (armw->visible) { in nv50_wndw_atomic_check()
404 if (!asyw->visible || modeset) { in nv50_wndw_atomic_check()
Dhead507d.c195 asyh->set.curs = asyh->curs.visible; in head507d_core_set()
204 if ((asyh->core.visible = (asyh->base.cpp != 0))) { in head507d_core_calc()
210 if ((asyh->core.visible = (asyh->ovly.cpp != 0)) || in head507d_core_calc()
211 (asyh->core.visible = asyh->curs.visible)) { in head507d_core_calc()
/Linux-v4.19/drivers/gpu/drm/
Ddrm_plane_helper.c138 bool *visible) in drm_plane_helper_check_update() argument
153 .visible = *visible, in drm_plane_helper_check_update()
171 *visible = plane_state.visible; in drm_plane_helper_check_update()
243 bool visible; in drm_primary_helper_update() local
250 false, false, &visible); in drm_primary_helper_update()
254 if (!visible) in drm_primary_helper_update()
/Linux-v4.19/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
45 /* Neither specified: default to visible in both S and NS */
46 secure-status = "okay"; /* visible in both */
47 status = "okay"; /* visible in both */
48 status = "okay"; secure-status = "okay"; /* visible in both */
/Linux-v4.19/arch/x86/boot/
Dvideo-mode.c86 int visible = mi->x || mi->y; in raw_set_mode() local
88 if ((mode == nmode && visible) || in raw_set_mode()
95 if (visible) in raw_set_mode()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_atomic_plane.c161 intel_state->base.visible = false; in intel_plane_atomic_check_with_state()
180 if (state->visible) in intel_plane_atomic_check_with_state()
185 if (state->visible && state->fb->format->format == DRM_FORMAT_NV12) in intel_plane_atomic_check_with_state()
227 if (new_plane_state->base.visible) { in intel_plane_atomic_update()
/Linux-v4.19/Documentation/arm64/
Dcpu-feature-registers.txt55 of visible features. Also, the kernel may manipulate the fields
101 c) The value of a 'visible' field holds the system wide safe value
106 4. List of registers with visible features
111 | Name | bits | visible |
141 | Name | bits | visible |
165 | Name | bits | visible |
178 NOTE: The 'visible' fields of MIDR_EL1 will contain the value
185 | Name | bits | visible |
199 | Name | bits | visible |
/Linux-v4.19/Documentation/core-api/
Datomic_ops.rst72 which simply reads the counter value currently visible to the calling thread.
78 initialization by any other thread is visible yet, so the user of the
319 "1" to obj->dead will be globally visible to other cpus before the
323 implementation could legally allow the atomic counter update visible
396 update done by the obj list deletion be visible to other processors
422 counter decrement would not become globally visible until the
488 made visible globally before the atomic bit operation is made visible.
489 Likewise, the atomic bit operation must be visible globally before any
490 subsequent memory operation is made visible. For example::
498 "obj->dead = 1;" is visible to cpus before the atomic memory operation
[all …]
/Linux-v4.19/drivers/hwmon/
Dadt7411.c539 bool visible; in adt7411_is_visible() local
543 visible = channel == 0 || channel >= 3 || !data->use_ext_temp; in adt7411_is_visible()
547 return visible ? S_IRUGO : 0; in adt7411_is_visible()
550 return visible ? S_IRUGO | S_IWUSR : 0; in adt7411_is_visible()
554 visible = channel == 0 || data->use_ext_temp; in adt7411_is_visible()
560 return visible ? S_IRUGO : 0; in adt7411_is_visible()
563 return visible ? S_IRUGO | S_IWUSR : 0; in adt7411_is_visible()
/Linux-v4.19/drivers/i2c/algos/
DKconfig6 visible if !I2C_HELPER_AUTO
/Linux-v4.19/Documentation/misc-devices/
Dspear-pcie-gadget.txt85 memory, which is to be made visible to PCIe host. Similarly any other peripheral
86 can also be made visible to PCIe host. E.g., if you program base address of UART
88 visible as UART.
/Linux-v4.19/Documentation/kbuild/
Dkconfig-language.txt22 visible if its parent entry is also visible.
69 default values are visible, only the first defined one is active.
75 prompt is visible the default value is presented to the user and can
132 In general use select only for non-visible symbols
140 from a direct dependency or with a visible prompt.
165 - limiting menu display: "visible if" <expr>
170 entries. Default value of "visible" is true.
243 respectively for calculations). A menu entry becomes visible when its
279 - the child entry must only be visible, if the parent is visible
291 MODVERSIONS directly depends on MODULES, this means it's only visible if
[all …]
/Linux-v4.19/Documentation/leds/
Dleds-lp5521.txt27 enginex_load : store program (visible only in engine load mode)
101 disabled and it is not visible in the sysfs.
/Linux-v4.19/drivers/media/spi/
DKconfig4 visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST

12345678910>>...12