Home
last modified time | relevance | path

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

1234

/linux/drivers/gpu/drm/
H A Ddrm_dumb_buffers.c48 * Dumb objects partly alleviate the problem by providing a standard API to
49 * create dumb buffers suitable for scanout, which can then be used to create
52 * To support dumb objects drivers must implement the &drm_driver.dumb_create
58 * Note that dumb objects may not be used for gpu acceleration, as has been
97 * drm_mode_size_dumb - Calculates the scanline and buffer sizes for dumb buffers
99 * @args: Parameters for the dumb buffer
104 * allocation and the scanline size for a dumb buffer. Callers have to
107 * possible overflows. If successful, it returns the dumb buffer's
138 * It is possible to use different formats for dumb-buffer allocation in drm_mode_size_dumb()
175 * but the dumb buffers are not supposed to be used for anything in drm_mode_size_dumb()
[all …]
H A Ddrm_gem_shmem_helper.c548 * drm_gem_shmem_dumb_create - Create a dumb shmem buffer object in drm_gem_shmem_dumb_create()
549 * @file: DRM file structure to create the dumb buffer for in drm_gem_shmem_dumb_create()
553 * This function computes the pitch of the dumb buffer and rounds it up to an in drm_gem_shmem_dumb_create()
/linux/include/video/
H A 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/include/uapi/drm/
H A Ddrm.h644 * If set to 1, the driver supports creating dumb buffers via the
660 * The preferred bit depth for dumb buffers.
667 * Note that this preference only applies to dumb buffers, it's irrelevant for
675 * instead of directly rendering to a dumb buffer. For best speed, userspace
676 * should do streaming ordered memory copies into the dumb buffer and never
679 * Note that this preference only applies to dumb buffers, it's irrelevant for
1227 * DRM_IOCTL_MODE_CREATE_DUMB - Create a new dumb buffer object.
1229 * KMS dumb buffers provide a very primitive way to allocate a buffer object
1230 * suitable for scanout and map it for software rendering. KMS dumb buffers are
1231 * not suitable for hardware-accelerated rendering nor video decoding. KMS dumb
[all...]
/linux/tools/include/uapi/drm/
H A Ddrm.h
/linux/drivers/video/fbdev/
H A 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/drivers/gpu/drm/virtio/
H A Dvirtgpu_plane.c267 if (bo->dumb) in virtio_gpu_primary_plane_update()
373 if (bo->dumb || drm_gem_is_imported(obj)) { in virtio_gpu_plane_prepare_fb()
457 if (bo && bo->dumb && (plane->state->fb != old_state->fb)) { in virtio_gpu_cursor_plane_update()
553 if (bo->dumb) { in virtio_panic_flush()
H A Dvirtgpu_object.c227 bo->dumb = params->dumb; in virtio_gpu_object_create()
H A Dvirtgpu_drv.h65 bool dumb; member
94 bool dumb;
93 bool dumb; global() member
/linux/include/linux/power/
H A Dtwl4030_madc_battery.h3 * Dumb driver for LiIon batteries using TWL4030 madc.
/linux/drivers/gpu/drm/xen/
H A Dxen_drm_front_cfg.h30 /* set if dumb buffers are allocated externally on backend side */
/linux/scripts/
H A Dprune-kernel6 # Dumb script to purge that stuff:
/linux/Documentation/security/tpm/
H A Dtpm_ftpm_tee.rst20 used more like a dumb pipe between firmware and kernel/userspace.
/linux/tools/perf/util/
H A Dcolor_config.c33 if (term && strcmp(term, "dumb")) in perf_config_colorbool()
/linux/kernel/irq/
H A Ddummychip.c51 * real dumb interrupt sources
/linux/samples/livepatch/
H A Dlivepatch-sample.c15 * This (dumb) live patch overrides the function that prints the
/linux/Documentation/devicetree/bindings/mfd/
H A Dnxp,bbnsm.yaml21 Dumb PMIC mode supported.
/linux/drivers/gpu/drm/qxl/
H A Dqxl_dumb.c29 /* dumb ioctls implementation */
/linux/drivers/gpu/drm/omapdrm/
H A Domap_gem.h53 /* Dumb Buffers Interface */
/linux/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.h555 /* Smart or Dumb Panel Clock Divider */
614 #define CFG_DUMB_ENA(dumb) (dumb) argument
933 * defined for Configure Dumb Mode
934 * defined for Configure Dumb Mode
935 * DUMB LCD Panel bit[31:28]
/linux/sound/soc/tegra/
H A Dtegra20_das.c95 * This driver is dumb; no attempt is made to ensure that a valid routing
/linux/Documentation/filesystems/iomap/
H A Dporting.rst5 Dumb style notes to maintain the author's sanity:
/linux/arch/arm64/lib/
H A Dcsum.c10 /* Looks dumb, but generates nice-ish code */
/linux/arch/arm/boot/dts/allwinner/
H A Dsun5i-a13-olinuxino.dts76 compatible = "dumb-vga-dac";
/linux/include/uapi/linux/
H A Dfdreg.h135 * assign FDC_UNKNOWN. Else the FDC will be treated as a dumb 8272a, or worse.

1234