| /linux/drivers/gpu/drm/tests/ |
| H A D | drm_rect_test.c | 28 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() 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() 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() 75 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_not_clipped() 81 KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n"); in drm_test_rect_clip_scaled_not_clipped() [all …]
|
| /linux/drivers/gpu/drm/armada/ |
| H A D | armada_overlay.c | 92 old_state->visible, new_state->visible); in armada_drm_overlay_plane_atomic_update() 98 if (!old_state->visible && new_state->visible) in armada_drm_overlay_plane_atomic_update() 142 if (new_state->visible) in armada_drm_overlay_plane_atomic_update() 161 } else if (old_state->visible != new_state->visible) { in armada_drm_overlay_plane_atomic_update() 162 cfg = new_state->visible ? CFG_DMA_ENA : 0; in armada_drm_overlay_plane_atomic_update() 180 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() 190 if ((!old_state->visible && new_state->visible) || in armada_drm_overlay_plane_atomic_update() 195 if ((!old_state->visible && new_state->visible) || in armada_drm_overlay_plane_atomic_update() [all …]
|
| H A D | armada_plane.c | 94 new_plane_state->visible = false; in armada_drm_plane_atomic_check() 153 old_state->visible, new_state->visible); in armada_drm_primary_plane_atomic_update() 159 if (!old_state->visible && new_state->visible) { in armada_drm_primary_plane_atomic_update() 192 if (new_state->visible) in armada_drm_primary_plane_atomic_update() 201 } else if (old_state->visible != new_state->visible) { in armada_drm_primary_plane_atomic_update() 202 cfg = new_state->visible ? CFG_GRA_ENA : 0; in armada_drm_primary_plane_atomic_update()
|
| /linux/scripts/kconfig/ |
| H A D | symbol.c | 125 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_default_prop() 126 if (prop->visible.tri != no) in sym_get_default_prop() 137 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_range_prop() 138 if (prop->visible.tri != no) in sym_get_range_prop() 218 sym->visible = yes; in sym_calc_visibility() 225 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_calc_visibility() 226 tri = EXPR_OR(tri, prop->visible.tri); in sym_calc_visibility() 230 if (sym->visible != tri) { in sym_calc_visibility() 231 sym->visible = tri; in sym_calc_visibility() 280 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_choice_default() [all …]
|
| H A D | menu.c | 173 prop->visible.expr = dep; in menu_add_prop() 210 prop->visible.expr = expr_alloc_and(prop->visible.expr, in menu_add_prompt() 369 dep = rewrite_m(prop->visible.expr); in _menu_finalize() 373 prop->visible.expr = dep; in _menu_finalize() 420 basedep = parent->prompt ? parent->prompt->visible.expr : NULL; in _menu_finalize() 427 dep = menu->prompt ? menu->prompt->visible.expr : menu->dep; in _menu_finalize() 549 tristate visible; in menu_is_visible() local 562 visible = menu->prompt->visible.tri; in menu_is_visible() 564 visible = menu->prompt->visible.tri = expr_calc_value(menu->prompt->visible.expr); in menu_is_visible() 566 if (visible != no) in menu_is_visible() [all …]
|
| H A D | parser.y | 371 | menu_option_list visible 432 visible: T_VISIBLE if_expr T_EOL 711 if (!expr_is_yes(prop->visible.expr)) { in print_symbol() 713 expr_fprint(prop->visible.expr, out); in print_symbol() 720 if (!expr_is_yes(prop->visible.expr)) { in print_symbol() 722 expr_fprint(prop->visible.expr, out); in print_symbol() 784 if (!expr_is_yes(prop->visible.expr)) { in zconfdump() 786 expr_fprint(prop->visible.expr, out); in zconfdump()
|
| /linux/Documentation/arch/arm64/ |
| H A D | cpu-feature-registers.rst | 58 of visible features. Also, the kernel may manipulate the fields 108 c) The value of a 'visible' field holds the system wide safe value 113 4. List of registers with visible features 119 | Name | bits | visible | 152 | Name | bits | visible | 179 | Name | bits | visible | 194 | Name | bits | visible | 207 NOTE: The 'visible' fields of MIDR_EL1 will contain the value 214 | Name | bits | visible | 246 | Name | bits | visible | [all …]
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_plane.c | 251 if (!plane_state->uapi.visible) in intel_plane_data_rate() 271 if (!plane_state->uapi.visible) in intel_plane_relative_data_rate() 307 if (!plane_state->uapi.visible || !plane->min_cdclk) in intel_plane_calc_min_cdclk() 460 plane_state->uapi.visible = false; in intel_plane_set_invisible() 506 bool old_visible = old_plane_state->uapi.visible; in i9xx_must_disable_cxsr() 507 bool new_visible = new_plane_state->uapi.visible; in i9xx_must_disable_cxsr() 547 bool old_visible = old_plane_state->uapi.visible; in ilk_must_disable_cxsr() 548 bool new_visible = new_plane_state->uapi.visible; in ilk_must_disable_cxsr() 608 bool turn_off, turn_on, visible, was_visible; in intel_plane_atomic_calc_changes() local 617 was_visible = old_plane_state->uapi.visible; in intel_plane_atomic_calc_changes() [all …]
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_plane_helper.c | 105 bool *visible) in drm_plane_helper_check_update() argument 137 *visible = plane_state.visible; in drm_plane_helper_check_update() 195 bool visible; in drm_plane_helper_update_primary() local 205 false, false, &visible); in drm_plane_helper_update_primary() 209 if (!visible) in drm_plane_helper_update_primary()
|
| /linux/drivers/gpu/drm/nouveau/dispnv50/ |
| H A D | head.c | 384 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 …]
|
| H A D | curs507a.c | 86 asyh->set.curs = asyh->curs.visible; in curs507a_prepare() 95 asyh->curs.visible = false; in curs507a_release() 111 asyh->curs.visible = asyw->state.visible; in curs507a_acquire() 112 if (ret || !asyh->curs.visible) in curs507a_acquire()
|
| H A D | atom.h | 56 bool visible; member 68 bool visible; member 84 bool visible; member 192 bool visible; member
|
| H A D | wndw.c | 288 if (fb != armw->state.fb || !armw->visible || modeset) { in nv50_wndw_atomic_check_acquire() 394 asyw->visible = false; in nv50_wndw_atomic_check_lut() 424 (!armw->visible || (armw->xlut.handle && !asyw->xlut.handle))) in nv50_wndw_atomic_check_lut() 466 asyw->visible = asyh->state.active; in nv50_wndw_atomic_check() 468 asyw->visible = false; in nv50_wndw_atomic_check() 479 if (asyw->visible && wndw->func->xlut_set && in nv50_wndw_atomic_check() 480 (!armw->visible || in nv50_wndw_atomic_check() 490 if (asyw->visible) { in nv50_wndw_atomic_check() 498 if (armw->visible) { in nv50_wndw_atomic_check() 509 if (!asyw->visible || modeset) { in nv50_wndw_atomic_check() [all …]
|
| H A D | head507d.c | 241 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/drivers/gpu/drm/amd/display/dc/basics/ |
| H A D | dc_common.c | 55 if (pipe_ctx->plane_state && pipe_ctx->plane_state->visible) in is_lower_pipe_tree_visible() 64 if (pipe_ctx->plane_state && pipe_ctx->plane_state->visible) in is_upper_pipe_tree_visible() 73 if (pipe_ctx->plane_state && pipe_ctx->plane_state->visible) in is_pipe_tree_visible()
|
| /linux/Documentation/devicetree/bindings/arm/ |
| H A 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/Documentation/ABI/stable/ |
| H A D | sysfs-driver-dma-idxd | 25 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 151 This attribute should only be visible on DSA devices of version 159 consumption. This attribute should only be visible on IAA devices 167 occupies 4k size if the evl entry is 64 bytes. It's visible 244 It's not visible when the device does not support batch. 260 if set. It's visible only on platforms that support the 285 correlates to the operations allowed. It's visible only 306 It's not visible when the device does not support Read Buffer [all …]
|
| /linux/arch/x86/boot/ |
| H A D | video-mode.c | 84 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/drivers/net/ipa/ |
| H A D | ipa_sysfs.c | 110 bool visible; in ipa_endpoint_id_is_visible() local 116 visible = !!ipa->name_map[(enum ipa_endpoint_name)(uintptr_t)ea->var]; in ipa_endpoint_id_is_visible() 118 return visible ? attr->mode : 0; in ipa_endpoint_id_is_visible()
|
| /linux/drivers/hwmon/ |
| H A D | adt7411.c | 511 bool visible; in adt7411_is_visible() local 515 visible = channel == 0 || channel >= 3 || !data->use_ext_temp; in adt7411_is_visible() 519 return visible ? S_IRUGO : 0; in adt7411_is_visible() 522 return visible ? S_IRUGO | S_IWUSR : 0; in adt7411_is_visible() 526 visible = channel == 0 || data->use_ext_temp; in adt7411_is_visible() 532 return visible ? S_IRUGO : 0; in adt7411_is_visible() 535 return visible ? S_IRUGO | S_IWUSR : 0; in adt7411_is_visible()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-intel-m10-bmc-sec-update | 8 visible if the underlying device supports it. 18 is only visible if the underlying device supports it. 27 "hash not programmed". This file is only visible if the
|
| /linux/drivers/gpu/drm/tidss/ |
| H A D | tidss_plane.c | 51 new_plane_state->visible = false; in tidss_plane_atomic_check() 102 if (!new_plane_state->visible) in tidss_plane_atomic_check() 125 if (!new_state->visible) { in tidss_plane_atomic_update()
|
| /linux/drivers/gpu/drm/renesas/rz-du/ |
| H A D | rzg2l_du_vsp.c | 188 state->visible = false; in __rzg2l_du_vsp_plane_atomic_check() 204 if (!state->visible) { in __rzg2l_du_vsp_plane_atomic_check() 232 if (new_state->visible) in rzg2l_du_vsp_plane_atomic_update()
|
| /linux/Documentation/kbuild/ |
| H A D | kconfig-language.rst | 26 visible if its parent entry is also visible. 73 with "if". If a prompt is not present, the config option is a non-visible 82 default values are visible, only the first defined one is active. 88 prompt is visible the default value is presented to the user and can 162 In general use select only for non-visible symbols 177 from a direct dependency or with a visible prompt. 219 - limiting menu display: "visible if" <expr> 225 entries. Default value of "visible" is true. 253 - Has no prompt (is not visible to users in menus) 315 respectively for calculations). A menu entry becomes visible when its [all …]
|
| /linux/Documentation/gpu/rfc/ |
| H A D | i915_small_bar.rst | 16 required, and prioritize using the non-CPU visible portion of 30 VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT set, to represent the CPU visible portion,
|