/third_party/libdrm/tests/modetest/ |
D | cursor.c | 47 uint32_t crtc_id; member 87 drmModeSetCursor(cursor->fd, cursor->crtc_id, handle, cursor->w, cursor->h); in set_cursor() 96 drmModeSetCursor(cursor->fd, cursor->crtc_id, in move_cursor() 122 drmModeMoveCursor(cursor->fd, cursor->crtc_id, x, y); in move_cursor() 166 int cursor_init(int fd, uint32_t bo_handle, uint32_t crtc_id, in cursor_init() argument 175 cursor->crtc_id = crtc_id; in cursor_init()
|
D | modetest.c | 211 encoder->crtc_id, in dump_encoders() 469 crtc->crtc_id, in dump_crtcs() 522 ovr->plane_id, ovr->crtc_id, ovr->fb_id, in dump_planes() 728 if (crtc && crtc->crtc_id == id) in get_crtc_by_id() 740 if (crtc->crtc->crtc_id == dev->resources->crtcs[i].crtc->crtc_id) in get_crtc_mask() 807 uint32_t crtc_id; member 822 uint32_t crtc_id; /* the id of CRTC to bind to */ member 899 crtc = get_crtc_by_id(dev, encoder->crtc_id); in pipe_find_crtc() 949 if (pipe->crtc_id != (uint32_t)-1) { in pipe_find_crtc_and_mode() 950 pipe->crtc = get_crtc_by_id(dev, pipe->crtc_id); in pipe_find_crtc_and_mode() [all …]
|
D | cursor.h | 28 int cursor_init(int fd, uint32_t bo_handle, uint32_t crtc_id,
|
/third_party/mesa3d/include/drm-uapi/ |
D | drm_mode.h | 281 __u32 crtc_id; /**< Id */ member 298 __u32 crtc_id; member 337 __u32 crtc_id; member 379 __u32 crtc_id; /**< Id of crtc */ member 769 __u32 crtc_id; member 780 __u32 crtc_id; member 792 __u32 crtc_id; member 941 __u32 crtc_id; member 969 __u32 crtc_id; member
|
D | drm.h | 924 __u32 crtc_id; /* requested crtc_id */ member 938 __u32 crtc_id; member 1133 __u32 crtc_id; /* 0 on older kernels that do not support this */ member
|
D | i915_drm.h | 1746 __u32 crtc_id; member 1811 __u32 crtc_id; member
|
/third_party/libdrm/include/drm/ |
D | drm_mode.h | 281 __u32 crtc_id; /**< Id */ member 298 __u32 crtc_id; member 318 __u32 crtc_id; member 347 __u32 crtc_id; /**< Id of crtc */ member 685 __u32 crtc_id; member 696 __u32 crtc_id; member 708 __u32 crtc_id; member 857 __u32 crtc_id; member 885 __u32 crtc_id; member
|
D | drm.h | 924 __u32 crtc_id; /* requested crtc_id */ member 938 __u32 crtc_id; member 1123 __u32 crtc_id; /* 0 on older kernels that do not support this */ member
|
D | vmwgfx_drm.h | 531 __u32 crtc_id; member
|
D | i915_drm.h | 1314 __u32 crtc_id; member 1379 __u32 crtc_id; member
|
/third_party/libdrm/ |
D | xf86drmMode.h | 158 uint32_t crtc_id; member 173 uint32_t crtc_id; member 246 uint32_t crtc_id; member 405 extern int drmModeCrtcSetGamma(int fd, uint32_t crtc_id, uint32_t size, 407 extern int drmModeCrtcGetGamma(int fd, uint32_t crtc_id, uint32_t size, 409 extern int drmModePageFlip(int fd, uint32_t crtc_id, uint32_t fb_id, 411 extern int drmModePageFlipTarget(int fd, uint32_t crtc_id, uint32_t fb_id, 417 extern int drmModeSetPlane(int fd, uint32_t plane_id, uint32_t crtc_id,
|
D | xf86drmMode.c | 371 crtc.crtc_id = crtcId; in drmModeGetCrtc() 383 r->crtc_id = crtc.crtc_id; in drmModeGetCrtc() 406 crtc.crtc_id = crtcId; in drmModeSetCrtc() 429 arg.crtc_id = crtcId; in drmModeSetCursor() 445 arg.crtc_id = crtcId; in drmModeSetCursor2() 461 arg.crtc_id = crtcId; in drmModeMoveCursor() 486 r->crtc_id = enc.crtc_id; in drmModeGetEncoder() 967 drm_public int drmModeCrtcGetGamma(int fd, uint32_t crtc_id, uint32_t size, in drmModeCrtcGetGamma() argument 974 l.crtc_id = crtc_id; in drmModeCrtcGetGamma() 983 drm_public int drmModeCrtcSetGamma(int fd, uint32_t crtc_id, uint32_t size, in drmModeCrtcSetGamma() argument [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
D | DisplaySurfaceKHR.cpp | 153 crtc_id = encoder->crtc_id; in DisplaySurfaceKHR() 156 crtc = drmModeGetCrtc(fd, crtc_id); in DisplaySurfaceKHR() 192 …drmModeSetCrtc(fd, crtc->crtc_id, crtc->buffer_id, crtc->x, crtc->y, &connector_id, 1, &crtc->mode… in destroySurface() 226 drmModeSetCrtc(fd, crtc_id, fb_id, 0, 0, &connector_id, 1, &mode_info); in present()
|
D | DisplaySurfaceKHR.hpp | 50 uint32_t crtc_id; member in vk::DisplaySurfaceKHR
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_display.c | 86 uint32_t crtc_id; member 1208 uint32_t crtc_id, in wsi_display_page_flip_handler2() argument 1409 uint32_t crtc_id) in wsi_display_crtc_solo() argument 1436 bool match = (other_encoder->crtc_id == crtc_id); in wsi_display_crtc_solo() 1463 uint32_t crtc_id = encoder->crtc_id; in wsi_display_select_crtc() local 1465 if (crtc_id) { in wsi_display_select_crtc() 1466 if (wsi_display_crtc_solo(wsi, mode_res, drm_connector, crtc_id)) in wsi_display_select_crtc() 1467 return crtc_id; in wsi_display_select_crtc() 1471 uint32_t crtc_id = 0; in wsi_display_select_crtc() local 1472 for (int c = 0; crtc_id == 0 && c < mode_res->count_crtcs; c++) { in wsi_display_select_crtc() [all …]
|
/third_party/libdrm/tests/tegra/ |
D | drm-test.c | 55 crtc = drmModeGetCrtc(screen->fd, encoder->crtc_id); in drm_screen_probe_connector() 73 screen->crtc = encoder->crtc_id; in drm_screen_probe_connector()
|
/third_party/libdrm/tests/proptest/ |
D | proptest.c | 219 printf("CRTC %u\n", c->crtc_id); in listCrtcProperties() 221 listObjectProperties(c->crtc_id, DRM_MODE_OBJECT_CRTC); in listCrtcProperties()
|
/third_party/libdrm/intel/ |
D | intel_bufmgr.c | 320 drm_intel_get_pipe_from_crtc_id(drm_intel_bufmgr *bufmgr, int crtc_id) in drm_intel_get_pipe_from_crtc_id() argument 323 return bufmgr->get_pipe_from_crtc_id(bufmgr, crtc_id); in drm_intel_get_pipe_from_crtc_id()
|
D | intel_bufmgr_priv.h | 307 int (*get_pipe_from_crtc_id) (drm_intel_bufmgr *bufmgr, int crtc_id);
|
D | intel_bufmgr.h | 213 int drm_intel_get_pipe_from_crtc_id(drm_intel_bufmgr *bufmgr, int crtc_id);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/ |
D | DisplayGbm.cpp | 527 if (drmModeSetCrtc(fd, mCRTC->crtc_id, mDrawing->getDRMFB(), 0, 0, in presentScreen() 534 if (drmModePageFlip(fd, mCRTC->crtc_id, mDrawing->getDRMFB(), DRM_MODE_PAGE_FLIP_EVENT, in presentScreen()
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmwgfx_drm.h | 538 __u32 crtc_id; member
|
/third_party/ffmpeg/libavdevice/ |
D | kmsgrab.c | 475 plane->plane_id, plane->crtc_id, plane->fb_id); in kmsgrab_read_header() 478 plane->crtc_id != ctx->source_crtc) || in kmsgrab_read_header()
|
/third_party/libdrm/tests/modeprint/ |
D | modeprint.c | 197 printf("\tcrtc_id :%d\n", encoder->crtc_id); in printEncoder()
|
/third_party/libdrm/tests/exynos/ |
D | exynos_fimg2d_test.c | 118 c->crtc = c->encoder->crtc_id; in connector_find_mode()
|