search for: agp_backend

Displaying 4 results from an estimated 4 matches for "agp_backend".

Did you mean: acl_backend
2011 Mar 12
2
merge error in intel_agp_insert_sg_entries() in xen.git
...s a missing } in one of the patches for drivers/char/agp/intel-agp.c:intel_agp_insert_sg_entries() in xen.git. The diff I get looks like this: --- linux-2.6.32/drivers/char/agp/intel-agp.c +++ linux-2.6-jeremy-xen-stable-2.6.32.x/drivers/char/agp/intel-agp.c @@ -10,14 +10,20 @@ #include <linux/agp_backend.h> #include <asm/smp.h> #include "agp.h" +#include <xen/page.h> +#include <asm/xen/page.h> /* * If we have Intel graphics, we''re not going to have anything other than * an Intel IOMMU. So make the correct use of the PCI DMA API contingent * on the I...
2018 Feb 20
4
[PATCH] drm/nouveau: Replace the iturbt_709 prop with the standarad COLOR_ENCODNIG prop
From: Ville Syrjälä <ville.syrjala at linux.intel.com> Replace the ad-hoc iturbt_709 property with the new standard COLOR_ENCODING property. Compiles, but not tested. Cc: Daniel Vetter <daniel at ffwll.ch> Cc: nouveau at lists.freedesktop.org Cc: Ben Skeggs <bskeggs at redhat.com> Cc: Ilia Mirkin <imirkin at alum.mit.edu> Signed-off-by: Ville Syrjälä <ville.syrjala at
2018 Jul 31
2
[PATCH 1/2] drm/nouveau: Print debug message on ACPI probe event
Signed-off-by: Lyude Paul <lyude at redhat.com> --- drivers/gpu/drm/nouveau/nouveau_display.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/nouveau/nouveau_display.c b/drivers/gpu/drm/nouveau/nouveau_display.c index ec7861457b84..b2a93e3fa67b 100644 --- a/drivers/gpu/drm/nouveau/nouveau_display.c +++ b/drivers/gpu/drm/nouveau/nouveau_display.c @@ -387,6 +387,7 @@
2020 May 11
10
[RFC] Remove AGP support from Radeon/Nouveau/TTM
Hi guys, Well let's face it AGP is a total headache to maintain and dead for at least 10+ years. We have a lot of x86 specific stuff in the architecture independent graphics memory management to get the caching right, abusing the DMA API on multiple occasions, need to distinct between AGP and driver specific page tables etc etc... So the idea here is to just go ahead and remove the support