Searched refs:DRM_CAP_CURSOR_WIDTH (Results 1 – 12 of 12) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | kms_rmfb.c | 32 #ifndef DRM_CAP_CURSOR_WIDTH 33 #define DRM_CAP_CURSOR_WIDTH 0x8 macro 70 do_or_die(drmGetCap(data->drm_fd, DRM_CAP_CURSOR_WIDTH, &cursor_width)); in test_rmfb()
|
D | kms_cursor_edge_walk.c | 34 #ifndef DRM_CAP_CURSOR_WIDTH 35 #define DRM_CAP_CURSOR_WIDTH 0x8 macro 316 ret = drmGetCap(data.drm_fd, DRM_CAP_CURSOR_WIDTH, &max_curw);
|
D | kms_available_modes_crc.c | 91 drmGetCap(data->gfx_fd, DRM_CAP_CURSOR_WIDTH, &w); in generate_comparison_crc_list() 185 drmGetCap(data->gfx_fd, DRM_CAP_CURSOR_WIDTH, &w); in setup_fb()
|
D | kms_cursor_crc.c | 41 #ifndef DRM_CAP_CURSOR_WIDTH 42 #define DRM_CAP_CURSOR_WIDTH 0x8 macro 718 ret = drmGetCap(data.drm_fd, DRM_CAP_CURSOR_WIDTH, &cursor_width);
|
D | kms_atomic_transition.c | 36 #ifndef DRM_CAP_CURSOR_WIDTH 37 #define DRM_CAP_CURSOR_WIDTH 0x8 macro 222 do_or_die(drmGetCap(display->drm_fd, DRM_CAP_CURSOR_WIDTH, &cursor_width)); in setup_parms()
|
D | kms_atomic.c | 49 #ifndef DRM_CAP_CURSOR_WIDTH 50 #define DRM_CAP_CURSOR_WIDTH 0x8 macro 510 DRM_CAP_CURSOR_WIDTH, &width)); in plane_cursor()
|
D | kms_cursor_legacy.c | 38 #ifndef DRM_CAP_CURSOR_WIDTH 39 #define DRM_CAP_CURSOR_WIDTH 0x8 macro 349 do_or_die(drmGetCap(display->drm_fd, DRM_CAP_CURSOR_WIDTH, &width)); in prepare_flip_test()
|
D | kms_plane.c | 645 do_or_die(drmGetCap(data->drm_fd, DRM_CAP_CURSOR_WIDTH, &width)); in test_format_plane()
|
/external/igt-gpu-tools/include/drm-uapi/ |
D | drm.h | 640 #define DRM_CAP_CURSOR_WIDTH 0x8 macro
|
/external/mesa3d/include/drm-uapi/ |
D | drm.h | 641 #define DRM_CAP_CURSOR_WIDTH 0x8 macro
|
/external/kernel-headers/original/uapi/drm/ |
D | drm.h | 646 #define DRM_CAP_CURSOR_WIDTH 0x8 macro
|
/external/libdrm/include/drm/ |
D | drm.h | 641 #define DRM_CAP_CURSOR_WIDTH 0x8 macro
|