| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/kmssrc/ |
| H A D | gstkmssrc.c | 67 guint fb_id; member 153 self->fb_id = g_value_get_uint (value); in gst_kms_src_set_property() 199 g_value_set_uint (value, self->fb_id); in gst_kms_src_get_property() 223 guint fb_id; in gst_kms_src_get_crtc_fb() local 229 fb_id = crtc->buffer_id; in gst_kms_src_get_crtc_fb() 232 return fb_id; in gst_kms_src_get_crtc_fb() 239 guint fb_id; in gst_kms_src_get_encoder_fb() local 245 fb_id = gst_kms_src_get_crtc_fb (self, encoder->crtc_id); in gst_kms_src_get_encoder_fb() 248 return fb_id; in gst_kms_src_get_encoder_fb() 255 guint fb_id; in gst_kms_src_get_connector_fb() local [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | pageflip.c | 85 uint32_t *fb_id; member 167 uint32_t flags, uint32_t seq, unsigned fb_id) in do_queue_flip_on_crtc() argument 169 return drmmode_crtc_flip(crtc, fb_id, flags, in do_queue_flip_on_crtc() 207 while (do_queue_flip_on_crtc(ms, crtc, flags, seq, *flipdata->fb_id)) { in queue_flip_on_crtc() 257 flipdata->fb_id = &drmmode_crtc->fb_id; in ms_do_pageflip_bo() 259 flipdata->fb_id = &ms->drmmode.fb_id; in ms_do_pageflip_bo() 277 flipdata->old_fb_id = *flipdata->fb_id; in ms_do_pageflip_bo() 280 flipdata->fb_id)) in ms_do_pageflip_bo() 334 drmModeRmFB(ms->fd, *flipdata->fb_id); in ms_do_pageflip_bo() 335 *flipdata->fb_id = flipdata->old_fb_id; in ms_do_pageflip_bo()
|
| H A D | drmmode_display.h | 102 unsigned fb_id; member 187 unsigned fb_id; member 215 unsigned fb_id; member 289 uint32_t fb_id; member 323 uint32_t *fb_id); 361 int drmmode_crtc_flip(xf86CrtcPtr crtc, uint32_t fb_id, uint32_t flags, void *data);
|
| H A D | drmmode_display.c | 440 uint32_t fb_id, int x, int y) in plane_add_props() argument 446 fb_id); in plane_add_props() 448 fb_id ? drmmode_crtc->mode_crtc->crtc_id : 0); in plane_add_props() 605 drmmode_crtc_get_fb_id(xf86CrtcPtr crtc, uint32_t *fb_id, int *x, int *y) in drmmode_crtc_get_fb_id() argument 611 *fb_id = 0; in drmmode_crtc_get_fb_id() 617 *fb_id = ppriv->fb_id; in drmmode_crtc_get_fb_id() 624 *fb_id = drmmode_crtc->rotate_fb_id; in drmmode_crtc_get_fb_id() 627 *fb_id = drmmode->fb_id; in drmmode_crtc_get_fb_id() 632 if (*fb_id == 0) { in drmmode_crtc_get_fb_id() 634 &drmmode->fb_id); in drmmode_crtc_get_fb_id() [all …]
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/ |
| H A D | 0039-kmssink-Support-scaling-in-modesetting.patch | 33 - if (plane->possible_crtcs & (1 << pipe) && !plane->fb_id) { 35 + (!plane->fb_id || self->modesetting_enabled)) { 47 - fb_id = kmsmem->fb_id; 73 + fb_id = kmsmem->fb_id; 75 err = drmModeSetCrtc (self->fd, self->crtc_id, fb_id, 0, 0, 109 - self->buffer_id = fb_id; 111 + self->buffer_id = fb_id;
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/ |
| H A D | 0038-kmssink-Support-scaling-in-modesetting.patch | 33 - if (plane->possible_crtcs & (1 << pipe) && !plane->fb_id) { 35 + (!plane->fb_id || self->modesetting_enabled)) { 47 - fb_id = kmsmem->fb_id; 73 + fb_id = kmsmem->fb_id; 75 err = drmModeSetCrtc (self->fd, self->crtc_id, fb_id, 0, 0, 109 - self->buffer_id = fb_id; 111 + self->buffer_id = fb_id;
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/ |
| H A D | 0039-kmssink-Support-scaling-in-modesetting.patch | 33 - if (plane->possible_crtcs & (1 << pipe) && !plane->fb_id) { 35 + (!plane->fb_id || self->modesetting_enabled)) { 47 - fb_id = kmsmem->fb_id; 73 + fb_id = kmsmem->fb_id; 75 err = drmModeSetCrtc (self->fd, self->crtc_id, fb_id, 0, 0, 109 - self->buffer_id = fb_id; 111 + self->buffer_id = fb_id;
|
| /OK3568_Linux_fs/external/mpp/osal/linux/ |
| H A D | drm_mode.h | 133 __u32 fb_id; /**< Id of framebuffer */ member 149 __u32 fb_id; /* fb object contains surface format type */ member 165 __u32 fb_id; member 331 __u32 fb_id; member 343 __u32 fb_id; member 399 __u32 fb_id; member 490 __u32 fb_id; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/ |
| H A D | drm_mode.h | 253 __u32 fb_id; /**< Id of framebuffer */ member 270 __u32 fb_id; /* fb object contains surface format type */ member 290 __u32 fb_id; member 467 __u32 fb_id; member 481 __u32 fb_id; member 551 __u32 fb_id; member 669 __u32 fb_id; member 697 __u32 fb_id; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/ |
| H A D | drm_mode.h | 253 __u32 fb_id; /**< Id of framebuffer */ member 270 __u32 fb_id; /* fb object contains surface format type */ member 290 __u32 fb_id; member 467 __u32 fb_id; member 481 __u32 fb_id; member 551 __u32 fb_id; member 669 __u32 fb_id; member 697 __u32 fb_id; member
|
| /OK3568_Linux_fs/external/linux-rga/core/3rdparty/libdrm/include/drm/ |
| H A D | drm_mode.h | 261 __u32 fb_id; /**< Id of framebuffer */ member 278 __u32 fb_id; /* fb object contains surface format type */ member 298 __u32 fb_id; member 481 __u32 fb_id; member 495 __u32 fb_id; member 565 __u32 fb_id; member 770 __u32 fb_id; member 798 __u32 fb_id; member
|
| /OK3568_Linux_fs/kernel/include/uapi/drm/ |
| H A D | drm_mode.h | 261 __u32 fb_id; /**< Id of framebuffer */ member 278 __u32 fb_id; /* fb object contains surface format type */ member 298 __u32 fb_id; member 481 __u32 fb_id; member 495 __u32 fb_id; member 565 __u32 fb_id; member 770 __u32 fb_id; member 798 __u32 fb_id; member
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/ |
| H A D | drm_mode.h | 252 __u32 fb_id; /**< Id of framebuffer */ member 269 __u32 fb_id; /* fb object contains surface format type */ member 289 __u32 fb_id; member 466 __u32 fb_id; member 480 __u32 fb_id; member 550 __u32 fb_id; member 669 __u32 fb_id; member 697 __u32 fb_id; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/ |
| H A D | drm_mode.h | 252 __u32 fb_id; /**< Id of framebuffer */ member 269 __u32 fb_id; /* fb object contains surface format type */ member 289 __u32 fb_id; member 466 __u32 fb_id; member 480 __u32 fb_id; member 550 __u32 fb_id; member 669 __u32 fb_id; member 697 __u32 fb_id; member
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/drm/ |
| H A D | drm_mode.h | 282 __u32 fb_id; /**< Id of framebuffer */ member 299 __u32 fb_id; /* fb object contains surface format type */ member 319 __u32 fb_id; member 569 __u32 fb_id; member 583 __u32 fb_id; member 653 __u32 fb_id; member 858 __u32 fb_id; member 886 __u32 fb_id; member
|
| /OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/ |
| H A D | drm_mode.h | 252 __u32 fb_id; /**< Id of framebuffer */ member 269 __u32 fb_id; /* fb object contains surface format type */ member 289 __u32 fb_id; member 466 __u32 fb_id; member 480 __u32 fb_id; member 550 __u32 fb_id; member 669 __u32 fb_id; member 697 __u32 fb_id; member
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/ |
| H A D | xf86drmMode.c | 275 *buf_id = f.fb_id; in drmModeAddFB() 301 *buf_id = f.fb_id; in drmModeAddFB2WithModifiers() 327 info.fb_id = buf; in drmModeGetFB() 335 r->fb_id = info.fb_id; in drmModeGetFB() 352 dirty.fb_id = bufferId; in drmModeDirtyFB() 390 r->buffer_id = crtc.fb_id; in drmModeGetCrtc() 405 crtc.fb_id = bufferId; in drmModeSetCrtc() 959 drm_public int drmModePageFlip(int fd, uint32_t crtc_id, uint32_t fb_id, in drmModePageFlip() argument 965 flip.fb_id = fb_id; in drmModePageFlip() 973 drm_public int drmModePageFlipTarget(int fd, uint32_t crtc_id, uint32_t fb_id, in drmModePageFlipTarget() argument [all …]
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/ |
| H A D | gstkmsallocator.c | 97 return ((GstKMSMemory *) mem)->fb_id; in gst_kms_memory_get_fb_id() 115 if (mem->fb_id) { in gst_kms_allocator_memory_reset() 116 GST_DEBUG_OBJECT (allocator, "removing fb id %d", mem->fb_id); in gst_kms_allocator_memory_reset() 117 drmModeRmFB (allocator->priv->fd, mem->fb_id); in gst_kms_allocator_memory_reset() 118 mem->fb_id = 0; in gst_kms_allocator_memory_reset() 452 if (kmsmem->fb_id) in gst_kms_allocator_add_fb() 502 _pitches, _offsets, _modifiers, &kmsmem->fb_id, in gst_kms_allocator_add_fb() 508 pitches, offsets, modifiers, &kmsmem->fb_id, DRM_MODE_FB_MODIFIERS); in gst_kms_allocator_add_fb() 511 offsets, &kmsmem->fb_id, 0); in gst_kms_allocator_add_fb() 514 pitches, offsets, &kmsmem->fb_id, 0); in gst_kms_allocator_add_fb()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_framebuffer.c | 133 r.fb_id = or->fb_id; in drm_mode_addfb() 143 or->fb_id = r.fb_id; in drm_mode_addfb() 363 r->fb_id = fb->base.id; in drm_mode_addfb2() 428 int drm_mode_rmfb(struct drm_device *dev, u32 fb_id, in drm_mode_rmfb() argument 438 fb = drm_framebuffer_lookup(dev, file_priv, fb_id); in drm_mode_rmfb() 487 uint32_t *fb_id = data; in drm_mode_rmfb_ioctl() local 489 return drm_mode_rmfb(dev, *fb_id, file_priv); in drm_mode_rmfb_ioctl() 515 fb = drm_framebuffer_lookup(dev, file_priv, r->fb_id); in drm_mode_getfb() 578 fb = drm_framebuffer_lookup(dev, file_priv, r->fb_id); in drm_mode_getfb2_ioctl() 709 fb = drm_framebuffer_lookup(dev, file_priv, r->fb_id); in drm_mode_dirtyfb_ioctl()
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/ |
| H A D | xf86drmMode.h | 103 uint32_t fb_id; member 113 uint32_t fb_id; member 243 uint32_t fb_id; member 403 extern int drmModePageFlip(int fd, uint32_t crtc_id, uint32_t fb_id, 405 extern int drmModePageFlipTarget(int fd, uint32_t crtc_id, uint32_t fb_id, 412 uint32_t fb_id, uint32_t flags,
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/ |
| H A D | graphics_drm.c | 38 uint32_t fb_id; member 66 surface->fb_id, in drm_enable_crtc() 95 if (surface->fb_id) { in drm_destroy_surface() 96 ret = drmModeRmFB(drm_fd, surface->fb_id); in drm_destroy_surface() 174 &(surface->fb_id), 0); in drm_create_surface() 448 drm_surfaces[current_buffer]->fb_id, 0, NULL); in drm_flip()
|
| /OK3568_Linux_fs/external/recovery/minui/ |
| H A D | graphics_drm.c | 39 uint32_t fb_id; member 69 surface->fb_id, in drm_enable_crtc() 100 if (surface->fb_id) { in drm_destroy_surface() 101 ret = drmModeRmFB(drm_fd, surface->fb_id); in drm_destroy_surface() 181 &(surface->fb_id), 0); in drm_create_surface() 462 drm_surfaces[current_buffer]->fb_id, 0, NULL); in drm_flip()
|
| /OK3568_Linux_fs/buildroot/package/glmark2/ |
| H A D | 0002-NativeStateDRM-Honor-visual-configuration.patch | 46 unsigned int fb_id(0); 47 - int status = drmModeAddFB(fd_, width, height, 24, 32, stride, handle, &fb_id); 48 + int status = drmModeAddFB(fd_, width, height, bpp, bpp, stride, handle, &fb_id);
|
| /OK3568_Linux_fs/kernel/sound/firewire/bebob/ |
| H A D | bebob_command.c | 11 unsigned int fb_id, unsigned int num) in avc_audio_set_selector() argument 24 buf[4] = 0xff & fb_id; /* function block id */ in avc_audio_set_selector() 49 unsigned int fb_id, unsigned int *num) in avc_audio_get_selector() argument 62 buf[4] = 0xff & fb_id; /* function block id */ in avc_audio_get_selector()
|
| /OK3568_Linux_fs/buildroot/package/frecon/ |
| H A D | 0001-HACK-Fix-compile-errors.patch | 30 int32_t drm_setmode(drm_t* drm, uint32_t fb_id) 55 - &create_dumb.pitch, &offset, &fb->fb_id, 0); 57 + pitches, offsets, &fb->fb_id, 0);
|