Searched refs:drm_agp_info_t (Results 1 – 4 of 4) sorted by relevance
414 } drm_agp_info_t; typedef469 #define DRM_IOCTL_AGP_INFO DRM_IOR( 0x33, drm_agp_info_t)
48 drm_agp_info_t info; in DRM()64 if (copy_to_user((drm_agp_info_t *)arg, &info, sizeof(info))) in DRM()
300 } drm_agp_info_t; typedef343 #define DRM_IOCTL_AGP_INFO DRM_IOR( 0x33, drm_agp_info_t)
49 drm_agp_info_t info; in drm_agp_info()64 if (copy_to_user((drm_agp_info_t *)arg, &info, sizeof(info))) in drm_agp_info()