| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | vas-window.c | 26 * Compute the paste address region for the window @window using the 29 void vas_win_paste_addr(struct vas_window *window, u64 *addr, int *len) in vas_win_paste_addr() argument 34 base = window->vinst->paste_base_addr; in vas_win_paste_addr() 35 shift = window->vinst->paste_win_id_shift; in vas_win_paste_addr() 36 winid = window->winid; in vas_win_paste_addr() 45 static inline void get_hvwc_mmio_bar(struct vas_window *window, in get_hvwc_mmio_bar() argument 50 pbaddr = window->vinst->hvwc_bar_start; in get_hvwc_mmio_bar() 51 *start = pbaddr + window->winid * VAS_HVWC_SIZE; in get_hvwc_mmio_bar() 55 static inline void get_uwc_mmio_bar(struct vas_window *window, in get_uwc_mmio_bar() argument 60 pbaddr = window->vinst->uwc_bar_start; in get_uwc_mmio_bar() [all …]
|
| H A D | vas-debug.c | 31 struct vas_window *window = s->private; in info_show() local 35 /* ensure window is not unmapped */ in info_show() 36 if (!window->hvwc_map) in info_show() 39 seq_printf(s, "Type: %s, %s\n", cop_to_str(window->cop), in info_show() 40 window->tx_win ? "Send" : "Receive"); in info_show() 41 seq_printf(s, "Pid : %d\n", vas_window_pid(window)); in info_show() 58 struct vas_window *window = s->private; in hvwc_show() local 62 /* ensure window is not unmapped */ in hvwc_show() 63 if (!window->hvwc_map) in hvwc_show() 66 print_reg(s, window, VREG(LPID)); in hvwc_show() [all …]
|
| /OK3568_Linux_fs/external/xserver/present/ |
| H A D | present_wnmd.c | 30 * Window flip mode 32 * Provides per-window flips. Flips can be processed on windows that 47 WindowPtr window, in present_wnmd_queue_vblank() argument 53 return (*screen_priv->wnmd_info->queue_vblank) (window, crtc, event_id, msc); in present_wnmd_queue_vblank() 69 present_wnmd_get_crtc(present_screen_priv_ptr screen_priv, WindowPtr window) in present_wnmd_get_crtc() argument 71 return (*screen_priv->wnmd_info->get_crtc)(window); in present_wnmd_get_crtc() 75 present_wnmd_get_ust_msc(ScreenPtr screen, WindowPtr window, uint64_t *ust, uint64_t *msc) in present_wnmd_get_ust_msc() argument 78 return (*screen_priv->wnmd_info->get_ust_msc)(window, ust, msc); in present_wnmd_get_ust_msc() 90 (void) present_wnmd_get_ust_msc(vblank->screen, vblank->window, &ust, &crtc_msc); in present_wnmd_re_execute() 95 present_wnmd_flip_try_ready(WindowPtr window) in present_wnmd_flip_try_ready() argument [all …]
|
| H A D | present_screen.c | 34 * Get a pointer to a present window private, creating if necessary 37 present_get_window_priv(WindowPtr window, Bool create) in present_get_window_priv() argument 39 present_window_priv_ptr window_priv = present_window_priv(window); in present_get_window_priv() 53 window_priv->window = window; in present_get_window_priv() 55 dixSetPrivate(&window->devPrivates, &present_window_private_key, window_priv); in present_get_window_priv() 76 * Free any queued presentations for this window 79 present_free_window_vblank(WindowPtr window) in present_free_window_vblank() argument 81 ScreenPtr screen = window->drawable.pScreen; in present_free_window_vblank() 83 present_window_priv_ptr window_priv = present_window_priv(window); in present_free_window_vblank() 87 …screen_priv->abort_vblank(window->drawable.pScreen, window, vblank->crtc, vblank->event_id, vblank… in present_free_window_vblank() [all …]
|
| H A D | present_scmd.c | 72 WindowPtr window, in present_check_flip() argument 80 ScreenPtr screen = window->drawable.pScreen; in present_check_flip() 101 /* Make sure the window hasn't been redirected with Composite */ in present_check_flip() 102 window_pixmap = screen->GetWindowPixmap(window); in present_check_flip() 108 /* Check for full-screen window */ in present_check_flip() 109 if (!RegionEqual(&window->clipList, &root->winSize)) { in present_check_flip() 113 /* Source pixmap must align with window exactly */ in present_check_flip() 123 /* Does the window match the pixmap exactly? */ in present_check_flip() 124 if (window->drawable.x != 0 || window->drawable.y != 0 || in present_check_flip() 126 window->drawable.x != pixmap->screen_x || window->drawable.y != pixmap->screen_y || in present_check_flip() [all …]
|
| H A D | present_priv.h | 55 WindowPtr window; member 63 WindowPtr window; member 98 WindowPtr window); 101 WindowPtr window, 108 typedef void (*present_priv_check_flip_window_ptr)(WindowPtr window); 109 typedef Bool (*present_priv_can_window_flip_ptr)(WindowPtr window); 111 typedef int (*present_priv_pixmap_ptr)(WindowPtr window, 132 WindowPtr window, 136 typedef void (*present_priv_flush_ptr)(WindowPtr window); 140 WindowPtr window, [all …]
|
| H A D | present_event.c | 35 present_window_priv_ptr window_priv = present_window_priv(present_event->window); in present_free_event() 50 present_free_events(WindowPtr window) in present_free_events() argument 52 present_window_priv_ptr window_priv = present_window_priv(window); in present_free_events() 74 swapl(&c->window); in present_event_swap() 90 swapl(&c->window); in present_event_swap() 100 swapl(&c->window); in present_event_swap() 109 present_send_config_notify(WindowPtr window, int x, int y, int w, int h, int bw, WindowPtr sibling) in present_send_config_notify() argument 111 present_window_priv_ptr window_priv = present_window_priv(window); in present_send_config_notify() 120 .window = window->drawable.id, in present_send_config_notify() 151 present_send_complete_notify(WindowPtr window, CARD8 kind, CARD8 mode, CARD32 serial, uint64_t ust,… in present_send_complete_notify() argument [all …]
|
| H A D | present.c | 58 present_get_crtc(WindowPtr window) in present_get_crtc() argument 60 ScreenPtr screen = window->drawable.pScreen; in present_get_crtc() 66 return screen_priv->get_crtc(screen_priv, window); in present_get_crtc() 106 present_pixmap_idle(PixmapPtr pixmap, WindowPtr window, CARD32 serial, struct present_fence *presen… in present_pixmap_idle() argument 110 if (window) { in present_pixmap_idle() 112 present_send_idle_notify(window, serial, pixmap, present_fence); in present_pixmap_idle() 122 present_set_tree_pixmap_visit(WindowPtr window, void *data) in present_set_tree_pixmap_visit() argument 125 ScreenPtr screen = window->drawable.pScreen; in present_set_tree_pixmap_visit() 127 if ((*screen->GetWindowPixmap)(window) != visit->old) in present_set_tree_pixmap_visit() 129 (*screen->SetWindowPixmap)(window, visit->new); in present_set_tree_pixmap_visit() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mtd/maps/ |
| H A D | ichxrom.c | 57 static void ichxrom_cleanup(struct ichxrom_window *window) in ichxrom_cleanup() argument 63 /* Disable writes through the rom window */ in ichxrom_cleanup() 64 ret = pci_read_config_word(window->pdev, BIOS_CNTL, &word); in ichxrom_cleanup() 66 pci_write_config_word(window->pdev, BIOS_CNTL, word & ~1); in ichxrom_cleanup() 67 pci_dev_put(window->pdev); in ichxrom_cleanup() 70 list_for_each_entry_safe(map, scratch, &window->maps, list) { in ichxrom_cleanup() 78 if (window->rsrc.parent) in ichxrom_cleanup() 79 release_resource(&window->rsrc); in ichxrom_cleanup() 80 if (window->virt) { in ichxrom_cleanup() 81 iounmap(window->virt); in ichxrom_cleanup() [all …]
|
| H A D | amd76xrom.c | 48 /* The 2 bits controlling the window size are often set to allow reading 56 * The bits are 6 and 7. If both bits are set, it is a 5MiB window. 57 * If only the 7 Bit is set, it is a 4MiB window. Otherwise, a 58 * 64KiB window. 63 MODULE_PARM_DESC(win_size_bits, "ROM window size bits override for 0x43 byte, normally set by BIOS.… 69 static void amd76xrom_cleanup(struct amd76xrom_window *window) in amd76xrom_cleanup() argument 74 if (window->pdev) { in amd76xrom_cleanup() 75 /* Disable writes through the rom window */ in amd76xrom_cleanup() 76 pci_read_config_byte(window->pdev, 0x40, &byte); in amd76xrom_cleanup() 77 pci_write_config_byte(window->pdev, 0x40, byte & ~1); in amd76xrom_cleanup() [all …]
|
| H A D | ck804xrom.c | 54 * The 2 bits controlling the window size are often set to allow reading 62 * The bits are 6 and 7. If both bits are set, it is a 5MiB window. 63 * If only the 7 Bit is set, it is a 4MiB window. Otherwise, a 64 * 64KiB window. 67 * The 15 bits controlling the window size are distributed as follows: 71 * If all bits are enabled, we have a 16? MiB window 76 MODULE_PARM_DESC(win_size_bits, "ROM window size bits override, normally set by BIOS."); 82 static void ck804xrom_cleanup(struct ck804xrom_window *window) in ck804xrom_cleanup() argument 87 if (window->pdev) { in ck804xrom_cleanup() 88 /* Disable writes through the rom window */ in ck804xrom_cleanup() [all …]
|
| H A D | esb2rom.c | 118 static void esb2rom_cleanup(struct esb2rom_window *window) in esb2rom_cleanup() argument 123 /* Disable writes through the rom window */ in esb2rom_cleanup() 124 pci_read_config_byte(window->pdev, BIOS_CNTL, &byte); in esb2rom_cleanup() 125 pci_write_config_byte(window->pdev, BIOS_CNTL, in esb2rom_cleanup() 129 list_for_each_entry_safe(map, scratch, &window->maps, list) { in esb2rom_cleanup() 137 if (window->rsrc.parent) in esb2rom_cleanup() 138 release_resource(&window->rsrc); in esb2rom_cleanup() 139 if (window->virt) { in esb2rom_cleanup() 140 iounmap(window->virt); in esb2rom_cleanup() 141 window->virt = NULL; in esb2rom_cleanup() [all …]
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/ |
| H A D | 0016-xvimagesink-Apply-toplevel-window-s-position.patch | 4 Subject: [PATCH 16/16] xvimagesink: Apply toplevel window's position 30 GstXWindow *window; 37 window = g_slice_new0 (GstXWindow); 39 window->context = gst_xvcontext_ref (context); 40 - window->render_rect.x = window->render_rect.y = 0; 41 + window->render_rect.x = x; 42 + window->render_rect.y = y; 43 window->render_rect.w = width; 44 window->render_rect.h = height; 45 window->have_render_rect = FALSE; [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxwindow.c | 35 * This file provides support for window-related functions. */ 60 /** Initialize the private area for the window functions. */ 71 Window 77 Window parent; in dmxCreateRootWindow() 84 /* Create root window */ in dmxCreateRootWindow() 86 parent = dmxScreen->scrnWin; /* This is our "Screen" window */ in dmxCreateRootWindow() 116 /** Change the location and size of the "screen" window. Called from 139 /** Change the location and size of the "root" window. Called from 157 XConfigureWindow(dmxScreen->beDisplay, pWinPriv->window, m, &c); in dmxResizeRootWindow() 163 XUnmapWindow(dmxScreen->beDisplay, pWinPriv->window); in dmxResizeRootWindow() [all …]
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/ |
| H A D | 0036-waylandsink-Support-transparent-video.patch | 18 @@ -528,17 +528,19 @@ gst_wl_window_resize_video_surface (GstWlWindow * window, gboolean commit) 22 -gst_wl_window_set_opaque (GstWlWindow * window, const GstVideoInfo * info) 23 +gst_wl_window_set_opaque (GstWlWindow * window) 28 - region = wl_compositor_create_region (window->display->compositor); 30 - wl_surface_set_opaque_region (window->area_surface, region); 32 + if (window->area_opaque) { 34 + region = wl_compositor_create_region (window->display->compositor); 36 + wl_surface_set_opaque_region (window->area_surface, region); 41 + if (window->video_opaque) { 43 region = wl_compositor_create_region (window->display->compositor); [all …]
|
| H A D | 0009-waylandsink-Support-setting-toplevel-window-position.patch | 4 Subject: [PATCH 09/33] waylandsink: Support setting toplevel window position 51 if (!sink->window) { 52 /* if we were not provided a window, create one ourselves */ 53 sink->window = gst_wl_window_new_toplevel (sink->display, 57 g_signal_connect_object (sink->window, "closed", 64 - if (!sink->window) { 67 - "set_render_rectangle called without window, ignoring"); 71 - GST_DEBUG_OBJECT (sink, "window geometry changed to (%d, %d) %d x %d", 73 - gst_wl_window_set_render_rectangle (sink->window, x, y, w, h); 74 + if (sink->window) { [all …]
|
| H A D | 0019-waylandsink-Support-window-alpha-property.patch | 4 Subject: [PATCH 19/33] waylandsink: Support window alpha property 34 + g_param_spec_double ("alpha", "Window alpha", 35 + "Wayland window alpha", 0.0, 1.0, 1.0, 61 + gst_wl_window_ensure_alpha (sink->window, alpha); 93 sink->window = gst_wl_window_new_toplevel (sink->display, 96 + gst_wl_window_ensure_alpha (sink->window, sink->alpha); 98 g_signal_connect_object (sink->window, "closed", 103 sink->window = gst_wl_window_new_in_surface (sink->display, surface, 105 + gst_wl_window_ensure_alpha (sink->window, sink->alpha); 137 -gst_wl_window_set_flags (GstWlWindow * window, const char *flags) [all …]
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | wuf.S | 3 * wuf.S: Window underflow trap handler for the Sparc. 53 * 1 2 3 4 <-- Window number 57 * O == the window that execution was in when 61 * window 63 * W == this window is the one which is now invalid 67 * I == this window will be the invalid one when we 73 /* On 7-window Sparc the boot code patches fnwin_patch1 83 /* LOCATION: Window 'T' */ 86 * the proper window off of the stack. 93 wr %twin_tmp1, 0x0, %wim /* Make window 'I' invalid */ [all …]
|
| H A D | wof.S | 3 * wof.S: Sparc window overflow handler. 29 * accessed when in the 'trap' window, 'G' means 30 * accessible in any window. Do not change these registers 43 #define twin_tmp l4 /* Temp reg, only usable in trap window T */ 49 /* On a 7-window Sparc the boot code patches spnwin_* 74 /* LOCATION: Trap Window */ 80 * window properly in this trap handler. 105 /* Save into the window which must be saved and do it. 110 save %g0, %g0, %g0 ! save into the window to stash away 114 /* LOCATION: Window to be saved */ [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/ |
| H A D | highgui.hpp | 76 …If you cannot see the control panel, press Ctrl+P or right-click any Qt window and select **Display 77 properties window**. 79 - To attach a trackbar, the window name parameter must be NULL. 150 … cv::imshow(windowName, converted); // this will create window if it hasn't been created before 183 … = 0x00000000, //!< the user can resize the window (no constraint) / also use to switch a fullscr… 184 …WINDOW_AUTOSIZE = 0x00000001, //!< the user cannot resize the window, the size is constrainted b… 185 WINDOW_OPENGL = 0x00001000, //!< window with opengl support. 187 WINDOW_FULLSCREEN = 1, //!< change the window to fullscreen. 198 …WND_PROP_ASPECT_RATIO = 2, //!< window's aspect ration (can be set to WINDOW_FREERATIO or WINDOW_K… 200 WND_PROP_VISIBLE = 4 //!< checks whether the window exists and is visible [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland.c | 146 xwl_window_get(WindowPtr window) in xwl_window_get() argument 148 return dixLookupPrivate(&window->devPrivates, &xwl_window_private_key); in xwl_window_get() 163 xwl_window->window->drawable.id, allow, debug_msg); in xwl_window_set_allow_commits() 181 LogMessageVerb(X_WARNING, 0, "Window manager is misusing property %s.\n", in xwl_window_set_allow_commits_from_property() 262 xwl_window_from_window(WindowPtr window) in xwl_window_from_window() argument 266 while (window) { in xwl_window_from_window() 267 xwl_window = xwl_window_get(window); in xwl_window_from_window() 271 window = window->parent; in xwl_window_from_window() 292 WindowPtr window, in xwl_cursor_warped_to() argument 304 if (!window) in xwl_cursor_warped_to() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winmultiwindowwindow.c | 73 /* Setup our window class */ in winInitMultiWindowClass() 149 /* Flag that the window has been destroyed */ in winDestroyWindowMultiWindow() 152 /* Kill the MS Windows window associated with this window */ in winDestroyWindowMultiWindow() 161 * This function adjusts the position and size of Windows window 162 * with respect to the underlying X window. This is the inverse 163 * of winAdjustXWindow, which adjusts X window to Windows window. 199 /* Bail out if the Windows window handle is bad */ in winPositionWindowMultiWindow() 207 /* Get the Windows window style and extended style */ in winPositionWindowMultiWindow() 211 /* Get the X and Y location of the X window */ in winPositionWindowMultiWindow() 215 /* Get the height and width of the X window */ in winPositionWindowMultiWindow() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/man/ |
| H A D | XWin.man | 12 \fIXWin\fP is an X Server for the X Window System on the Cygwin environment 19 * \fISingle Window\fP: This is the default mode. Each X screen 20 appears as a single \fIWindows\fP window and all X windows are contained 21 within this window. 22 (In X terminology, the \fIWindows\fP window contains the root window for 25 * \fIMulti-Window\fP: In this mode \fIXWin\fP uses its own integrated 26 window manager in order to handle the top-level X windows, in such a 29 * \fIRootless\fP: In this mode the X server works in a window 30 containing the whole screen but this root window (traditionally covered with an X hatch 43 Each X screen appears as a single \fIWindows\fP window and all X windows are [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/man/ |
| H A D | Xnest.man | 71 to synchronize its window and graphics operations with the real server. 86 by default maintains the same top-level window and the same real server 88 If the user selects full regeneration, even the top-level window and the 150 window. 154 This window corresponds to the root window of the nested server. 162 window. 164 will allow the user to make any top-level window smaller, but it will not 165 actually change the size of the nested server root window. 168 of the root window. 175 to be 3/4ths the dimensions of the root window of the real server. [all …]
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | README.txt | 12 on top of another window server in a cooperative manner. This allows the 13 X11 windows and native windows of the underlying window server to 15 window of the X server is generally not drawn. Instead, each top-level 16 child of the root window is represented as a separate on-screen window by 17 the underlying window server. The layer is referred to as "generic" 18 because it abstracts away the details of the underlying window system and 23 layer to interact with the underlying window system. 28 In the context of a rootless X server the term window is used to 29 mean many fundamentally different things. For X11 a window is a DDX 31 screen. A top-level window is a direct child of the root window. To avoid [all …]
|