Home
last modified time | relevance | path

Searched refs:framebuffer (Results 1 – 25 of 30) sorted by relevance

12

/drivers/video/fbdev/geode/
DKconfig3 # 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"
/drivers/media/pci/ivtv/
DKconfig61 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.
/drivers/video/console/
DKconfig79 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
/drivers/gpu/drm/tegra/
Dfb.c26 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()
Ddrm.h166 struct tegra_bo *tegra_fb_get_plane(struct drm_framebuffer *framebuffer,
168 bool tegra_fb_is_bottom_up(struct drm_framebuffer *framebuffer);
169 int tegra_fb_get_tiling(struct drm_framebuffer *framebuffer,
/drivers/video/fbdev/
DKconfig34 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 …]
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.h416 struct vmw_framebuffer *framebuffer,
498 struct vmw_framebuffer *framebuffer,
512 struct vmw_framebuffer *framebuffer,
522 struct vmw_framebuffer *framebuffer,
542 struct vmw_framebuffer *framebuffer,
Dvmwgfx_scrn.c981 struct vmw_framebuffer *framebuffer) in do_bo_define_gmrfb() argument
984 container_of(framebuffer, struct vmw_framebuffer_bo, in do_bo_define_gmrfb()
986 int depth = framebuffer->base.format->depth; in do_bo_define_gmrfb()
1004 cmd->body.format.bitsPerPixel = framebuffer->base.format->cpp[0] * 8; in do_bo_define_gmrfb()
1007 cmd->body.bytesPerLine = framebuffer->base.pitches[0]; in do_bo_define_gmrfb()
1128 struct vmw_framebuffer *framebuffer, in vmw_kms_sou_do_surface_dirty() argument
1139 container_of(framebuffer, typeof(*vfbs), base); in vmw_kms_sou_do_surface_dirty()
1169 ret = vmw_kms_helper_dirty(dev_priv, framebuffer, clips, vclips, in vmw_kms_sou_do_surface_dirty()
1244 struct vmw_framebuffer *framebuffer, in vmw_kms_sou_do_bo_dirty() argument
1253 container_of(framebuffer, struct vmw_framebuffer_bo, in vmw_kms_sou_do_bo_dirty()
[all …]
Dvmwgfx_kms.c826 static void vmw_framebuffer_surface_destroy(struct drm_framebuffer *framebuffer) in vmw_framebuffer_surface_destroy() argument
829 vmw_framebuffer_to_vfbs(framebuffer); in vmw_framebuffer_surface_destroy()
831 drm_framebuffer_cleanup(framebuffer); in vmw_framebuffer_surface_destroy()
980 static void vmw_framebuffer_bo_destroy(struct drm_framebuffer *framebuffer) in vmw_framebuffer_bo_destroy() argument
983 vmw_framebuffer_to_vfbd(framebuffer); in vmw_framebuffer_bo_destroy()
985 drm_framebuffer_cleanup(framebuffer); in vmw_framebuffer_bo_destroy()
993 static int vmw_framebuffer_bo_dirty(struct drm_framebuffer *framebuffer, in vmw_framebuffer_bo_dirty() argument
999 struct vmw_private *dev_priv = vmw_priv(framebuffer->dev); in vmw_framebuffer_bo_dirty()
1001 vmw_framebuffer_to_vfbd(framebuffer); in vmw_framebuffer_bo_dirty()
1017 norect.x2 = framebuffer->width; in vmw_framebuffer_bo_dirty()
[all …]
DKconfig24 bool "Enable framebuffer console under vmwgfx by default"
Dvmwgfx_stdu.c849 struct vmw_framebuffer *framebuffer, in vmw_kms_stdu_surface_dirty() argument
860 container_of(framebuffer, typeof(*vfbs), base); in vmw_kms_stdu_surface_dirty()
893 ret = vmw_kms_helper_dirty(dev_priv, framebuffer, clips, vclips, in vmw_kms_stdu_surface_dirty()
Dvmwgfx_ldu.c543 struct vmw_framebuffer *framebuffer, in vmw_kms_ldu_do_bo_dirty() argument
/drivers/firmware/google/
DMakefile5 obj-$(CONFIG_GOOGLE_FRAMEBUFFER_COREBOOT) += framebuffer-coreboot.o
Dcoreboot_table.h68 struct lb_framebuffer framebuffer; member
Dframebuffer-coreboot.c29 struct lb_framebuffer *fb = &dev->framebuffer; in framebuffer_probe()
DKconfig58 This option enables the kernel to search for a framebuffer in
/drivers/staging/sm750fb/
DKconfig3 tristate "Silicon Motion SM750 framebuffer support"
/drivers/gpu/drm/gma500/
DMakefile9 framebuffer.o \
DKconfig12 Say yes for an experimental 2D KMS framebuffer driver for the
/drivers/gpu/drm/arm/
DKconfig22 HDLCD device did not fetch from framebuffer due to underrun
/drivers/video/fbdev/omap2/omapfb/dss/
DKconfig80 processor and a peripheral, such as a display or a framebuffer chip.
/drivers/gpu/drm/omapdrm/dss/
DKconfig102 processor and a peripheral, such as a display or a framebuffer chip.
/drivers/staging/fbtft/
DKconfig168 This enables generic framebuffer support for the Sitronix ST7789V
/drivers/video/fbdev/core/
Dfbcon.c3117 if (con2fb.framebuffer >= FB_MAX) in fbcon_set_con2fb_map_ioctl()
3119 if (!registered_fb[con2fb.framebuffer]) in fbcon_set_con2fb_map_ioctl()
3120 request_module("fb%d", con2fb.framebuffer); in fbcon_set_con2fb_map_ioctl()
3121 if (!registered_fb[con2fb.framebuffer]) { in fbcon_set_con2fb_map_ioctl()
3127 con2fb.framebuffer, 1); in fbcon_set_con2fb_map_ioctl()
3143 con2fb.framebuffer = con2fb_map[con2fb.console - 1]; in fbcon_get_con2fb_map_ioctl()
/drivers/auxdisplay/
DKconfig102 Depends on the x86 arch and the framebuffer support.
104 The LCD framebuffer driver can be attached to a console.

12