Home
last modified time | relevance | path

Searched full:dumb (Results 1 – 25 of 120) sorted by relevance

12345

/Linux-v5.15/include/video/
Dpxa168fb.h12 /* Dumb interface */
23 /* Dumb interface pin allocation */
97 * Dumb panel -- assignment of R/G/B component info to the 24
104 * Dumb panel -- GPIO output data.
110 * Dumb panel -- configurable output signal polarity.
/Linux-v5.15/drivers/gpu/drm/
Ddrm_dumb_buffers.c45 * Dumb objects partly alleviate the problem by providing a standard API to
46 * create dumb buffers suitable for scanout, which can then be used to create
49 * To support dumb objects drivers must implement the &drm_driver.dumb_create
55 * Note that dumb objects may not be used for gpu acceleration, as has been
106 * drm_mode_mmap_dumb_ioctl - create an mmap offset for a dumb backing storage buffer
112 * memory map a dumb buffer.
Ddrm_gem_cma_helper.c224 * drm_gem_cma_dumb_create_internal - create a dumb buffer object
225 * @file_priv: DRM file-private structure to create the dumb buffer for
257 * drm_gem_cma_dumb_create - create a dumb buffer object
258 * @file_priv: DRM file-private structure to create the dumb buffer for
262 * This function computes the pitch of the dumb buffer and rounds it up to an
/Linux-v5.15/drivers/video/fbdev/
Dpxa168fb.h330 /* Smart or Dumb Panel Clock Divider */
384 #define CFG_DUMB_ENA(dumb) (dumb) argument
533 * defined for Configure Dumb Mode
534 * DUMB LCD Panel bit[31:28]
/Linux-v5.15/include/linux/power/
Dtwl4030_madc_battery.h3 * Dumb driver for LiIon batteries using TWL4030 madc.
/Linux-v5.15/drivers/gpu/drm/xen/
Dxen_drm_front_cfg.h30 /* set if dumb buffers are allocated externally on backend side */
/Linux-v5.15/scripts/
Dprune-kernel6 # Dumb script to purge that stuff:
/Linux-v5.15/drivers/gpu/drm/virtio/
Dvirtgpu_plane.c198 if (bo->dumb) in virtio_gpu_primary_plane_update()
258 if (bo->dumb && (plane->state->fb != new_state->fb)) { in virtio_gpu_plane_prepare_fb()
309 if (bo && bo->dumb && (plane->state->fb != old_state->fb)) { in virtio_gpu_cursor_plane_update()
Dvirtgpu_object.c235 bo->dumb = params->dumb; in virtio_gpu_object_create()
Dvirtgpu_drv.h59 bool dumb; member
86 bool dumb; member
/Linux-v5.15/tools/perf/util/
Dcolor_config.c33 if (term && strcmp(term, "dumb")) in perf_config_colorbool()
/Linux-v5.15/Documentation/security/tpm/
Dtpm_ftpm_tee.rst20 used more like a dumb pipe between firmware and kernel/userspace.
/Linux-v5.15/drivers/power/supply/
Dtwl4030_madc_battery.c3 * Dumb driver for LiIon batteries using TWL4030 madc.
8 * Based on dumb driver for gta01 battery
/Linux-v5.15/kernel/irq/
Ddummychip.c51 * real dumb interrupt sources
/Linux-v5.15/samples/livepatch/
Dlivepatch-sample.c15 * This (dumb) live patch overrides the function that prints the
/Linux-v5.15/Documentation/devicetree/bindings/display/bridge/
Dsimple-bridge.yaml30 - dumb-vga-dac
/Linux-v5.15/include/uapi/drm/
Ddrm.h631 * If set to 1, the driver supports creating dumb buffers via the
647 * The preferred bit depth for dumb buffers.
654 * Note that this preference only applies to dumb buffers, it's irrelevant for
662 * instead of directly rendering to a dumb buffer. For best speed, userspace
663 * should do streaming ordered memory copies into the dumb buffer and never
666 * Note that this preference only applies to dumb buffers, it's irrelevant for
/Linux-v5.15/tools/include/uapi/drm/
Ddrm.h631 * If set to 1, the driver supports creating dumb buffers via the
647 * The preferred bit depth for dumb buffers.
654 * Note that this preference only applies to dumb buffers, it's irrelevant for
662 * instead of directly rendering to a dumb buffer. For best speed, userspace
663 * should do streaming ordered memory copies into the dumb buffer and never
666 * Note that this preference only applies to dumb buffers, it's irrelevant for
/Linux-v5.15/drivers/gpu/drm/qxl/
Dqxl_dumb.c29 /* dumb ioctls implementation */
/Linux-v5.15/arch/x86/lib/
Diomem.c65 * perhaps it would be better to use a dumb one: in memset_io()
/Linux-v5.15/drivers/tty/serial/8250/
DKconfig208 If you wish to use any non-standard features of the standard "dumb"
221 Say Y here if you have dumb serial boards other than the four
301 Some serial boards have hardware support which allows multiple dumb
/Linux-v5.15/drivers/gpu/drm/omapdrm/
Domap_gem.h53 /* Dumb Buffers Interface */
/Linux-v5.15/sound/soc/tegra/
Dtegra20_das.h89 * This driver is dumb; no attempt is made to ensure that a valid routing
/Linux-v5.15/include/drm/
Ddrm_drv.h357 * This creates a new dumb buffer in the driver's backing storage manager (GEM,
382 * memory map a dumb buffer.
399 * This destroys the userspace handle for the given dumb backing storage buffer.
/Linux-v5.15/drivers/gpu/drm/vmwgfx/
Dvmwgfx_bo.c1073 * vmw_dumb_create - Create a dumb kms buffer
1108 * vmw_dumb_map_offset - Return the address space offset of a dumb buffer
1112 * @handle: Handle identifying the dumb buffer.
1137 * vmw_dumb_destroy - Destroy a dumb boffer
1141 * @handle: Handle identifying the dumb buffer.

12345