mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-04 14:30:22 +01:00
Bump driver minor for relocation optimzations
This commit is contained in:
parent
57b9a54eb6
commit
9ee511d786
1 changed files with 2 additions and 1 deletions
|
|
@ -57,10 +57,11 @@
|
|||
* 1.9: Usable page flipping and triple buffering
|
||||
* 1.10: Plane/pipe disentangling
|
||||
* 1.11: TTM superioctl
|
||||
* 1.12: TTM relocation optimization
|
||||
*/
|
||||
#define DRIVER_MAJOR 1
|
||||
#if defined(I915_HAVE_FENCE) && defined(I915_HAVE_BUFFER)
|
||||
#define DRIVER_MINOR 11
|
||||
#define DRIVER_MINOR 12
|
||||
#else
|
||||
#define DRIVER_MINOR 6
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue