Home
last modified time | relevance | path

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

12345678910>>...14

/Linux-v5.15/drivers/gpu/drm/selftests/
Dtest-drm_rect.c17 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()
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()
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()
66 visible = drm_rect_clip_scaled(&src, &dst, &clip); in igt_drm_rect_clip_scaled_not_clipped()
74 FAIL(!visible, "Destination should be visible\n"); in igt_drm_rect_clip_scaled_not_clipped()
[all …]
Dtest-drm_plane_helper.c108 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/drivers/gpu/drm/armada/
Darmada_overlay.c89 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()
192 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()
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/drivers/gpu/drm/
Ddrm_plane_helper.c111 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()
/Linux-v5.15/scripts/kconfig/
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()
189 prop->visible.tri = expr_calc_value(prop->visible.expr); 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()
199 tri = EXPR_OR(tri, prop->visible.tri); in sym_calc_visibility()
203 if (sym->visible != tri) { 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()
589 expr_alloc_and(parent->prompt->visible.expr, in menu_finalize()
621 tristate visible; in menu_is_visible() local
[all …]
Dparser.y354 | menu_option_list visible
415 visible: T_VISIBLE if_expr T_EOL
616 if (!expr_is_yes(prop->visible.expr)) { in print_symbol()
618 expr_fprint(prop->visible.expr, out); in print_symbol()
625 if (!expr_is_yes(prop->visible.expr)) { in print_symbol()
627 expr_fprint(prop->visible.expr, out); in print_symbol()
696 if (!expr_is_yes(prop->visible.expr)) { in zconfdump()
698 expr_fprint(prop->visible.expr, out); in zconfdump()
Dqconf.h120 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem()
125 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem()
130 : Parent(parent, after), nextItem(0), menu(0), visible(v), goParent(true) in ConfigItem()
164 bool visible; variable
Dqconf.cc175 if (!sym_has_value(sym) && visible) in updateMenu()
185 visible = v; in testUpdateMenu()
599 bool visible; in updateMenuList() local
631 visible = menu_is_visible(child); in updateMenuList()
636 item = new ConfigItem(parent, last, child, visible); in updateMenuList()
638 item->testUpdateMenu(visible); in updateMenuList()
664 bool visible; in updateMenuList() local
696 visible = menu_is_visible(child); in updateMenuList()
701 item = new ConfigItem(this, last, child, visible); in updateMenuList()
703 item->testUpdateMenu(visible); in updateMenuList()
[all …]
/Linux-v5.15/drivers/gpu/drm/nouveau/dispnv50/
Dhead.c366 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 …]
Dcurs507a.c86 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()
Datom.h56 bool visible; member
68 bool visible; member
84 bool visible; member
179 bool visible; member
Dwndw.c280 if (fb != armw->state.fb || !armw->visible || modeset) { in nv50_wndw_atomic_check_acquire()
386 asyw->visible = false; in nv50_wndw_atomic_check_lut()
419 (!armw->visible || (armw->xlut.handle && !asyw->xlut.handle))) in nv50_wndw_atomic_check_lut()
461 asyw->visible = asyh->state.active; in nv50_wndw_atomic_check()
463 asyw->visible = false; in nv50_wndw_atomic_check()
474 if (asyw->visible && wndw->func->xlut_set && in nv50_wndw_atomic_check()
475 (!armw->visible || in nv50_wndw_atomic_check()
485 if (asyw->visible) { in nv50_wndw_atomic_check()
493 if (armw->visible) { in nv50_wndw_atomic_check()
504 if (!asyw->visible || modeset) { in nv50_wndw_atomic_check()
[all …]
Dhead507d.c241 asyh->set.curs = asyh->curs.visible; in head507d_core_set()
250 if ((asyh->core.visible = (asyh->base.cpp != 0))) { in head507d_core_calc()
256 if ((asyh->core.visible = (asyh->ovly.cpp != 0)) || in head507d_core_calc()
257 (asyh->core.visible = asyh->curs.visible)) { in head507d_core_calc()
/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_atomic_plane.c185 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()
516 if (new_plane_state->uapi.visible || in skl_update_planes_on_crtc()
540 if (new_plane_state->uapi.visible) in i9xx_update_planes_on_crtc()
[all …]
Dintel_cursor.c97 if (!plane_state->uapi.visible) in intel_cursor_check_surface()
165 if (!plane_state->uapi.visible) in intel_check_cursor()
236 drm_WARN_ON(&i915->drm, plane_state->uapi.visible && in i845_check_cursor()
264 if (plane_state && plane_state->uapi.visible) { in i845_update_cursor()
457 drm_WARN_ON(&dev_priv->drm, plane_state->uapi.visible && in i9xx_check_cursor()
480 plane_state->uapi.visible && plane_state->uapi.dst.x1 < 0) { in i9xx_check_cursor()
500 if (plane_state && plane_state->uapi.visible) { in i9xx_update_cursor()
719 if (new_plane_state->uapi.visible) in intel_legacy_cursor_update()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/basics/
Ddc_common.c54 if (pipe_ctx->plane_state && pipe_ctx->plane_state->visible) in is_lower_pipe_tree_visible()
63 if (pipe_ctx->plane_state && pipe_ctx->plane_state->visible) in is_upper_pipe_tree_visible()
72 if (pipe_ctx->plane_state && pipe_ctx->plane_state->visible) in is_pipe_tree_visible()
/Linux-v5.15/Documentation/arm64/
Dcpu-feature-registers.rst58 of visible features. Also, the kernel may manipulate the fields
107 c) The value of a 'visible' field holds the system wide safe value
112 4. List of registers with visible features
118 | Name | bits | visible |
151 | Name | bits | visible |
176 | Name | bits | visible |
189 | Name | bits | visible |
202 NOTE: The 'visible' fields of MIDR_EL1 will contain the value
209 | Name | bits | visible |
241 | Name | bits | visible |
[all …]
/Linux-v5.15/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-v5.15/arch/x86/boot/
Dvideo-mode.c84 int visible = mi->x || mi->y; in raw_set_mode() local
86 if ((mode == nmode && visible) || in raw_set_mode()
93 if (visible) in raw_set_mode()
/Linux-v5.15/drivers/hwmon/
Dadt7411.c536 bool visible; in adt7411_is_visible() local
540 visible = channel == 0 || channel >= 3 || !data->use_ext_temp; in adt7411_is_visible()
544 return visible ? S_IRUGO : 0; in adt7411_is_visible()
547 return visible ? S_IRUGO | S_IWUSR : 0; in adt7411_is_visible()
551 visible = channel == 0 || data->use_ext_temp; in adt7411_is_visible()
557 return visible ? S_IRUGO : 0; in adt7411_is_visible()
560 return visible ? S_IRUGO | S_IWUSR : 0; in adt7411_is_visible()
/Linux-v5.15/drivers/gpu/drm/tidss/
Dtidss_plane.c43 new_plane_state->visible = false; in tidss_plane_atomic_check()
94 if (!new_plane_state->visible) in tidss_plane_atomic_check()
120 if (!new_state->visible) { in tidss_plane_atomic_update()
/Linux-v5.15/drivers/i2c/algos/
DKconfig7 visible if !I2C_HELPER_AUTO
/Linux-v5.15/Documentation/misc-devices/
Dspear-pcie-gadget.rst107 memory, which is to be made visible to PCIe host. Similarly any other peripheral
108 can also be made visible to PCIe host. E.g., if you program base address of UART
110 visible as UART.

12345678910>>...14