search for: gatt

Displaying 12 results from an estimated 12 matches for "gatt".

Did you mean: gate
2006 Jan 16
13
Support for AGP aperture as IOMMU in AMD64 mode [2/2]
...rse/arch/xen/x86_64/kernel/pci-gart.c 2006-01-16 14:32:15.000000000 -0800 @@ -30,6 +30,7 @@ #include <asm/proto.h> #include <asm/cacheflush.h> #include <asm/kdebug.h> +#include <asm-xen/xen-public/memory.h> dma_addr_t bad_dma_address; @@ -39,6 +40,11 @@ u32 *iommu_gatt_base; /* Remapping table */ +/* gart remapping */ +#define virt_to_gart(x) (phys_to_gart(virt_to_phys(x))) +#define gart_to_virt(x) (phys_to_virt(gart_to_phys(x))) +#include <asm-xen/asm-i386/agp.h> + int no_iommu; static int no_agp; #ifdef CONFIG_IOMMU_DEBUG @@ -416,7 +422,7 @@ if...
2004 Nov 16
2
RE: basic encoder help
>I'm currently facing the same problem. >I added the libFLAC++ libraries to my MSVC application. >I implemented the same quality levels (0-8) as used in the FLAC frontend application. >But the resulting files are remarkable different between my application and the FLAC frontend >(although using the same settings). It did turn out to be something in my byte ordering in the end
2004 Nov 05
0
RE: basic encoder help
I was also playing with the signed/unsigned char thing, and it solved my problem too. Although I don't understand why this could make a difference? -----Original Message----- From: Andrew Gatt [mailto:andrew.gatt@cmatic.co.uk] Sent: vrijdag 5 november 2004 11:24 To: saruman@pandora.be Cc: flac-dev@xiph.org Subject: RE: [Flac-dev] RE: basic encoder help >I'm currently facing the same problem. >I added the libFLAC++ libraries to my MSVC application. >I implemented the same q...
2004 Nov 02
1
Basic Encoder Help
Hello all, I've been writing a basic encoder using libFLAC++. It seems to work fine, as in the resultant file is playable in any FLAC compatible player, however the compression ratio is very small - the main example being a 60MB file compressing to 54MB, i guess there's an option i've missed, but i cannot track it down. I was hoping someone could point it out for me:
2003 Sep 06
0
Boot from CF stalls when mounting root
...secondarybus=0 intpin=a, irq=11 map[10]: type 1, range 32, base 0000e800, size 8 map[14]: type 1, range 32, base e3000000, size 8 pci0: <PCI bus> on pcib0 agp0: <VIA Generic host to PCI bridge> mem 0xd0000000-0xdfffffff at device 0.0 o n pci0 agp0: allocating GATT for aperture of size 256M pcib1: <PCI to PCI bridge (vendor=1106 device=8601)> at device 1.0 on pci0 found-> vendor=0x1023, dev=0x8500, revid=0x6a class=03-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=11 map[10]: type 1,...
2005 May 10
58
A quick straw poll
How many of you are using Rails: 1. As the primary development tool at your Day Job 2. As a small part of your Day Job 3. Not using Rails in your Day Job, but are using Ruby 4. For OS/outside work/hobby -- sam http://www.magpiebrain.com/
2012 Jun 25
1
[Bug 51411] New: Black screen after resuming from Hibernate
...un 21 23:39:46 rhadamanthine kernel: [ 418.901683] PM: Basic memory bitmaps freed Jun 21 23:39:46 rhadamanthine kernel: [ 418.901716] video LNXVIDEO:01: Restoring backlight state Jun 21 23:39:46 rhadamanthine bluetoothd[3131]: HCI dev 0 up Jun 21 23:39:46 rhadamanthine bluetoothd[3131]: Proximity GATT Reporter Driver: Operation not permitted (1) Jun 21 23:39:46 rhadamanthine bluetoothd[3131]: sap-dummy interface org.bluez.SimAccessTest init failed on path /org/bluez/test Jun 21 23:39:46 rhadamanthine bluetoothd[3131]: Sap driver initialization failed. Jun 21 23:39:46 rhadamanthine bluetoothd[313...
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
2015 Jun 11
3
Fwd: Problem with GT218 (GeForce GT210)
Include logs from the failed boot On Jun 11, 2015 10:55 PM, "Andre Campos Rodovalho" < andre.rodovalho at gmail.com> wrote: > Hello, I'm facing issues with a Point of View GT210/218 and nouveau > drivers. I'm using ubuntu server with LXDE on top of it... > > *lshw -c video* output: > *-display > description: VGA compatible controller >
2015 Jun 11
3
Fwd: Problem with GT218 (GeForce GT210)
...Starting SDP server > Jun 11 20:16:58 v-caps avahi-daemon[799]: Found user 'avahi' (UID 110) and > group 'avahi' (GID 117). > Jun 11 20:16:58 v-caps avahi-daemon[799]: Successfully dropped root > privileges. > Jun 11 20:16:58 v-caps bluetoothd[767]: DIS cannot start: GATT is disabled > Jun 11 20:16:58 v-caps bluetoothd[767]: Failed to init deviceinfo plugin > Jun 11 20:16:58 v-caps bluetoothd[767]: Failed to init proximity plugin > Jun 11 20:16:58 v-caps bluetoothd[767]: Failed to init time plugin > Jun 11 20:16:58 v-caps bluetoothd[767]: Failed to init...
2006 Feb 13
0
[JOB] RubyOnRails Opportunity in Orange County, CA
Hey guys, I think it''s time for me to plug my company again :) Integralnet Marketing, a leader in web design, is looking for Ruby/Rails developers. Work in a fun, relaxed environment, surrounded by bright developers. We are strong believers in the principles of agile development, and follow practices such as: * Pair programming * Test driven development * User stories * YAGNI
2005 Jun 12
0
Intermittent 404 errors when developing in webrick
I''ve got an issue and I think it''s webrick related. I''m loading images dynamically, from a database. I''ve got an Image controller with a "show" action that takes an id as a parameter. The problem is that images sometimes come up broken when loading more than one on the same html page. I think this is because my browser tries to load them simultaneously