Searched defs:visible (Results 1 - 8 of 8) sorted by relevance

/drivers/gpu/drm/nouveau/
H A Dnouveau_crtc.h57 bool visible; member in struct:nouveau_crtc::__anon897
H A Dnv50_display.c1044 nv50_crtc_cursor_show_hide(nv_crtc, nv_crtc->cursor.visible, true);
1247 bool visible = (handle != 0); local
1250 if (visible) {
1271 if (visible != nv_crtc->cursor.visible) {
1272 nv50_crtc_cursor_show_hide(nv_crtc, visible, true);
1273 nv_crtc->cursor.visible = visible;
/drivers/gpu/drm/
H A Ddrm_plane_helper.c92 * @visible: output parameter indicating whether plane is still visible after
113 bool *visible)
130 *visible = drm_rect_clip_scaled(src, dest, clip, hscale, vscale);
131 if (!*visible)
133 * Plane isn't visible; some drivers can handle this
216 bool visible; local
222 false, false, &visible);
226 if (!visible)
228 * Primary plane isn't visible
103 drm_plane_helper_check_update(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, struct drm_rect *src, struct drm_rect *dest, const struct drm_rect *clip, int min_scale, int max_scale, bool can_position, bool can_update_disabled, bool *visible) argument
[all...]
/drivers/net/ethernet/sfc/
H A Dnic.c453 * Returns the number of visible statistics, i.e. the number of set
459 size_t visible = 0; local
469 ++visible;
473 return visible;
/drivers/gpu/drm/i915/
H A Dintel_sprite.c863 bool visible; local
939 visible = drm_rect_clip_scaled(&src, &dst, &clip, hscale, vscale);
946 if (visible) {
1003 visible = false;
1008 if (visible && (src_w != crtc_w || src_h != crtc_h)) {
1016 visible = false;
1019 visible = false;
1040 WARN_ON(!primary_enabled && !visible && intel_crtc->active);
1079 if (visible)
H A Dintel_display.c8312 /* If no-part of the cursor is visible on the framebuffer, then the GPU may hang... */
11792 * coordinates given weren't visible, or because we detected
11861 bool visible; local
11868 false, true, &visible);
11902 * If clipping results in a non-visible primary plane, we'll disable
11907 if (!visible) {
12077 bool visible; local
12084 true, true, &visible);
12093 intel_crtc_update_cursor(crtc, visible);
/drivers/crypto/qat/qat_common/
H A Dicp_qat_uclo.h358 unsigned char visible; member in struct:icp_qat_uof_ae_reg
/drivers/gpu/drm/qxl/
H A Dqxl_dev.h439 uint8_t visible; member in struct:qxl_cursor_cmd::__anon957::__anon958

Completed in 204 milliseconds