Home
last modified time | relevance | path

Searched refs:drm_mode_set_plane (Results 1 – 11 of 11) sorted by relevance

/external/igt-gpu-tools/overlay/kms/
Dkms-overlay.c89 struct drm_mode_set_plane s; in attach_to_crtc()
108 struct drm_mode_set_plane s; in detach_from_crtc()
/external/igt-gpu-tools/tests/
Dkms_atomic_interruptible.c228 struct drm_mode_set_plane setplane = { in run_plane_test()
/external/igt-gpu-tools/include/drm-uapi/
Ddrm_mode.h267 struct drm_mode_set_plane { struct
Ddrm.h884 #define DRM_IOCTL_MODE_SETPLANE DRM_IOWR(0xB7, struct drm_mode_set_plane)
/external/libdrm/include/drm/
Ddrm_mode.h266 struct drm_mode_set_plane { struct
Ddrm.h917 #define DRM_IOCTL_MODE_SETPLANE DRM_IOWR(0xB7, struct drm_mode_set_plane)
/external/kernel-headers/original/uapi/drm/
Ddrm_mode.h285 struct drm_mode_set_plane { struct
Ddrm.h924 #define DRM_IOCTL_MODE_SETPLANE DRM_IOWR(0xB7, struct drm_mode_set_plane)
/external/mesa3d/include/drm-uapi/
Ddrm_mode.h275 struct drm_mode_set_plane { struct
Ddrm.h918 #define DRM_IOCTL_MODE_SETPLANE DRM_IOWR(0xB7, struct drm_mode_set_plane)
/external/libdrm/
Dxf86drmMode.c995 struct drm_mode_set_plane s; in drmModeSetPlane()