/external/drm_hwcomposer/ |
H A D | drmhwcgralloc.h | 62 uint32_t fb_id; member in struct:hwc_drm_bo
|
H A D | platformdrmgeneric.cpp | 115 bo->gem_handles, bo->pitches, bo->offsets, &bo->fb_id, 0); 125 if (bo->fb_id) 126 if (drmModeRmFB(drm_->fd(), bo->fb_id))
|
H A D | platformnv.cpp | 103 &buf->bo.fb_id, 0); 128 ALOGE("Freeing bo %" PRIu32 ", buf is NULL!", bo->fb_id); 146 if (bo->fb_id) { 147 int ret = drmModeRmFB(drm_->fd(), bo->fb_id);
|
H A D | drmdisplaycompositor.cpp | 659 int fb_id = -1; 699 fb_id = layer.buffer->fb_id; 718 if (fb_id < 0) { 747 plane->fb_property().id(), fb_id) < 0;
|
/external/libdrm/tests/planetest/ |
H A D | bo.h | 18 uint32_t fb_id; member in struct:sp_bo
|
H A D | bo.c | 107 &bo->fb_id, bo->flags); 220 if (bo->fb_id) { 221 ret = drmModeRmFB(bo->dev->fd, bo->fb_id);
|
H A D | modeset.c | 183 crtc->crtc->crtc_id, plane->bo->fb_id, 0, x, y, w, h, 209 plane->fb_pid, plane->bo->fb_id)
|
/external/kernel-headers/original/uapi/drm/ |
H A D | drm_mode.h | 146 __u32 fb_id; /**< Id of framebuffer */ member in struct:drm_mode_crtc 163 __u32 fb_id; /* fb object contains surface format type */ member in struct:drm_mode_set_plane 183 __u32 fb_id; member in struct:drm_mode_get_plane 345 __u32 fb_id; member in struct:drm_mode_fb_cmd 359 __u32 fb_id; member in struct:drm_mode_fb_cmd2 426 __u32 fb_id; member in struct:drm_mode_fb_dirty_cmd 521 __u32 fb_id; member in struct:drm_mode_crtc_page_flip
|
H A D | vmwgfx_drm.h | 746 * @fb_id: framebuffer id to present / read back from. 759 uint32_t fb_id; member in struct:drm_vmw_present_arg 781 * @fb_id: fb_id to present / read back from. 789 uint32_t fb_id; member in struct:drm_vmw_present_readback_arg
|
/external/libdrm/include/drm/ |
H A D | drm_mode.h | 133 __u32 fb_id; /**< Id of framebuffer */ member in struct:drm_mode_crtc 149 __u32 fb_id; /* fb object contains surface format type */ member in struct:drm_mode_set_plane 165 __u32 fb_id; member in struct:drm_mode_get_plane 331 __u32 fb_id; member in struct:drm_mode_fb_cmd 344 __u32 fb_id; member in struct:drm_mode_fb_cmd2 408 __u32 fb_id; member in struct:drm_mode_fb_dirty_cmd 499 __u32 fb_id; member in struct:drm_mode_crtc_page_flip
|
/external/drm_gralloc/ |
H A D | gralloc_drm_priv.h | 83 int fb_id; /* the fb id */ member in struct:gralloc_drm_bo_t
|
H A D | gralloc_drm.cpp | 265 bo->fb_id = 0;
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
H A D | xorg_driver.c | 375 ms->fb_id = -1; 596 ret = drmModeDirtyFB(ms->fd, ms->fb_id, clip, num_cliprects); 942 if (ms->fb_id != -1) { 943 drmModeRmFB(ms->fd, ms->fb_id); 944 ms->fb_id = -1; 1068 if (ms->fb_id != -1) { 1069 drmModeRmFB(ms->fd, ms->fb_id); 1070 ms->fb_id = -1; 1083 unsigned fb_id; local 1107 &fb_id); 1188 unsigned fb_id; local [all...] |
H A D | xorg_tracker.h | 101 unsigned fb_id; member in struct:_modesettingRec
|
H A D | xorg_crtc.c | 131 ret = drmModeSetCrtc(ms->fd, drm_crtc->crtc_id, ms->fb_id, x, y,
|
/external/libdrm/tests/modetest/ |
H A D | modetest.c | 119 unsigned int fb_id; member in struct:device::__anon9605 407 fb->fb_id, 431 ovr->plane_id, ovr->crtc_id, ovr->fb_id, 695 unsigned int fb_id[2], current_fb_id; member in struct:pipe_arg 707 unsigned int fb_id; member in struct:plane_arg 921 if (pipe->current_fb_id == pipe->fb_id[0]) 922 new_fb_id = pipe->fb_id[1]; 924 new_fb_id = pipe->fb_id[0]; 1007 handles, pitches, offsets, &p->fb_id, plane_flags)) { 1024 if (drmModeSetPlane(dev->fd, plane_id, crtc->crtc->crtc_id, p->fb_id, 1053 unsigned int fb_id; local [all...] |
/external/mesa3d/src/gallium/winsys/svga/drm/ |
H A D | vmwgfx_drm.h | 674 * @fb_id: framebuffer id to present / read back from. 687 uint32_t fb_id; member in struct:drm_vmw_present_arg 709 * @fb_id: fb_id to present / read back from. 717 uint32_t fb_id; member in struct:drm_vmw_present_readback_arg
|
/external/libdrm/ |
H A D | xf86drmMode.h | 214 uint32_t fb_id; member in struct:_drmModeFB 324 uint32_t fb_id; member in struct:_drmModePlane 467 extern int drmModePageFlip(int fd, uint32_t crtc_id, uint32_t fb_id, 473 uint32_t fb_id, uint32_t flags,
|
H A D | xf86drmMode.c | 269 *buf_id = f.fb_id; 293 *buf_id = f.fb_id; 308 info.fb_id = buf; 316 r->fb_id = info.fb_id; 333 dirty.fb_id = bufferId; 371 r->buffer_id = crtc.fb_id; 386 crtc.fb_id = bufferId; 921 int drmModePageFlip(int fd, uint32_t crtc_id, uint32_t fb_id, argument 927 flip.fb_id 935 drmModeSetPlane(int fd, uint32_t plane_id, uint32_t crtc_id, uint32_t fb_id, uint32_t flags, int32_t crtc_x, int32_t crtc_y, uint32_t crtc_w, uint32_t crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) argument [all...] |
/external/libdrm/tests/exynos/ |
H A D | exynos_fimg2d_test.c | 116 unsigned int fb_id) 121 fb_id, 0, 0, &c->id, 1, c->mode); 719 unsigned int fb_id; local 803 pitches, offsets, &fb_id, 0); 809 ret = drm_set_crtc(dev, &con, fb_id); 880 drmModeRmFB(dev->fd, fb_id); 115 drm_set_crtc(struct exynos_device *dev, struct connector *c, unsigned int fb_id) argument
|
/external/valgrind/include/vki/ |
H A D | vki-linux-drm.h | 373 __vki_u32 fb_id; /**< Id of framebuffer */ member in struct:vki_drm_mode_crtc 412 __vki_u32 fb_id; member in struct:vki_drm_mode_fb_cmd
|