Home
last modified time | relevance | path

Searched refs:drm_mode_get_plane (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/uapi/drm/
Ddrm_mode.h285 struct drm_mode_get_plane { struct
Ddrm.h889 #define DRM_IOCTL_MODE_GETPLANE DRM_IOWR(0xB6, struct drm_mode_get_plane)
/Linux-v4.19/tools/include/uapi/drm/
Ddrm.h889 #define DRM_IOCTL_MODE_GETPLANE DRM_IOWR(0xB6, struct drm_mode_get_plane)
/Linux-v4.19/drivers/gpu/drm/
Ddrm_plane.c505 struct drm_mode_get_plane *plane_resp = data; in drm_mode_getplane()