/drivers/video/fbdev/geode/ |
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"
|
/drivers/media/pci/ivtv/ |
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.
|
/drivers/video/console/ |
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
|
/drivers/gpu/drm/tegra/ |
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()
|
D | drm.h | 166 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/ |
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 …]
|
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.h | 416 struct vmw_framebuffer *framebuffer, 498 struct vmw_framebuffer *framebuffer, 512 struct vmw_framebuffer *framebuffer, 522 struct vmw_framebuffer *framebuffer, 542 struct vmw_framebuffer *framebuffer,
|
D | vmwgfx_scrn.c | 981 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 …]
|
D | vmwgfx_kms.c | 826 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 …]
|
D | Kconfig | 24 bool "Enable framebuffer console under vmwgfx by default"
|
D | vmwgfx_stdu.c | 849 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()
|
D | vmwgfx_ldu.c | 543 struct vmw_framebuffer *framebuffer, in vmw_kms_ldu_do_bo_dirty() argument
|
/drivers/firmware/google/ |
D | Makefile | 5 obj-$(CONFIG_GOOGLE_FRAMEBUFFER_COREBOOT) += framebuffer-coreboot.o
|
D | coreboot_table.h | 68 struct lb_framebuffer framebuffer; member
|
D | framebuffer-coreboot.c | 29 struct lb_framebuffer *fb = &dev->framebuffer; in framebuffer_probe()
|
D | Kconfig | 58 This option enables the kernel to search for a framebuffer in
|
/drivers/staging/sm750fb/ |
D | Kconfig | 3 tristate "Silicon Motion SM750 framebuffer support"
|
/drivers/gpu/drm/gma500/ |
D | Makefile | 9 framebuffer.o \
|
D | Kconfig | 12 Say yes for an experimental 2D KMS framebuffer driver for the
|
/drivers/gpu/drm/arm/ |
D | Kconfig | 22 HDLCD device did not fetch from framebuffer due to underrun
|
/drivers/video/fbdev/omap2/omapfb/dss/ |
D | Kconfig | 80 processor and a peripheral, such as a display or a framebuffer chip.
|
/drivers/gpu/drm/omapdrm/dss/ |
D | Kconfig | 102 processor and a peripheral, such as a display or a framebuffer chip.
|
/drivers/staging/fbtft/ |
D | Kconfig | 168 This enables generic framebuffer support for the Sitronix ST7789V
|
/drivers/video/fbdev/core/ |
D | fbcon.c | 3117 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/ |
D | Kconfig | 102 Depends on the x86 arch and the framebuffer support. 104 The LCD framebuffer driver can be attached to a console.
|