| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0081-video-fb-video_fb-Fix-multiple-integer-overflows.patch | 33 if (framebuffer.current_dirty.first_line 34 <= framebuffer.current_dirty.last_line) 35 - grub_memcpy ((char *) framebuffer.pages[0] 36 - + framebuffer.current_dirty.first_line 37 - * framebuffer.back_target->mode_info.pitch, 38 - (char *) framebuffer.back_target->data 39 - + framebuffer.current_dirty.first_line 40 - * framebuffer.back_target->mode_info.pitch, 41 - framebuffer.back_target->mode_info.pitch 42 - * (framebuffer.current_dirty.last_line [all …]
|
| H A D | 0079-video-efi_gop-Remove-unnecessary-return-value-of-gru.patch | 71 - &framebuffer.mode_info); 78 + &framebuffer.mode_info); 80 framebuffer.ptr = (void *) (grub_addr_t) gop->mode->fb_base; 81 framebuffer.offscreen 87 - &framebuffer.mode_info); 89 + &framebuffer.mode_info); 90 buffer = framebuffer.ptr;
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/ |
| H A D | video-Remove-trailing-whitespaces.patch | 47 framebuffer.base = grub_pci_read (addr) & GRUB_PCI_ADDR_MEM_MASK; 48 if (!framebuffer.base) 54 framebuffer.ptr = grub_calloc (framebuffer.mode_info.height, framebuffer.mode_info.pitch); 55 if (!framebuffer.ptr) 59 err = grub_video_fb_create_render_target_from_pointer (&framebuffer.render_target, 60 &framebuffer.mode_info, 61 framebuffer.ptr); 125 framebuffer.ptr = (void *) (grub_addr_t) gop->mode->fb_base; 126 framebuffer.offscreen 127 = grub_malloc (framebuffer.mode_info.height [all …]
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/video/ |
| H A D | simple-framebuffer.txt | 8 - compatible: "simple-framebuffer" 9 - reg: Should contain the location and size of the framebuffer memory. 10 - width: The width of the framebuffer in pixels. 11 - height: The height of the framebuffer in pixels. 12 - stride: The number of bytes in each line of the framebuffer. 13 - format: The format of the framebuffer surface. Valid values are: 18 framebuffer { 19 compatible = "simple-framebuffer";
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | dev-osd.rst | 11 Some video output devices can overlay a framebuffer image onto the 38 Contrary to the *Video Overlay* interface the framebuffer is normally 40 accessible as a framebuffer device (``/dev/fbN``). Given a V4L2 device, 41 applications can find the corresponding framebuffer device by calling 43 other information, the physical address of the framebuffer in the 45 The framebuffer device ioctl ``FBIOGET_FSCREENINFO`` returns the same 51 The width and height of the framebuffer depends on the current video 53 (or any other ioctl which would imply a framebuffer size change) with an 54 ``EBUSY`` error code until all applications closed the framebuffer device. 56 Example: Finding a framebuffer device for OSD [all …]
|
| H A D | vidioc-g-fbuf.rst | 39 to get and set the framebuffer parameters for a 59 :c:type:`v4l2_framebuffer`. Since the framebuffer is 63 framebuffer parameters as :ref:`VIDIOC_G_FBUF <VIDIOC_G_FBUF>` does, or it returns an error 69 the overlay and returns the framebuffer parameters as :ref:`VIDIOC_G_FBUF <VIDIOC_G_FBUF>` 93 :ref:`framebuffer-cap`. 98 :ref:`framebuffer-flags` 102 - Physical base address of the framebuffer, that is the address of 103 the pixel in the top left corner of the framebuffer. [#f1]_ 112 find the corresponding Linux framebuffer device (see 129 - The pixel format of the framebuffer. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | ep93xx-fb.rst | 26 are in pixel clocks. See Documentation/fb/framebuffer.rst for further 39 The framebuffer device can be registered by adding the following to 68 The physical address of the framebuffer can be controlled using the 72 EP93XXFB_USE_SDCSN0 Use SDCSn[0] for the framebuffer. This 75 EP93XXFB_USE_SDCSN1 Use SDCSn[1] for the framebuffer. 77 EP93XXFB_USE_SDCSN2 Use SDCSn[2] for the framebuffer. 79 EP93XXFB_USE_SDCSN3 Use SDCSn[3] for the framebuffer. 86 The EP93xx framebuffer driver supports three optional platform 88 are called when the framebuffer driver is installed and removed 101 /* Board specific framebuffer setup */ [all …]
|
| H A D | fbcon.rst | 5 The framebuffer console (fbcon), as its name implies, is a text 6 console running on top of the framebuffer device. It has the functionality of 8 features that can be attributed to the graphical nature of the framebuffer. 10 In the x86 architecture, the framebuffer console is optional, and 14 What are the features of fbcon? The framebuffer console supports 22 The framebuffer console can be enabled by using your favorite kernel 28 In order for fbcon to activate, at least one framebuffer driver is 42 GOTCHA: A common bug report is enabling the framebuffer without enabling the 43 framebuffer console. Depending on the driver, you may get a blanked or 62 garbled display, as mentioned above. To get a framebuffer console, [all …]
|
| H A D | deferred_io.rst | 10 - userspace app like Xfbdev mmaps framebuffer 20 completes the work associated with updating the framebuffer. this is 25 As can be seen from above, one benefit is roughly to allow bursty framebuffer 27 have gone quiet, we go and really update the framebuffer which would be 38 Another one may be if one has a device framebuffer that is in an usual format, 40 apps to pretend to have a normal framebuffer but reswizzle for the device 41 framebuffer at vsync time based on the touched pagelist. 45 No changes needed. mmap the framebuffer like normal and just use it.
|
| H A D | udlfb.rst | 8 pairing that with a hardware framebuffer (16MB) on the other end of the 9 USB wire. That hardware framebuffer is able to drive the VGA, DVI, or HDMI 13 result with a local shadow of the remote hardware framebuffer to identify 32 Advantages of supporting DisplayLink chips with kernel framebuffer interface: 44 * Fbdev's mmap interface assumes a real hardware framebuffer is mapped. 51 * Fbdev does not arbitrate client ownership of the framebuffer well. 52 * Fbcon assumes the first framebuffer it finds should be consumed for console. 67 to open and begin writing to the framebuffer of the DisplayLink device using 76 code. They write to the standard framebuffer interface and rely on udlfb 105 module to track changed areas of the framebuffer by page faults. [all …]
|
| H A D | pxafb.rst | 88 base framebuffer (although under-neath the base is also possible). They 91 behave in a similar way as a framebuffer. 97 framebuffer, which means they have a start (x, y). This information 101 2. overlay framebuffer is allocated dynamically according to specified 134 framebuffer: 152 framebuffer framework, application has to take care of the offsets 153 and lengths of each component within the framebuffer.
|
| H A D | intelfb.rst | 8 This is a framebuffer driver for various Intel 8xx/9xx compatible 47 framebuffer memory. The intent is to avoid the memory blocks 70 enable MTRR. This allows data transfers to the framebuffer memory 101 This will initialize the framebuffer to 800x600 at 32bpp and 75Hz. The 102 framebuffer will use 8 MB of System RAM. hw acceleration of text and cursor 142 framebuffer driver code made this possible.
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/geode/ |
| H A D | Kconfig | 3 # Geode family framebuffer configuration 6 bool "AMD Geode family framebuffer support" 9 Say 'Y' here to allow you to select framebuffer drivers for 13 tristate "AMD Geode LX framebuffer support" 28 tristate "AMD Geode GX framebuffer support" 43 tristate "AMD Geode GX1 framebuffer support"
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | offscreen_texture.cpp | 27 if (!framebuffer) { in bind() 30 framebuffer = context.createFramebuffer(*texture, *depth); in bind() 32 framebuffer = context.createFramebuffer(*texture); in bind() 35 context.bindFramebuffer = framebuffer->framebuffer; in bind() 59 optional<gl::Framebuffer> framebuffer; member in mbgl::OffscreenTexture::Impl
|
| /OK3568_Linux_fs/buildroot/package/netsurf/ |
| H A D | 0004-framebuffer-Fix-internal-font-generated-source-for-GCC-10.patch | 4 Subject: framebuffer: Fix internal font generated source for GCC 10. 13 diff --git a/netsurf/frontends/framebuffer/convert_font.c b/netsurf/frontends/framebuffer/convert_f… 15 --- a/netsurf/frontends/framebuffer/convert_font.c 16 +++ b/netsurf/frontends/framebuffer/convert_font.c
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/ |
| H A D | Kconfig | 61 tristate "Conexant cx23415 framebuffer support" 67 This is a framebuffer driver for the Conexant cx23415 MPEG 76 bool "force cx23415 framebuffer init with x86 PAT enabled" 79 With PAT enabled, the cx23415 framebuffer driver does not 80 utilize write-combined caching on the framebuffer memory. 89 With this setting enabled, the framebuffer will initialize on 90 PAT-enabled systems but the framebuffer memory will be uncached.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/gl/ |
| H A D | headless_backend.cpp | 16 framebuffer(context.createFramebuffer(color, depthStencil)) { in View() 21 gl::Framebuffer framebuffer; member in mbgl::HeadlessBackend::View 63 context_.bindFramebuffer = view->framebuffer.framebuffer; in bind()
|
| /OK3568_Linux_fs/kernel/drivers/video/console/ |
| H A D | Kconfig | 79 Low-level framebuffer-based console driver. 87 This option enables the fbcon (framebuffer text-based) hardware 106 If this option is selected, the framebuffer console will 108 supports this feature). Otherwise, the framebuffer console will 109 always select the first framebuffer driver that is loaded. The latter 121 Enable display rotation for the framebuffer console. This is done 124 such that other users of the framebuffer will remain normally 131 If enabled this defers the framebuffer console taking over the 134 commandline option to keep the framebuffer contents initially put up
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | sun5i-a10s.dtsi | 64 framebuffer@0 { 65 compatible = "allwinner,simple-framebuffer", 66 "simple-framebuffer"; 73 framebuffer@1 { 74 compatible = "allwinner,simple-framebuffer", 75 "simple-framebuffer"; 82 framebuffer@2 { 83 compatible = "allwinner,simple-framebuffer", 84 "simple-framebuffer";
|
| /OK3568_Linux_fs/buildroot/package/fbdump/ |
| H A D | Config.in | 5 kernel framebuffer device and write them out as a PPM file. 6 Currently, most packed-pixel framebuffer formats and the vga16 7 framebuffer are supported.
|
| /OK3568_Linux_fs/kernel/Documentation/arm/omap/ |
| H A D | dss.rst | 42 The DSS driver does not itself have any support for Linux framebuffer, V4L or 121 From omapdss point of view the V4L2 drivers should be similar to framebuffer 133 screen. The overlay may be smaller than framebuffer, thus displaying only 134 part of the framebuffer. The position of the overlay may be changed if 140 A framebuffer can be connected to multiple overlays to show the same pixel data 143 framebuffer can be connected to any overlay. 169 overlays List of overlay numbers to which framebuffer pixels go 170 phys_addr Physical address of the framebuffer 171 virt_addr Virtual address of the framebuffer 172 size Size of the framebuffer [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/ |
| H A D | videodev2.h.rst.exceptions | 220 # V4L2 framebuffer caps and flags 222 replace define V4L2_FBUF_CAP_EXTERNOVERLAY framebuffer-cap 223 replace define V4L2_FBUF_CAP_CHROMAKEY framebuffer-cap 224 replace define V4L2_FBUF_CAP_LIST_CLIPPING framebuffer-cap 225 replace define V4L2_FBUF_CAP_BITMAP_CLIPPING framebuffer-cap 226 replace define V4L2_FBUF_CAP_LOCAL_ALPHA framebuffer-cap 227 replace define V4L2_FBUF_CAP_GLOBAL_ALPHA framebuffer-cap 228 replace define V4L2_FBUF_CAP_LOCAL_INV_ALPHA framebuffer-cap 229 replace define V4L2_FBUF_CAP_SRC_CHROMAKEY framebuffer-cap 231 replace define V4L2_FBUF_FLAG_PRIMARY framebuffer-flags [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/video/rockchip/ |
| H A D | Kconfig | 27 The maximum horizontal resolution to support for the framebuffer. 29 framebuffer during device-model binding/probing. 36 The maximum vertical resolution to support for the framebuffer. 38 framebuffer during device-model binding/probing.
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | Kconfig | 34 buffer devices. Please read <file:Documentation/fb/framebuffer.rst> 73 If true, at least one selected framebuffer driver can take advantage 114 (accelerated) version and the framebuffer is in system RAM. 122 version and the framebuffer is in system RAM. 130 (accelerated) version and the framebuffer is in system RAM. 144 non-native endianness (e.g. Little-Endian framebuffer on a 223 tristate "Aeroflex Gaisler framebuffer support" 229 This enables support for the SVGACTRL framebuffer in the GRLIB IP library from Aeroflex Gaisler. 286 This framebuffer device driver is for the ARM PrimeCell PL110 326 This is a framebuffer device for the SA-1100 LCD Controller. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/ |
| H A D | fb.c | 26 struct tegra_bo *tegra_fb_get_plane(struct drm_framebuffer *framebuffer, in tegra_fb_get_plane() argument 29 return to_tegra_bo(drm_gem_fb_get_obj(framebuffer, index)); in tegra_fb_get_plane() 32 bool tegra_fb_is_bottom_up(struct drm_framebuffer *framebuffer) in tegra_fb_is_bottom_up() argument 34 struct tegra_bo *bo = tegra_fb_get_plane(framebuffer, 0); in tegra_fb_is_bottom_up() 42 int tegra_fb_get_tiling(struct drm_framebuffer *framebuffer, in tegra_fb_get_tiling() argument 45 uint64_t modifier = framebuffer->modifier; in tegra_fb_get_tiling()
|