/openbmc/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";
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-g-fbuf.rst | 39 to get and set the framebuffer parameters for a 62 :c:type:`v4l2_framebuffer`. Since the framebuffer is 66 framebuffer parameters as :ref:`VIDIOC_G_FBUF <VIDIOC_G_FBUF>` does, or it returns an error 72 the overlay and returns the framebuffer parameters as :ref:`VIDIOC_G_FBUF <VIDIOC_G_FBUF>` 90 :ref:`framebuffer-cap`. 95 :ref:`framebuffer-flags` 99 - Physical base address of the framebuffer, that is the address of 100 the pixel in the top left corner of the framebuffer. 105 find the corresponding Linux framebuffer device (see 123 - The pixel format of the framebuffer. [all …]
|
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 …]
|
/openbmc/linux/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 112 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.
|
/openbmc/u-boot/drivers/video/stm32/ |
H A D | Kconfig | 21 The maximum horizontal resolution to support for the framebuffer. 23 framebuffer during device-model binding/probing. 30 The maximum vertical resolution to support for the framebuffer. 32 framebuffer during device-model binding/probing. 39 The maximum bits per pixel to support for the framebuffer. 41 framebuffer during device-model binding/probing.
|
/openbmc/linux/drivers/video/fbdev/geode/ |
H A D | Kconfig | 3 # Geode family framebuffer configuration 6 bool "AMD Geode family framebuffer support" 10 Say 'Y' here to allow you to select framebuffer drivers for 14 tristate "AMD Geode LX framebuffer support" 28 tristate "AMD Geode GX framebuffer support" 42 tristate "AMD Geode GX1 framebuffer support"
|
/openbmc/linux/drivers/gpu/drm/tegra/ |
H A D | fb.c | 20 struct tegra_bo *tegra_fb_get_plane(struct drm_framebuffer *framebuffer, in tegra_fb_get_plane() argument 23 return to_tegra_bo(drm_gem_fb_get_obj(framebuffer, index)); in tegra_fb_get_plane() 26 bool tegra_fb_is_bottom_up(struct drm_framebuffer *framebuffer) in tegra_fb_is_bottom_up() argument 28 struct tegra_bo *bo = tegra_fb_get_plane(framebuffer, 0); in tegra_fb_is_bottom_up() 36 int tegra_fb_get_tiling(struct drm_framebuffer *framebuffer, in tegra_fb_get_tiling() argument 39 uint64_t modifier = framebuffer->modifier; in tegra_fb_get_tiling()
|
/openbmc/linux/drivers/media/pci/ivtv/ |
H A D | Kconfig | 49 tristate "Conexant cx23415 framebuffer support" 55 This is a framebuffer driver for the Conexant cx23415 MPEG 64 bool "force cx23415 framebuffer init with x86 PAT enabled" 67 With PAT enabled, the cx23415 framebuffer driver does not 68 utilize write-combined caching on the framebuffer memory. 77 With this setting enabled, the framebuffer will initialize on 78 PAT-enabled systems but the framebuffer memory will be uncached.
|
/openbmc/qemu/ui/ |
H A D | egl-helpers.c | 86 if (!fb->framebuffer) { in egl_fb_destroy() 91 glDeleteFramebuffers(1, &fb->framebuffer); in egl_fb_destroy() 96 fb->framebuffer = 0; in egl_fb_destroy() 103 fb->framebuffer = 0; /* default framebuffer */ in egl_fb_setup_default() 115 if (!fb->framebuffer) { in egl_fb_setup_for_tex() 116 glGenFramebuffers(1, &fb->framebuffer); in egl_fb_setup_for_tex() 119 glBindFramebuffer(GL_FRAMEBUFFER_EXT, fb->framebuffer); in egl_fb_setup_for_tex() 144 glBindFramebuffer(GL_READ_FRAMEBUFFER, src->framebuffer); in egl_fb_blit() 145 glBindFramebuffer(GL_DRAW_FRAMEBUFFER, dst->framebuffer); in egl_fb_blit() 169 glBindFramebuffer(GL_READ_FRAMEBUFFER, src->framebuffer); in egl_fb_read() [all …]
|
/openbmc/linux/drivers/video/console/ |
H A D | Kconfig | 81 Low-level framebuffer-based console driver. 89 This option enables the fbcon (framebuffer text-based) hardware 108 If this option is selected, the framebuffer console will 110 supports this feature). Otherwise, the framebuffer console will 111 always select the first framebuffer driver that is loaded. The latter 123 Enable display rotation for the framebuffer console. This is done 126 such that other users of the framebuffer will remain normally 133 If enabled this defers the framebuffer console taking over the 136 commandline option to keep the framebuffer contents initially put up
|
/openbmc/linux/Documentation/arch/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 …]
|
/openbmc/obmc-ikvm/ |
H A D | ikvm_server.cpp | 37 framebuffer.resize( in Server() 42 server->frameBuffer = framebuffer.data(); in Server() 163 framebuffer.assign(data, data + video.getFrameSize()); in sendFrame() 244 framebuffer.resize( in doResize() 247 rfbNewFramebuffer(server, framebuffer.data(), video.getWidth(), in doResize()
|
/openbmc/linux/arch/arm64/boot/dts/apple/ |
H A D | t8112-jxxx.dtsi | 25 framebuffer0: framebuffer@0 { 26 compatible = "apple,simple-framebuffer", "simple-framebuffer";
|
H A D | t8103-jxxx.dtsi | 27 framebuffer0: framebuffer@0 { 28 compatible = "apple,simple-framebuffer", "simple-framebuffer";
|
/openbmc/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.
|
/openbmc/linux/Documentation/devicetree/bindings/display/ |
H A D | google,goldfish-fb.txt | 1 Android Goldfish framebuffer 3 Android Goldfish framebuffer device used by Android emulator.
|
H A D | via,vt8500-fb.txt | 7 - interrupts : framebuffer controller interrupt 8 - bits-per-pixel : bit depth of framebuffer (16 or 32)
|
/openbmc/u-boot/drivers/video/ |
H A D | mali_dp.c | 261 ofnode framebuffer = ofnode_find_subnode(dev_ofnode(dev), "framebuffer"); in malidp_probe() local 269 if (!ofnode_valid(framebuffer)) in malidp_probe() 295 fb_base = ofnode_get_addr_size(framebuffer, "reg", &fb_size); in malidp_probe() 303 err = ofnode_read_u32(framebuffer, "width", &value); in malidp_probe() 308 err = ofnode_read_u32(framebuffer, "height", &value); in malidp_probe() 313 format = ofnode_read_string(framebuffer, "format"); in malidp_probe()
|
/openbmc/linux/Documentation/userspace-api/media/ |
H A D | videodev2.h.rst.exceptions | 240 # V4L2 framebuffer caps and flags 242 replace define V4L2_FBUF_CAP_EXTERNOVERLAY framebuffer-cap 243 replace define V4L2_FBUF_CAP_CHROMAKEY framebuffer-cap 244 replace define V4L2_FBUF_CAP_LIST_CLIPPING framebuffer-cap 245 replace define V4L2_FBUF_CAP_BITMAP_CLIPPING framebuffer-cap 246 replace define V4L2_FBUF_CAP_LOCAL_ALPHA framebuffer-cap 247 replace define V4L2_FBUF_CAP_GLOBAL_ALPHA framebuffer-cap 248 replace define V4L2_FBUF_CAP_LOCAL_INV_ALPHA framebuffer-cap 249 replace define V4L2_FBUF_CAP_SRC_CHROMAKEY framebuffer-cap 251 replace define V4L2_FBUF_FLAG_PRIMARY framebuffer-flags [all …]
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | Kconfig | 28 buffer devices. Please read <file:Documentation/fb/framebuffer.rst> 65 tristate "Aeroflex Gaisler framebuffer support" 69 This enables support for the SVGACTRL framebuffer in the GRLIB IP library from Aeroflex Gaisler. 128 This framebuffer device driver is for the ARM PrimeCell PL110 166 This is a framebuffer device for the SA-1100 LCD Controller. 167 See <http://www.linux-fbdev.org/> for information on framebuffer 389 Enabling this option will implement the linux framebuffer device 392 If you enable this option, you will get a planar framebuffer device 412 tristate "TGA/SFB+ framebuffer support" 474 using the EFI framebuffer as your console. [all …]
|