Home
last modified time | relevance | path

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

12345678910

/kernel/linux/linux-4.19/include/video/
Dpxa168fb.h15 /* Dumb interface */
26 /* Dumb interface pin allocation */
100 * Dumb panel -- assignment of R/G/B component info to the 24
107 * Dumb panel -- GPIO output data.
113 * Dumb panel -- configurable output signal polarity.
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/display/bridge/
Ddumb-vga-dac.txt1 Dumb RGB to VGA DAC bridge
4 This binding is aimed for dumb RGB to VGA DAC based bridges that do not require
9 - compatible: Must be "dumb-vga-dac"
26 compatible = "dumb-vga-dac";
/kernel/linux/linux-4.19/drivers/gpu/drm/
Ddrm_dumb_buffers.c42 * Dumb objects partly alleviate the problem by providing a standard API to
43 * create dumb buffers suitable for scanout, which can then be used to create
46 * To support dumb objects drivers must implement the &drm_driver.dumb_create
51 * Note that dumb objects may not be used for gpu acceleration, as has been
102 * drm_mode_mmap_dumb_ioctl - create an mmap offset for a dumb backing storage buffer
108 * memory map a dumb buffer.
Ddrm_gem_cma_helper.c202 * drm_gem_cma_dumb_create_internal - create a dumb buffer object
203 * @file_priv: DRM file-private structure to create the dumb buffer for
235 * drm_gem_cma_dumb_create - create a dumb buffer object
236 * @file_priv: DRM file-private structure to create the dumb buffer for
240 * This function computes the pitch of the dumb buffer and rounds it up to an
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_dumb_buffers.c44 * Dumb objects partly alleviate the problem by providing a standard API to
45 * create dumb buffers suitable for scanout, which can then be used to create
48 * To support dumb objects drivers must implement the &drm_driver.dumb_create
53 * Note that dumb objects may not be used for gpu acceleration, as has been
104 * drm_mode_mmap_dumb_ioctl - create an mmap offset for a dumb backing storage buffer
110 * memory map a dumb buffer.
Ddrm_gem_cma_helper.c198 * drm_gem_cma_dumb_create_internal - create a dumb buffer object
199 * @file_priv: DRM file-private structure to create the dumb buffer for
231 * drm_gem_cma_dumb_create - create a dumb buffer object
232 * @file_priv: DRM file-private structure to create the dumb buffer for
236 * This function computes the pitch of the dumb buffer and rounds it up to an
/kernel/linux/linux-4.19/drivers/gpu/drm/bridge/
Ddumb-vga-dac.c269 .compatible = "dumb-vga-dac",
292 .name = "dumb-vga-dac",
299 MODULE_DESCRIPTION("Dumb VGA DAC bridge driver");
DMakefile4 obj-$(CONFIG_DRM_DUMB_VGA_DAC) += dumb-vga-dac.o
/kernel/linux/linux-4.19/include/linux/sunrpc/
Dgss_krb5_enctypes.h2 * Dumb way to share this static piece of information with nfsd
/kernel/linux/linux-5.10/drivers/gpu/drm/virtio/
Dvirtgpu_plane.c159 if (bo->dumb) in virtio_gpu_primary_plane_update()
206 if (bo && bo->dumb && (plane->state->fb != new_state->fb)) { in virtio_gpu_cursor_prepare_fb()
255 if (bo && bo->dumb && (plane->state->fb != old_state->fb)) { in virtio_gpu_cursor_plane_update()
/kernel/linux/linux-4.19/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]
/kernel/linux/linux-5.10/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]
/kernel/linux/linux-5.10/drivers/gpu/drm/xen/
Dxen_drm_front_cfg.h30 /* set if dumb buffers are allocated externally on backend side */
/kernel/linux/linux-4.19/drivers/gpu/drm/xen/
Dxen_drm_front_cfg.h30 /* set if dumb buffers are allocated externally on backend side */
/kernel/linux/linux-5.10/include/linux/power/
Dtwl4030_madc_battery.h3 * Dumb driver for LiIon batteries using TWL4030 madc.
/kernel/linux/linux-5.10/scripts/
Dprune-kernel6 # Dumb script to purge that stuff:
/kernel/linux/linux-4.19/scripts/
Dprune-kernel6 # Dumb script to purge that stuff:
/kernel/linux/linux-4.19/tools/testing/selftests/bpf/
Dtest_obj_id.c12 /* It is a dumb bpf program such that it must have no
/kernel/linux/linux-4.19/arch/alpha/include/asm/
Dtopology.h27 /* FIXME: This is dumb, recalculating every time. But simple. */
/kernel/linux/linux-5.10/arch/alpha/include/asm/
Dtopology.h28 /* FIXME: This is dumb, recalculating every time. But simple. */
/kernel/linux/linux-4.19/include/linux/power/
Dtwl4030_madc_battery.h2 * Dumb driver for LiIon batteries using TWL4030 madc.
/kernel/linux/linux-5.10/Documentation/security/tpm/
Dtpm_ftpm_tee.rst20 used more like a dumb pipe between firmware and kernel/userspace.
/kernel/linux/linux-5.10/tools/perf/util/
Dcolor_config.c33 if (term && strcmp(term, "dumb")) in perf_config_colorbool()
/kernel/linux/linux-4.19/drivers/power/supply/
Dtwl4030_madc_battery.c2 * Dumb driver for LiIon batteries using TWL4030 madc.
7 * Based on dumb driver for gta01 battery

12345678910