| /Linux-v5.4/drivers/gpu/drm/armada/ |
| D | armada_overlay.c | 86 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() 134 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 …]
|
| D | armada_plane.c | 118 state->visible = false; in armada_drm_plane_atomic_check() 176 old_state->visible, state->visible); in armada_drm_primary_plane_atomic_update() 182 if (!old_state->visible && state->visible) { in armada_drm_primary_plane_atomic_update() 214 if (state->visible) in armada_drm_primary_plane_atomic_update() 223 } else if (old_state->visible != state->visible) { in armada_drm_primary_plane_atomic_update() 224 cfg = state->visible ? CFG_GRA_ENA : 0; in armada_drm_primary_plane_atomic_update()
|
| /Linux-v5.4/drivers/gpu/drm/ |
| D | drm_plane_helper.c | 111 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.4/drivers/gpu/drm/selftests/ |
| D | test-drm_plane_helper.c | 108 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()
|
| D | test-drm_damage_helper.c | 88 .visible = true, in igt_damage_iter_no_damage() 119 .visible = true, in igt_damage_iter_no_damage_fractional_src() 152 .visible = true, in igt_damage_iter_no_damage_src_moved() 184 .visible = true, in igt_damage_iter_no_damage_fractional_src_moved() 217 .visible = false, in igt_damage_iter_no_damage_not_visible() 299 .visible = true, in igt_damage_iter_simple_damage() 335 .visible = true, in igt_damage_iter_single_damage() 370 .visible = true, in igt_damage_iter_single_damage_intersect_src() 406 .visible = true, in igt_damage_iter_single_damage_outside_src() 441 .visible = true, in igt_damage_iter_single_damage_fractional_src() [all …]
|
| /Linux-v5.4/scripts/kconfig/ |
| D | symbol.c | 41 if (sym_is_choice_value(sym) && sym->visible == yes) in sym_get_type() 82 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_default_prop() 83 if (prop->visible.tri != no) in sym_get_default_prop() 94 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_range_prop() 95 if (prop->visible.tri != no) in sym_get_range_prop() 184 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_calc_visibility() 191 prop->visible.tri == mod && choice_sym->curr.tri == yes) in sym_calc_visibility() 192 prop->visible.tri = no; in sym_calc_visibility() 194 tri = EXPR_OR(tri, prop->visible.tri); in sym_calc_visibility() 198 if (sym->visible != tri) { in sym_calc_visibility() [all …]
|
| D | menu.c | 133 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() 331 parentdep = parent->prompt->visible.expr; in menu_finalize() 386 dep = rewrite_m(prop->visible.expr); in menu_finalize() 392 prop->visible.expr = dep; in menu_finalize() 442 basedep = parent->prompt ? parent->prompt->visible.expr : NULL; in menu_finalize() 449 dep = menu->prompt ? menu->prompt->visible.expr : menu->dep; in menu_finalize() 521 prop->visible.expr = expr_alloc_and(expr_copy(basedep), in menu_finalize() 522 prop->visible.expr); in menu_finalize() [all …]
|
| D | parser.y | 362 | menu_option_list visible 423 visible: T_VISIBLE if_expr T_EOL 628 if (!expr_is_yes(prop->visible.expr)) { in print_symbol() 630 expr_fprint(prop->visible.expr, out); in print_symbol() 637 if (!expr_is_yes(prop->visible.expr)) { in print_symbol() 639 expr_fprint(prop->visible.expr, out); in print_symbol() 708 if (!expr_is_yes(prop->visible.expr)) { in zconfdump() 710 expr_fprint(prop->visible.expr, out); in zconfdump()
|
| D | qconf.h | 127 : 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
|
| D | qconf.cc | 209 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-v5.4/drivers/gpu/drm/i915/display/ |
| D | intel_atomic_plane.c | 124 if (!plane_state->base.visible) in intel_plane_data_rate() 153 new_plane_state->base.visible = false; in intel_plane_atomic_check_with_state() 163 if (new_plane_state->base.visible) in intel_plane_atomic_check_with_state() 166 if (new_plane_state->base.visible && in intel_plane_atomic_check_with_state() 170 if (new_plane_state->base.visible && in intel_plane_atomic_check_with_state() 174 if (new_plane_state->base.visible || old_plane_state->base.visible) in intel_plane_atomic_check_with_state() 212 new_plane_state->base.visible = false; in intel_plane_atomic_check() 321 if (new_plane_state->base.visible) { in skl_update_planes_on_crtc() 361 if (new_plane_state->base.visible) in i9xx_update_planes_on_crtc()
|
| /Linux-v5.4/drivers/gpu/drm/nouveau/dispnv50/ |
| D | head.c | 338 asyh->olut.visible = asyh->olut.handle != 0; in nv50_head_atomic_check() 352 if (!asyh->core.visible) in nv50_head_atomic_check() 353 asyh->olut.visible = false; in nv50_head_atomic_check() 359 asyh->olut.visible = false; in nv50_head_atomic_check() 360 asyh->core.visible = false; in nv50_head_atomic_check() 361 asyh->curs.visible = false; in nv50_head_atomic_check() 367 if (asyh->core.visible) { in nv50_head_atomic_check() 371 if (armh->core.visible) { in nv50_head_atomic_check() 375 if (asyh->curs.visible) { in nv50_head_atomic_check() 379 if (armh->curs.visible) { in nv50_head_atomic_check() [all …]
|
| D | curs507a.c | 59 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()
|
| D | atom.h | 52 bool visible; member 64 bool visible; member 80 bool visible; member 157 bool visible; member
|
| D | wndw.c | 243 if (asyw->state.fb != armw->state.fb || !armw->visible || modeset) { in nv50_wndw_atomic_check_acquire() 342 asyw->visible = false; in nv50_wndw_atomic_check_lut() 372 (!armw->visible || (armw->xlut.handle && !asyw->xlut.handle))) in nv50_wndw_atomic_check_lut() 410 asyw->visible = asyh->state.active; in nv50_wndw_atomic_check() 412 asyw->visible = false; in nv50_wndw_atomic_check() 423 if (asyw->visible && wndw->func->xlut_set && in nv50_wndw_atomic_check() 424 (!armw->visible || in nv50_wndw_atomic_check() 431 if (asyw->visible) { in nv50_wndw_atomic_check() 439 if (armw->visible) { in nv50_wndw_atomic_check() 450 if (!asyw->visible || modeset) { in nv50_wndw_atomic_check()
|
| D | head507d.c | 195 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-v5.4/Documentation/devicetree/bindings/arm/ |
| 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-v5.4/Documentation/arm64/ |
| D | cpu-feature-registers.rst | 58 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 | 149 | Name | bits | visible | 174 | Name | bits | visible | 187 NOTE: The 'visible' fields of MIDR_EL1 will contain the value 194 | Name | bits | visible | 216 | Name | bits | visible | 224 | Name | bits | visible |
|
| /Linux-v5.4/arch/x86/boot/ |
| 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-v5.4/Documentation/core-api/ |
| D | atomic_ops.rst | 72 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-v5.4/drivers/hwmon/ |
| D | adt7411.c | 536 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.4/drivers/i2c/algos/ |
| D | Kconfig | 7 visible if !I2C_HELPER_AUTO
|
| /Linux-v5.4/Documentation/misc-devices/ |
| D | spear-pcie-gadget.txt | 85 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-v5.4/Documentation/kbuild/ |
| D | kconfig-language.rst | 26 visible if its parent entry is also visible. 78 default values are visible, only the first defined one is active. 84 prompt is visible the default value is presented to the user and can 148 In general use select only for non-visible symbols 157 from a direct dependency or with a visible prompt. 184 - limiting menu display: "visible if" <expr> 190 entries. Default value of "visible" is true. 266 respectively for calculations). A menu entry becomes visible when its 303 - the child entry must only be visible, if the parent is visible:: 315 MODVERSIONS directly depends on MODULES, this means it's only visible if [all …]
|
| /Linux-v5.4/Documentation/leds/ |
| D | leds-lp5521.rst | 33 store program (visible only in engine load mode) 115 disabled and it is not visible in the sysfs.
|