Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371580
b: refs/heads/master
c: 142c21b
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Bumiller authored and Ben Skeggs committed Apr 26, 2013
1 parent df1b7ec commit f36d4d7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9685482385001613cbed8788d217ec06adc6f711
refs/heads/master: 142c21b8d493318551932eee2e9d98ff14b473da
13 changes: 12 additions & 1 deletion trunk/drivers/gpu/drm/nouveau/nouveau_drm.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,18 @@

#define DRIVER_MAJOR 1
#define DRIVER_MINOR 1
#define DRIVER_PATCHLEVEL 0
#define DRIVER_PATCHLEVEL 1

/*
* 1.1.1:
* - added support for tiled system memory buffer objects
* - added support for NOUVEAU_GETPARAM_GRAPH_UNITS on [nvc0,nve0].
* - added support for compressed memory storage types on [nvc0,nve0].
* - added support for software methods 0x600,0x644,0x6ac on nvc0
* to control registers on the MPs to enable performance counters,
* and to control the warp error enable mask (OpenGL requires out of
* bounds access to local memory to be silently ignored / return 0).
*/

#include <core/client.h>
#include <core/event.h>
Expand Down

0 comments on commit f36d4d7

Please sign in to comment.