Displaying 3 results from an estimated 3 matches for "get_agp_mode".
2013 Oct 27
3
[PATCH] drm/nouveau/agp: add a quirk list to limit agp modes
...hip_vendor;
+	u16 chip_device;
+	int mode;
+};
+
+static struct nouveau_agpmode_quirk nouveau_agpmode_quirk_list[] = {
+	/* VIA Apollo PRO133x / GeForce FX 5600 Ultra, max agpmode 2, fdo #20341 */
+	{ PCI_VENDOR_ID_VIA, 0x0691, PCI_VENDOR_ID_NVIDIA, 0x0311, 2 },
+
+	{},
+};
+
 static unsigned long
-get_agp_mode(struct nouveau_drm *drm, unsigned long mode)
+get_agp_mode(struct nouveau_drm *drm, const struct drm_agp_info *info)
 {
 	struct nouveau_device *device = nv_device(drm->device);
+	struct nouveau_agpmode_quirk *quirk = nouveau_agpmode_quirk_list;
+	int agpmode = nouveau_agpmode;
+	unsigned long m...
2013 Oct 28
0
[PATCH] drm/nouveau/agp: add a quirk list to limit agp modes
...+
> +static struct nouveau_agpmode_quirk nouveau_agpmode_quirk_list[] = {
> +	/* VIA Apollo PRO133x / GeForce FX 5600 Ultra, max agpmode 2, fdo #20341 */
> +	{ PCI_VENDOR_ID_VIA, 0x0691, PCI_VENDOR_ID_NVIDIA, 0x0311, 2 },
> +
> +	{},
> +};
> +
>   static unsigned long
> -get_agp_mode(struct nouveau_drm *drm, unsigned long mode)
> +get_agp_mode(struct nouveau_drm *drm, const struct drm_agp_info *info)
>   {
>   	struct nouveau_device *device = nv_device(drm->device);
> +	struct nouveau_agpmode_quirk *quirk = nouveau_agpmode_quirk_list;
> +	int agpmode = nouveau...
2012 Nov 27
1
[Bug 56721] Nouveau driver fails on nv40 with error -12 (out of memory)
https://bugs.freedesktop.org/show_bug.cgi?id=56721
Tollef Fog Heen <tfheen at err.no> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|sitewranglers at lists.freedes |nouveau at lists.freedesktop.o
                   |ktop.org                    |rg
         QA Contact|