Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/drm/
H A Ddrm_mode.h360 struct drm_mode_get_plane_res { struct
H A Ddrm.h1140 #define DRM_IOCTL_MODE_GETPLANERESOURCES DRM_IOWR(0xB5, struct drm_mode_get_plane_res)
/openbmc/linux/tools/include/uapi/drm/
H A Ddrm.h1140 #define DRM_IOCTL_MODE_GETPLANERESOURCES DRM_IOWR(0xB5, struct drm_mode_get_plane_res)
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_plane.c658 struct drm_mode_get_plane_res *plane_resp = data; in drm_mode_getplane_res()