Searched refs:visible (Results 1 - 25 of 106) sorted by relevance

12345

/linux-master/drivers/gpu/drm/tests/
H A Ddrm_rect_test.c28 bool visible; local
37 visible = drm_rect_clip_scaled(&src, &dst, &clip);
39 KUNIT_EXPECT_FALSE_MSG(test, visible, "Destination not be visible\n");
40 KUNIT_EXPECT_FALSE_MSG(test, drm_rect_visible(&src), "Source should not be visible\n");
45 visible = drm_rect_clip_scaled(&src, &dst, &clip);
47 KUNIT_EXPECT_FALSE_MSG(test, visible, "Destination not be visible\n");
48 KUNIT_EXPECT_FALSE_MSG(test, drm_rect_visible(&src), "Source should not be visible\n");
54 bool visible; local
102 bool visible; local
192 bool visible; local
340 bool visible; local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/basics/
H A Ddc_common.c54 if (pipe_ctx->plane_state && pipe_ctx->plane_state->visible)
63 if (pipe_ctx->plane_state && pipe_ctx->plane_state->visible)
72 if (pipe_ctx->plane_state && pipe_ctx->plane_state->visible)
/linux-master/drivers/gpu/drm/
H A Ddrm_plane_helper.c104 bool *visible)
136 *visible = plane_state.visible;
194 bool visible; local
204 false, false, &visible);
208 if (!visible)
210 * Primary plane isn't visible. Note that unless a driver
94 drm_plane_helper_check_update(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, struct drm_rect *src, struct drm_rect *dst, unsigned int rotation, int min_scale, int max_scale, bool can_position, bool can_update_disabled, bool *visible) argument
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_atomic_plane.c175 * considers the cursor to be visible, whether or not
176 * it is actually visible.
192 if (!plane_state->uapi.visible)
223 if (!plane_state->uapi.visible)
267 if (!plane_state->uapi.visible || !plane->min_cdclk)
381 plane_state->uapi.visible = false;
389 if (new->uapi.visible != cur->uapi.visible)
443 bool old_visible = old_plane_state->uapi.visible;
444 bool new_visible = new_plane_state->uapi.visible;
490 bool turn_off, turn_on, visible, was_visible; local
[all...]
H A Dintel_modeset_setup.c53 if (plane_state->uapi.visible)
466 if (plane_state->uapi.visible &&
652 bool visible; local
654 visible = plane->get_hw_state(plane, &pipe);
659 intel_set_plane_visible(crtc_state, plane_state, visible);
664 str_enabled_disabled(visible), pipe_name(pipe));
845 if (plane_state->uapi.visible)
852 if (plane_state->uapi.visible && plane->min_cdclk) {
/linux-master/drivers/gpu/drm/armada/
H A Darmada_plane.c93 new_plane_state->visible = false;
153 DRM_DEBUG_KMS("[PLANE:%d:%s] is on [CRTC:%d:%s] with [FB:%d] visible %u->%u\n",
157 old_state->visible, new_state->visible);
163 if (!old_state->visible && new_state->visible) {
196 if (new_state->visible)
205 } else if (old_state->visible != new_state->visible) {
206 cfg = new_state->visible
[all...]
H A Darmada_overlay.c87 DRM_DEBUG_KMS("[PLANE:%d:%s] is on [CRTC:%d:%s] with [FB:%d] visible %u->%u\n",
91 old_state->visible, new_state->visible);
97 if (!old_state->visible && new_state->visible)
141 if (new_state->visible)
160 } else if (old_state->visible != new_state->visible) {
161 cfg = new_state->visible ? CFG_DMA_ENA : 0;
179 if ((!old_state->visible
[all...]
/linux-master/scripts/kconfig/
H A Dsymbol.c45 if (sym_is_choice_value(sym) && sym->visible == yes)
86 prop->visible.tri = expr_calc_value(prop->visible.expr);
87 if (prop->visible.tri != no)
98 prop->visible.tri = expr_calc_value(prop->visible.expr);
99 if (prop->visible.tri != no)
178 /* any prompt visible? */
185 prop->visible.tri = expr_calc_value(prop->visible
[all...]
H A Dmenu.c141 prop->visible.expr = dep;
188 prop->visible.expr = expr_alloc_and(prop->visible.expr,
378 dep = rewrite_m(prop->visible.expr);
384 prop->visible.expr = dep;
434 basedep = parent->prompt ? parent->prompt->visible.expr : NULL;
441 dep = menu->prompt ? menu->prompt->visible.expr : menu->dep;
513 prop->visible.expr = expr_alloc_and(expr_copy(basedep),
514 prop->visible.expr);
577 * setting the choice mode to 'n' when the choice is visible
622 tristate visible; local
[all...]
H A Dqconf.h120 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false)
125 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false)
130 : Parent(parent, after), nextItem(0), menu(0), visible(v), goParent(true)
164 bool visible; member in class:ConfigItem
H A Dparser.y353 | menu_option_list visible
414 visible: T_VISIBLE if_expr T_EOL label
643 if (!expr_is_yes(prop->visible.expr)) {
645 expr_fprint(prop->visible.expr, out);
652 if (!expr_is_yes(prop->visible.expr)) {
654 expr_fprint(prop->visible.expr, out);
723 if (!expr_is_yes(prop->visible.expr)) {
725 expr_fprint(prop->visible.expr, out);
H A Dqconf.cc177 if (!sym_has_value(sym) && visible)
187 visible = v;
601 bool visible; local
633 visible = menu_is_visible(child);
638 item = new ConfigItem(parent, last, child, visible);
640 item->testUpdateMenu(visible);
666 bool visible; local
698 visible = menu_is_visible(child);
703 item = new ConfigItem(this, last, child, visible);
705 item->testUpdateMenu(visible);
[all...]
/linux-master/arch/x86/boot/
H A Dvideo-mode.c84 int visible = mi->x || mi->y; local
86 if ((mode == nmode && visible) ||
93 if (visible)
H A Dvideo.c165 int visible = mi->x && mi->y; local
169 if (!visible)
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dcurs507a.c86 asyh->set.curs = asyh->curs.visible;
94 asyh->curs.visible = false;
110 asyh->curs.visible = asyw->state.visible;
111 if (ret || !asyh->curs.visible)
H A Dhead.c385 asyh->olut.visible = asyh->olut.handle != 0;
398 if (!asyh->core.visible)
399 asyh->olut.visible = false;
405 asyh->olut.visible = false;
406 asyh->core.visible = false;
407 asyh->curs.visible = false;
413 if (asyh->core.visible) {
417 if (armh->core.visible) {
421 if (asyh->curs.visible) {
425 if (armh->curs.visible) {
[all...]
H A Datom.h56 bool visible; member in struct:nv50_head_atom::__anon890
68 bool visible; member in struct:nv50_head_atom::__anon891
84 bool visible; member in struct:nv50_head_atom::__anon892
179 bool visible; member in struct:nv50_wndw_atom
H A Dwndw.c282 if (fb != armw->state.fb || !armw->visible || modeset) {
388 asyw->visible = false;
418 (!armw->visible || (armw->xlut.handle && !asyw->xlut.handle)))
453 * and determine whether the window will be visible.
460 asyw->visible = asyh->state.active;
462 asyw->visible = false;
473 if (asyw->visible && wndw->func->xlut_set &&
474 (!armw->visible ||
484 if (asyw->visible) {
492 if (armw->visible) {
[all...]
/linux-master/drivers/net/ipa/
H A Dipa_sysfs.c107 bool visible; local
109 /* An endpoint id attribute is only visible if it's defined */
113 visible = !!ipa->name_map[(enum ipa_endpoint_name)(uintptr_t)ea->var];
115 return visible ? attr->mode : 0;
/linux-master/drivers/gpu/drm/tidss/
H A Dtidss_plane.c40 * The visible field is not reset by the DRM core but only
44 new_plane_state->visible = false;
95 if (!new_plane_state->visible)
120 if (!new_state->visible) {
/linux-master/drivers/hwmon/
H A Dadt7411.c536 bool visible; local
540 visible = channel == 0 || channel >= 3 || !data->use_ext_temp;
544 return visible ? S_IRUGO : 0;
547 return visible ? S_IRUGO | S_IWUSR : 0;
551 visible = channel == 0 || data->use_ext_temp;
557 return visible ? S_IRUGO : 0;
560 return visible ? S_IRUGO | S_IWUSR : 0;
/linux-master/drivers/net/ethernet/sfc/
H A Dnic.c298 * Returns the number of visible statistics, i.e. the number of set
304 size_t visible = 0; local
314 ++visible;
318 return visible;
/linux-master/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_plane.c156 * The visible field is not reset by the DRM core but only
160 new_plane_state->visible = false;
176 if (!new_plane_state->visible) {
200 if (!new_plane_state->visible)
/linux-master/drivers/gpu/drm/renesas/rz-du/
H A Drzg2l_du_vsp.c187 * The visible field is not reset by the DRM core but only
191 state->visible = false;
207 if (!state->visible) {
235 if (new_state->visible)
/linux-master/drivers/gpu/drm/vkms/
H A Dvkms_crtc.c198 if (!plane_state->visible)
214 if (!plane_state->visible)

Completed in 401 milliseconds

12345