Searched refs:crtcId (Results 1 - 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiAcquireDrmDisplayTests.cpp | 249 * \return The crtcId of the valid Drm crtc 433 deUint32 crtcId = getValidCrtcId(fd, connectorId); in testGetDrmDisplayEXTUnownedConnectorId() local 434 if (!connectorId || !crtcId || !otherConnectorId || connectorId == otherConnectorId) in testGetDrmDisplayEXTUnownedConnectorId() 438 deUint32 objects[2] = {connectorId, crtcId}; in testGetDrmDisplayEXTUnownedConnectorId() 596 deUint32 crtcId = getValidCrtcId(fd, connectorId); in testAcquireDrmDisplayEXTUnownedConnectorId() local 597 if (!connectorId || !crtcId || !otherConnectorId || connectorId == otherConnectorId) in testAcquireDrmDisplayEXTUnownedConnectorId() 601 deUint32 objects[2] = {connectorId, crtcId}; in testAcquireDrmDisplayEXTUnownedConnectorId()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiAcquireDrmDisplayTests.cpp | 245 * \return The crtcId of the valid Drm crtc 431 deUint32 crtcId = getValidCrtcId(fd, connectorId); in testGetDrmDisplayEXTUnownedConnectorId() local 432 if (!connectorId || !crtcId || !otherConnectorId || connectorId == otherConnectorId) in testGetDrmDisplayEXTUnownedConnectorId() 436 deUint32 objects[2] = {connectorId, crtcId}; in testGetDrmDisplayEXTUnownedConnectorId() 593 deUint32 crtcId = getValidCrtcId(fd, connectorId); in testAcquireDrmDisplayEXTUnownedConnectorId() local 594 if (!connectorId || !crtcId || !otherConnectorId || connectorId == otherConnectorId) in testAcquireDrmDisplayEXTUnownedConnectorId() 598 deUint32 objects[2] = {connectorId, crtcId}; in testAcquireDrmDisplayEXTUnownedConnectorId()
|
/third_party/libdrm/ |
H A D | xf86drmMode.h | 329 * Retrieve information about the ctrt crtcId 331 extern drmModeCrtcPtr drmModeGetCrtc(int fd, uint32_t crtcId); 334 * Set the mode on a crtc crtcId with the given mode modeId. 336 int drmModeSetCrtc(int fd, uint32_t crtcId, uint32_t bufferId, 347 int drmModeSetCursor(int fd, uint32_t crtcId, uint32_t bo_handle, uint32_t width, uint32_t height); 349 int drmModeSetCursor2(int fd, uint32_t crtcId, uint32_t bo_handle, uint32_t width, uint32_t height, int32_t hot_x, int32_t hot_y); 353 int drmModeMoveCursor(int fd, uint32_t crtcId, int x, int y);
|
H A D | xf86drmMode.c | 365 drm_public drmModeCrtcPtr drmModeGetCrtc(int fd, uint32_t crtcId) in drmModeGetCrtc() argument 371 crtc.crtc_id = crtcId; in drmModeGetCrtc() 397 drm_public int drmModeSetCrtc(int fd, uint32_t crtcId, uint32_t bufferId, in drmModeSetCrtc() argument 406 crtc.crtc_id = crtcId; in drmModeSetCrtc() 422 drm_public int drmModeSetCursor(int fd, uint32_t crtcId, uint32_t bo_handle, in drmModeSetCursor() argument 429 arg.crtc_id = crtcId; in drmModeSetCursor() 437 drm_public int drmModeSetCursor2(int fd, uint32_t crtcId, uint32_t bo_handle, in drmModeSetCursor2() argument 445 arg.crtc_id = crtcId; in drmModeSetCursor2() 455 drm_public int drmModeMoveCursor(int fd, uint32_t crtcId, int x, int y) in drmModeMoveCursor() argument 461 arg.crtc_id = crtcId; in drmModeMoveCursor() [all...] |
H A D | xf86drm.h | 674 extern int drmCrtcGetSequence(int fd, uint32_t crtcId, 676 extern int drmCrtcQueueSequence(int fd, uint32_t crtcId,
|
H A D | xf86drm.c | 2155 drm_public int drmCrtcGetSequence(int fd, uint32_t crtcId, uint64_t *sequence, in drmCrtcGetSequence() argument 2162 get_seq.crtc_id = crtcId; in drmCrtcGetSequence() 2174 drm_public int drmCrtcQueueSequence(int fd, uint32_t crtcId, uint32_t flags, in drmCrtcQueueSequence() argument 2183 queue_seq.crtc_id = crtcId; in drmCrtcQueueSequence()
|
Completed in 12 milliseconds