Home
last modified time | relevance | path

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

12345678910

/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A 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.
H A 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
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/dumb-init/
H A Ddumb-init_1.2.5.bb2 HOMEPAGE = "https://github.com/Yelp/dumb-init/"
7 SRC_URI = "git://github.com/Yelp/dumb-init;branch=master;protocol=https"
14 install ${S}/dumb-init ${D}${base_sbindir}/
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Ddrm_device.cpp76 LOGE("DRM device does not support dumb buffer"); in Open()
110 LOGE("failed to create dumb buffer: %s", strerror(errno)); in CreateDumbObject()
117 LOGE("failed to create dumb buffer: %s", strerror(errno)); in CreateDumbObject()
146 LOGE("failed to destroy dumb buffer: %s", strerror(errno)); in DestroyDumbObject()
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/sources/
H A Ddrm_alloc.cpp99 printf("failed to create dumb buffer: %s\n", strerror(errno)); in drm_buf_alloc()
114 …printf("create width=%u, height=%u, bpp=%u, size=%lu dumb buffer\n", alloc_arg.width, alloc_arg.he… in drm_buf_alloc()
141 printf("failed to create map dumb: %s\n", strerror(errno)); in drm_buf_alloc()
185 printf("failed to destory dumb %d, error=%s\n", ret, strerror(errno)); in drm_buf_destroy()
/OK3568_Linux_fs/external/linux-rga/samples/utils/allocator/
H A Ddrm_alloc.cpp98 printf("failed to create dumb buffer: %s\n", strerror(errno)); in drm_buf_alloc()
113 …printf("create width=%u, height=%u, bpp=%u, size=%lu dumb buffer\n", alloc_arg.width, alloc_arg.he… in drm_buf_alloc()
141 printf("failed to create map dumb: %s\n", strerror(errno)); in drm_buf_alloc()
184 printf("failed to destory dumb %d, error=%s\n", ret, strerror(errno)); in drm_buf_destroy()
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkdrive.c100 if (!pScreenPriv->screen->dumb && pScreenPriv->card->cfuncs->disableAccel) in KdDisableScreen()
159 if (!pScreenPriv->screen->dumb && pScreenPriv->card->cfuncs->enableAccel) in KdEnableScreen()
224 screen->dumb = kdDumbDriver; in KdParseScreen()
374 ErrorF("-dumb Disable hardware acceleration\n"); in KdUseMsg()
424 if (!strcmp(argv[i], "-dumb")) { in KdProcessArgument()
581 if (!pScreenPriv->screen->dumb && card->cfuncs->finiAccel) in KdCloseScreen()
787 if (!screen->dumb && card->cfuncs->initAccel) in KdScreenInit()
789 screen->dumb = TRUE; in KdScreenInit()
827 if (!screen->dumb && card->cfuncs->enableAccel) in KdScreenInit()
844 screen->dumb = TRUE; in KdInitScreen()
/OK3568_Linux_fs/buildroot/package/apcupsd/
H A DConfig.in19 bool "dumb"
21 Compile dumb UPS driver
H A Dapcupsd.mk30 APCUPSD_CONF_OPTS += --enable-dumb
32 APCUPSD_CONF_OPTS += --disable-dumb
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dpageflip.c378 new_front_bo.dumb = ms_exa_bo_from_pixmap(screen, new_front); in ms_do_pageflip()
379 if (!new_front_bo.dumb) { in ms_do_pageflip()
381 "Failed to get dumb bo for flip to new front.\n"); in ms_do_pageflip()
398 new_front_bo.dumb = NULL; in ms_do_pageflip()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dcsox24 $no_colour{"dumb"} = "true";
42 $term = $ENV{"TERM"} || "dumb";
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/libs/arm32/
HDlibrga.so ... 42 Rga built version:%s failed to create dumb buffer: %s failed to destroy dumb buffer: ...
/OK3568_Linux_fs/kernel/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]
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0050-HACK-pixman-renderer-Support-passing-dma-fd-to-pixma.patch35 output->dumb[i]->strides[0]);
40 + output->dumb[i]->dma_fd);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0053-HACK-pixman-renderer-Support-passing-dma-fd-to-pixma.patch35 output->dumb[i]->strides[0]);
40 + output->dumb[i]->dma_fd);
/OK3568_Linux_fs/buildroot/package/weston/
H A D0053-HACK-pixman-renderer-Support-passing-dma-fd-to-pixma.patch35 output->dumb[i]->strides[0]);
40 + output->dumb[i]->dma_fd);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/virtio/
H A Dvirtgpu_plane.c205 if (bo->dumb) in virtio_gpu_primary_plane_update()
252 if (bo && bo->dumb && (plane->state->fb != new_state->fb)) { in virtio_gpu_cursor_prepare_fb()
301 if (bo && bo->dumb && (plane->state->fb != old_state->fb)) { in virtio_gpu_cursor_plane_update()
/OK3568_Linux_fs/buildroot/package/perl-filesys-notify-simple/
H A DConfig.in4 Simple and dumb file system watcher.
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dgstkmsallocator.c136 "Failed to destroy dumb buffer object: %s %d", strerror (errno), errno); in gst_kms_allocator_memory_reset()
235 "DUMB buffer has a size of %" G_GSIZE_FORMAT in gst_kms_allocator_memory_create()
381 GST_ERROR_OBJECT (alloc, "Failed to map dumb buffer object: %s %d", in gst_kms_memory_map()
633 /* We can only export DUMB buffers */ in gst_kms_allocator_dmabuf_export()
/OK3568_Linux_fs/buildroot/package/picocom/
H A DConfig.in5 picocom is a minimal dumb-terminal emulation program. It is,
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/drm/
H A Ddrm.h625 * If set to 1, the driver supports creating dumb buffers via the
641 * The preferred bit depth for dumb buffers.
648 * Note that this preference only applies to dumb buffers, it's irrelevant for
656 * instead of directly rendering to a dumb buffer. For best speed, userspace
657 * should do streaming ordered memory copies into the dumb buffer and never
660 * Note that this preference only applies to dumb buffers, it's irrelevant for
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dtwl4030_madc_battery.c3 * Dumb driver for LiIon batteries using TWL4030 madc.
8 * Based on dumb driver for gta01 battery
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/libdnet/
H A Dlibdnet_1.14.bb1 SUMMARY = "dumb networking library"
/OK3568_Linux_fs/kernel/drivers/gpu/drm/xen/
H A Dxen_drm_front_cfg.h30 /* set if dumb buffers are allocated externally on backend side */

12345678910