similar to: X problem (radeon/intel-agp) on unstable

Displaying 20 results from an estimated 800 matches similar to: "X problem (radeon/intel-agp) on unstable"

2003 Oct 14
6
WCFXO echo rexolved for me
Hello, I resolved my echo issue using grandstream/estara etc etc sip phones and wcfxo interfaces from digium. I swapped out my via kt400 based msi kt4vl motherboard for an asus p4pe? i845? based motherboard and the echo has completly gone away along with aggressive suppressor option in the makefile. I hope this helps others. Brian J. Schrock Anistone Technologies, LLC 6926 Avery Rd. Dublin, OH
2007 Jun 17
2
X11 help please
The rgl package currently crashes R when running under Xvfb (the "virtual frame buffer" server), at least on MacOSX. It makes sense that it shouldn't be able to work there (it needs interactivity), but I don't know how to detect the problems before they cause the crash. Currently the error happens the first time you try to open an rgl window; when rgl calls XCreateWindow R
2013 Jun 19
2
Relative position between two windows
Hi, I'm Luca from Savona, Italy. I'm using Compiz and I'm writing an application with Xlib to draw two windows, let's say window_A and window_B. I would like to keep fixed the relative position between two established corners of them that they have when mapped. So that if I move or resize one of the window, the other if necessary automatically moves to observe the condition.
2003 Jan 06
8
PXE booting
Hi! I have been using pxelinux with memdisk to boot our workstations with our custom floppy, which is a MSDOS boot disk (actually it is win98) On one of the PC's I'm testing, a Fujitsu-Siemens which has an AMDtek based on-board network card and when PXE is activated, it gets an IP from the DHCP, then it finds the TFTP server, downloads pxelinux.0, executes it which causes the floppy to
2020 May 12
0
[RFC] Remove AGP support from Radeon/Nouveau/TTM
Am 11.05.20 um 22:56 schrieb Al Dunsmuir: > Hello Dave, > > On Monday, May 11, 2020, 4:43:01 PM, Dave Airlie wrote: >> On Tue, 12 May 2020 at 06:28, Alex Deucher <alexdeucher at gmail.com> wrote: >>> [SNIP] >> Maybe we can find some way to compartmentalise AGP further? >> Dave. > Significantly reduced caching on memory accesses definitely sounds
2020 May 12
0
[PATCH 1/3] drm/radeon: remove AGP support
On 2020-05-11 10:12 p.m., Alex Deucher wrote: > On Mon, May 11, 2020 at 1:17 PM Christian K?nig > <ckoenig.leichtzumerken at gmail.com> wrote: >> >> AGP is deprecated for 10+ years now and not used any more on modern hardware. >> >> Old hardware should continue to work in PCI mode. > > Might want to clarify that there is no loss of functionality here.
2020 May 12
0
[RFC] Remove AGP support from Radeon/Nouveau/TTM
Hi Am 11.05.20 um 19:17 schrieb Christian K?nig: > 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
2020 May 12
0
[PATCH 1/3] drm/radeon: remove AGP support
Op 12-05-2020 om 14:36 schreef Alex Deucher: > On Tue, May 12, 2020 at 4:16 AM Michel D?nzer <michel at daenzer.net> wrote: >> >> On 2020-05-11 10:12 p.m., Alex Deucher wrote: >>> On Mon, May 11, 2020 at 1:17 PM Christian K?nig >>> <ckoenig.leichtzumerken at gmail.com> wrote: >>>> >>>> AGP is deprecated for 10+ years now and not
2020 May 13
0
[RFC] Remove AGP support from Radeon/Nouveau/TTM
On Tue, 12 May 2020 at 20:48, Alex Deucher <alexdeucher at gmail.com> wrote: > > >> > > >> There's some AGP support code in the DRM core. Can some of that declared > > >> as legacy? > > >> > > >> Specifically, what about these AGP-related ioctl calls? Can they be > > >> declared as legacy? It would appear to me that
2020 May 20
0
[RFC] Deprecate AGP GART support for Radeon/Nouveau/TTM
Am 13.05.20 um 13:03 schrieb Christian K?nig: > Unfortunately AGP is still to widely used as we could just drop support for using its GART. > > Not using the AGP GART also doesn't mean a loss in functionality since drivers will just fallback to the driver specific PCI GART. > > For now just deprecate the code and don't enable the AGP GART in TTM even when general AGP support
2020 May 22
0
[RFC] Deprecate AGP GART support for Radeon/Nouveau/TTM
Am 20.05.20 um 18:25 schrieb Michel D?nzer: > On 2020-05-20 4:43 p.m., Christian K?nig wrote: >> Am 13.05.20 um 13:03 schrieb Christian K?nig: >>> Unfortunately AGP is still to widely used as we could just drop >>> support for using its GART. >>> >>> Not using the AGP GART also doesn't mean a loss in functionality since >>> drivers will
2020 May 13
0
[PATCH 1/2] drm/radeon: disable AGP by default
Always use the PCI GART instead. Signed-off-by: Christian K?nig <christian.koenig at amd.com> --- drivers/gpu/drm/radeon/radeon_drv.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_drv.c b/drivers/gpu/drm/radeon/radeon_drv.c index bbb0883e8ce6..a71f13116d6b 100644 --- a/drivers/gpu/drm/radeon/radeon_drv.c +++ b/drivers/gpu/drm/radeon/radeon_drv.c @@
2020 May 11
0
[RFC] Remove AGP support from Radeon/Nouveau/TTM
Hello Dave, On Monday, May 11, 2020, 4:43:01 PM, Dave Airlie wrote: > On Tue, 12 May 2020 at 06:28, Alex Deucher <alexdeucher at gmail.com> wrote: >> >> On Mon, May 11, 2020 at 4:22 PM Al Dunsmuir <al.dunsmuir at sympatico.ca> wrote: >> Note there is no loss of functionality here, at least on radeon >> hardware. It just comes down to which MMU gets used for
2020 May 22
0
[RFC] Deprecate AGP GART support for Radeon/Nouveau/TTM
Am 20.05.20 um 18:18 schrieb Alex Deucher: > On Wed, May 20, 2020 at 10:43 AM Christian K?nig > <ckoenig.leichtzumerken at gmail.com> wrote: >> Am 13.05.20 um 13:03 schrieb Christian K?nig: >>> Unfortunately AGP is still to widely used as we could just drop support for using its GART. >>> >>> Not using the AGP GART also doesn't mean a loss in
2020 May 12
0
[RFC] Remove AGP support from Radeon/Nouveau/TTM
Hi Alex Am 12.05.20 um 20:32 schrieb Alex Deucher: > On Tue, May 12, 2020 at 2:29 PM Thomas Zimmermann <tzimmermann at suse.de> wrote: >> >> Hi >> >> Am 11.05.20 um 19:17 schrieb Christian K?nig: >>> Hi guys, >>> >>> Well let's face it AGP is a total headache to maintain and dead for at least 10+ years. >>> >>> We
2020 May 13
0
[PATCH 1/3] drm/radeon: remove AGP support
Am 12.05.20 um 23:12 schrieb Alex Deucher: > On Tue, May 12, 2020 at 4:52 PM Roy Spliet <nouveau at spliet.org> wrote: >> Op 12-05-2020 om 14:36 schreef Alex Deucher: >>> On Tue, May 12, 2020 at 4:16 AM Michel D?nzer <michel at daenzer.net> wrote: >>>> On 2020-05-11 10:12 p.m., Alex Deucher wrote: >>>>> On Mon, May 11, 2020 at 1:17 PM
2007 Nov 10
3
ring.h notification hold-off question
hi. trying to understand the idea behind _notify in #define RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(_r, _notify) do { \ RING_IDX __old = (_r)->sring->req_prod; \ RING_IDX __new = (_r)->req_prod_pvt; \ wmb(); /* back sees requests /before/ updated producer index */ \ (_r)->sring->req_prod = __new;
2020 May 11
0
[RFC] Remove AGP support from Radeon/Nouveau/TTM
On Mon, May 11, 2020 at 4:22 PM Al Dunsmuir <al.dunsmuir at sympatico.ca> wrote: > > On Monday, May 11, 2020, 1:17:19 PM, "Christian K?nig" wrote: > > 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
2020 May 12
2
[RFC] Remove AGP support from Radeon/Nouveau/TTM
On Tue, May 12, 2020 at 3:10 PM Thomas Zimmermann <tzimmermann at suse.de> wrote: > > Hi Alex > > Am 12.05.20 um 20:32 schrieb Alex Deucher: > > On Tue, May 12, 2020 at 2:29 PM Thomas Zimmermann <tzimmermann at suse.de> wrote: > >> > >> Hi > >> > >> Am 11.05.20 um 19:17 schrieb Christian K?nig: > >>> Hi guys, >
2020 May 12
2
[PATCH 1/3] drm/radeon: remove AGP support
On Tue, May 12, 2020 at 4:16 AM Michel D?nzer <michel at daenzer.net> wrote: > > On 2020-05-11 10:12 p.m., Alex Deucher wrote: > > On Mon, May 11, 2020 at 1:17 PM Christian K?nig > > <ckoenig.leichtzumerken at gmail.com> wrote: > >> > >> AGP is deprecated for 10+ years now and not used any more on modern hardware. > >> > >> Old