search for: pushbuf_2

Displaying 2 results from an estimated 2 matches for "pushbuf_2".

2015 May 21
2
[PATCH 1/2] drm/nouveau: add staging module option
...ferable I think, and obvious as to what exactly you're enabling. > > But actually I wonder if having these experimental ioctls enabled as > compile options (either individually or as a whole) would not be > better. Some experimental ioctls may require code in staging (like the > PUSHBUF_2 ioctl that I would like to submit next), and I don't think > it is desirable to force extra code or kernel options (in this case, > CONFIG_STAGING) to Nouveau users who will not make use of them. I > remember that we concluded in favor or module options on IRC, but in > the light of...
2015 May 21
2
[PATCH 1/2] drm/nouveau: add staging module option
On 20 May 2015 at 15:56, Alexandre Courbot <acourbot at nvidia.com> wrote: > Add a module option allowing to enable staging/unstable APIs. This will > allow us to experiment freely with experimental APIs for a while before > setting them in stone. > > Signed-off-by: Alexandre Courbot <acourbot at nvidia.com> > --- > drm/nouveau/nouveau_drm.c | 18