search for: gk2xx

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

Did you mean: gk1xx
2013 Sep 27
1
NV_PMC_BOOT_0 architecture field
...bout the architecture field in NV_PMC_BOOT_0, and how to correctly determine the GPU architecture. It looks like Nouveau is getting the architecture from bits 20-27 in NV_PMC_BOOT_0 (though masking off bits 20-23). For >= NV10, the architecture field in NV_PMC_BOOT_0 is bits 24-28. E.g., the GK2xx architecture has architecture value 0x10, while GK11x has value 0xF and GK10x has value 0xE. I hope that helps, - Andy
2014 Mar 23
0
[PATCH] drm/nouveau: allow nv04/nv50/nvc0+ parts of the driver to be separated
...ce4 + GeForce FX + GeForce 6 + GeForce 7 + +config DRM_NOUVEAU_NV50 + bool "NV50:NVC0 (G80+, GT215+)" + default y + help + Builds support for all Tesla cards: + + GeForce 8 + GeForce 9 + GeForce 200 + GeForce 300 + +config DRM_NOUVEAU_NVC0 + bool "NVC0+ (GF1xx, GK1xx, GK2xx)" + default y + help + Builds support for all Fermi and Kepler cards: + + GeForce 400 + GeForce 500 + GeForce 600 + GeForce 700 + config NOUVEAU_DEBUG int "Maximum debug level" - depends on DRM_NOUVEAU range 0 7 default 5 help @@ -48,7 +86,6 @@ config NOUVEAU_DEBUG...