> > + > > #define DRM_NOUVEAU_GETPARAM 0x00 > > #define DRM_NOUVEAU_SETPARAM 0x01 /* deprecated */ > > #define DRM_NOUVEAU_CHANNEL_ALLOC 0x02 > > @@ -445,6 +461,7 @@ struct drm_nouveau_exec { > > #define DRM_NOUVEAU_VM_INIT 0x10 > > #define DRM_NOUVEAU_VM_BIND 0x11 > > #define DRM_NOUVEAU_EXEC 0x12 > > +#define DRM_NOUVEAU_GET_ZCULL_INFO 0x13 > > #define DRM_NOUVEAU_GEM_NEW 0x40 > > #define DRM_NOUVEAU_GEM_PUSHBUF 0x41 > > #define DRM_NOUVEAU_GEM_CPU_PREP 0x42 > > @@ -513,6 +530,8 @@ struct drm_nouveau_svm_bind { > > #define DRM_IOCTL_NOUVEAU_VM_INIT DRM_IOWR(DRM_COMMAND_BASE + DRM_NOUVEAU_VM_INIT, struct drm_nouveau_vm_init) > > #define DRM_IOCTL_NOUVEAU_VM_BIND DRM_IOWR(DRM_COMMAND_BASE + DRM_NOUVEAU_VM_BIND, struct drm_nouveau_vm_bind) > > #define DRM_IOCTL_NOUVEAU_EXEC DRM_IOWR(DRM_COMMAND_BASE + DRM_NOUVEAU_EXEC, struct drm_nouveau_exec) > > + > > +#define DRM_IOCTL_NOUVEAU_GET_ZCULL_INFO DRM_IOR (DRM_COMMAND_BASE + DRM_NOUVEAU_GET_ZCULL_INFO, struct drm_nouveau_get_zcull_info) > > #if defined(__cplusplus) > > } > > #endif > > -- > > 2.48.1 > >