Home
last modified time | relevance | path

Searched refs:crtc_id (Results 1 - 25 of 28) sorted by relevance

12

/third_party/libdrm/tests/modetest/
H A Dmodetest.c211 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 ! in pipe_find_crtc_and_mode()
1118 set_gamma(struct device *dev, unsigned crtc_id, unsigned fourcc) set_gamma() argument
[all...]
H A Dcursor.c47 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()
H A Dcursor.h28 int cursor_init(int fd, uint32_t bo_handle, uint32_t crtc_id,
/third_party/mesa3d/include/drm-uapi/
H A Ddrm_mode.h281 __u32 crtc_id; /**< Id */ member
298 __u32 crtc_id; member
336 /** @crtc_id: Object ID of the current CRTC. */
337 __u32 crtc_id; member
379 __u32 crtc_id; /**< Id of crtc */ member
757 * crtc_id
763 * crtc_id
769 __u32 crtc_id; member
780 __u32 crtc_id; member
792 __u32 crtc_id; member
941 __u32 crtc_id; global() member
969 __u32 crtc_id; global() member
[all...]
H A Ddrm.h744 * &drm_event_vblank.crtc_id for the &DRM_EVENT_VBLANK and
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
H A Di915_drm.h1746 __u32 crtc_id; member
1811 __u32 crtc_id; member
/third_party/libdrm/include/drm/
H A Ddrm_mode.h281 __u32 crtc_id; /**< Id */ member
298 __u32 crtc_id; member
318 __u32 crtc_id; member
347 __u32 crtc_id; /**< Id of crtc */ member
673 * crtc_id
679 * crtc_id
685 __u32 crtc_id; member
696 __u32 crtc_id; member
708 __u32 crtc_id; member
857 __u32 crtc_id; member
885 __u32 crtc_id; global() member
[all...]
H A Ddrm.h744 * &drm_event_vblank.crtc_id for the &DRM_EVENT_VBLANK and
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
H A Dvmwgfx_drm.h520 * @crtc_id: Crtc id, only used if DMR_CURSOR_BYPASS_ALL isn't passed.
531 __u32 crtc_id; member
H A Di915_drm.h1314 __u32 crtc_id; member
1379 __u32 crtc_id; member
/third_party/libdrm/
H A Dxf86drmMode.c371 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_ argument
983 drmModeCrtcSetGamma(int fd, uint32_t crtc_id, uint32_t size, uint16_t *red, uint16_t *green, uint16_t *blue) drmModeCrtcSetGamma() argument
1067 drmModePageFlip(int fd, uint32_t crtc_id, uint32_t fb_id, uint32_t flags, void *user_data) drmModePageFlip() argument
1081 drmModePageFlipTarget(int fd, uint32_t crtc_id, uint32_t fb_id, uint32_t flags, void *user_data, uint32_t target_vblank) drmModePageFlipTarget() argument
1097 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) drmModeSetPlane() argument
[all...]
H A Dxf86drmMode.h158 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,
H A Dxf86drm.h797 unsigned int crtc_id,
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DDisplaySurfaceKHR.cpp153 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()
H A DDisplaySurfaceKHR.hpp50 uint32_t crtc_id; member in vk::DisplaySurfaceKHR
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_display.c86 uint32_t crtc_id; member
1208 uint32_t crtc_id, in wsi_display_page_flip_handler2()
1409 uint32_t crtc_id) in wsi_display_crtc_solo()
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()
1204 wsi_display_page_flip_handler2(int fd, unsigned int frame, unsigned int sec, unsigned int usec, uint32_t crtc_id, void *data) wsi_display_page_flip_handler2() argument
1406 wsi_display_crtc_solo(struct wsi_display *wsi, drmModeResPtr mode_res, drmModeConnectorPtr connector, uint32_t crtc_id) wsi_display_crtc_solo() argument
1471 uint32_t crtc_id = 0; wsi_display_select_crtc() local
[all...]
/third_party/libdrm/tests/tegra/
H A Ddrm-test.c55 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/
H A Dproptest.c219 printf("CRTC %u\n", c->crtc_id); in listCrtcProperties()
221 listObjectProperties(c->crtc_id, DRM_MODE_OBJECT_CRTC); in listCrtcProperties()
/third_party/libdrm/intel/
H A Dintel_bufmgr.c320 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()
H A Dintel_bufmgr_priv.h298 * Return the pipe associated with a crtc_id so that vblank
305 * \param crtc_id the crtc identifier
307 int (*get_pipe_from_crtc_id) (drm_intel_bufmgr *bufmgr, int crtc_id);
H A Dintel_bufmgr.h213 int drm_intel_get_pipe_from_crtc_id(drm_intel_bufmgr *bufmgr, int crtc_id);
/third_party/ffmpeg/libavdevice/
H A Dkmsgrab.c475 plane->plane_id, plane->crtc_id, plane->fb_id); in kmsgrab_read_header()
478 plane->crtc_id != ctx->source_crtc) || in kmsgrab_read_header()
691 { "crtc_id", "CRTC ID to define capture source",
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
H A DDisplayGbm.cpp527 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/
H A Dvmwgfx_drm.h527 * @crtc_id: Crtc id, only used if DMR_CURSOR_BYPASS_ALL isn't passed.
538 __u32 crtc_id; member
/third_party/libdrm/tests/modeprint/
H A Dmodeprint.c197 printf("\tcrtc_id :%d\n", encoder->crtc_id); in printEncoder()

Completed in 39 milliseconds

12