Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/drm/
Ddrm_mode.h590 struct drm_mode_get_property { struct
Ddrm.h1118 #define DRM_IOCTL_MODE_GETPROPERTY DRM_IOWR(0xAA, struct drm_mode_get_property)
/linux-6.6.21/tools/include/uapi/drm/
Ddrm.h1118 #define DRM_IOCTL_MODE_GETPROPERTY DRM_IOWR(0xAA, struct drm_mode_get_property)
/linux-6.6.21/drivers/gpu/drm/
Ddrm_property.c460 struct drm_mode_get_property *out_resp = data; in drm_mode_getproperty_ioctl()