search for: d249f2b

Displaying 3 results from an estimated 3 matches for "d249f2b".

2014 Aug 24
0
[PATCH 1/3] subdev: add a pfuse subdev
...nvkm/subdev/fuse/g80.c > create mode 100644 nvkm/subdev/fuse/gf100.c > create mode 100644 nvkm/subdev/fuse/gm107.c > create mode 100644 nvkm/subdev/fuse/priv.h > [snip] > diff --git a/nvkm/subdev/fuse/base.c b/nvkm/subdev/fuse/base.c > new file mode 100644 > index 0000000..d249f2b > --- /dev/null > +++ b/nvkm/subdev/fuse/base.c > @@ -0,0 +1,62 @@ > +/* > + * Copyright 2014 Martin Peres > + * > + * Permission is hereby granted, free of charge, to any person obtaining a > + * copy of this software and associated documentation files (the "Software&q...
2014 Aug 24
8
[PATCH 1/3] subdev: add a pfuse subdev
...b/nvkm/subdev/fuse/Makefile.am @@ -0,0 +1,8 @@ +noinst_LTLIBRARIES = libfuse.la + +libfuse_la_SOURCES = base.c \ + g80.c \ + gf100.c \ + gm107.c + +include $(srcdir)/../Makefile.subdev diff --git a/nvkm/subdev/fuse/base.c b/nvkm/subdev/fuse/base.c new file mode 100644 index 0000000..d249f2b --- /dev/null +++ b/nvkm/subdev/fuse/base.c @@ -0,0 +1,62 @@ +/* + * Copyright 2014 Martin Peres + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software witho...
2014 Aug 24
0
[PATCH 1/3] subdev: add a pfuse subdev
...oinst_LTLIBRARIES = libfuse.la > + > +libfuse_la_SOURCES = base.c \ > + g80.c \ > + gf100.c \ > + gm107.c > + > +include $(srcdir)/../Makefile.subdev > diff --git a/nvkm/subdev/fuse/base.c b/nvkm/subdev/fuse/base.c > new file mode 100644 > index 0000000..d249f2b > --- /dev/null > +++ b/nvkm/subdev/fuse/base.c > @@ -0,0 +1,62 @@ > +/* > + * Copyright 2014 Martin Peres > + * > + * Permission is hereby granted, free of charge, to any person obtaining a > + * copy of this software and associated documentation files (the "Software&q...