Re: [PATCH] fbcon: fix race condition between console lock and cursor timer

2012-08-21 Thread Alan Cox
> So after much tracing with direct netconsole writes (printks > under console_lock not so useful), I think I found the race. Direct netconsole write would be a useful patch to have mainline I think 8) > Hopefully this fixes the problem for anyone seeing vesafb->kms > driver handoff. Not really

Re: [git pull] drm request 3

2010-03-08 Thread Alan Cox
> They want the benefits of lots of testers, without wanting to be > courteous to those testers. Except for the small rather important detail that the Nouveau developers didn't ask for it to be merged in the first place. ---

Re: [git pull] drm request 3

2010-03-05 Thread Alan Cox
about things they said they would do. Actually I think they've been quite restrained. I'd probably have proposed a licence change to make it only work on FreeBSD and Solaris given that treatment ;) > Even if you need to change the interface, I've actually looked at the > patch in q

Re: [git pull] drm request 3

2010-03-05 Thread Alan Cox
ose_ try to avoid at all cost being compatible." Great way to make friends. Alan -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and f

Re: [git pull] drm request 3

2010-03-05 Thread Alan Cox
) behaviour. I've yet to see anyone meaningfully argue it was the wrong thing to do. Alan -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and

Re: [git pull] drm request 3

2010-03-05 Thread Alan Cox
are you screaming at the DRM and Nouveau people about the breakage ? That's the bit I really don't understand. Alan -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling,

Re: [git pull] drm request 3

2010-03-05 Thread Alan Cox
smart enough to handle the Nouveau old/new ABI before the patch went upstream. Hindsight is an exact science. Alan -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, f

Re: Making Xorg easier to test

2010-03-05 Thread Alan Cox
7;d be pretty > > ace. > > You have to support less than %10 of the amount of hardware we have to > support. If we believe the changelogs including X.org userspace then they also have a good deal less than 10% of the contributors. Alan

Re: [git pull] drm request 3

2010-03-05 Thread Alan Cox
developers don't control Fedora packaging policy, in fact the GPL licence specially ensures the control is not theirs. Alan -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed

Re: [git pull] drm request 3

2010-03-05 Thread Alan Cox
on of a set of decisions and misunderstandings by Linus, Fedora and the Nouveau developers together that combined to create the mess. Alan -- Download Intel® Parallel Studio Eval Try the new software tools for yoursel

Re: [git pull] drm request 3

2010-03-05 Thread Alan Cox
produced a problem. It happens all the time, screaming and blaming may be how politicians sometimes behave but we can surely do better ? Alan -- Download Intel® Parallel Studio Eval Try the new software tools for you

Re: [git pull] drm request 3

2010-03-05 Thread Alan Cox
> Why does the X community not understand simple library versioning? Why does Linus Torvalds not understand the Kconfig of his own staging directory ? Alan -- Download Intel® Parallel Studio Eval Try the new softw

Re: [git pull] drm request 3

2010-03-05 Thread Alan Cox
git tree ? Alternatively does it need to be easier to have multiple Nouveau libdrms autoselected according to the kernel side versioning. ELF library versioning is not rocket science and both the old and new libraries exist and can be installed so all the bits are present except for th

Re: [git pull] drm request 3

2010-03-05 Thread Alan Cox
Developers start doing the cleanup Linus throws a tantrum because they did the cleanup after merge *YOU* forced the early merge (rightly or wrongly) *YOU* effectively created the API break problem So blami

Re: [git pull] drm request 3

2010-03-05 Thread Alan Cox
r offence than breaking an ABI - its called not RTFM. Alan -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel

Re: [PATCH] drm/radeon/kms: fence cleanup + more reliable GPU lockup detection

2010-02-28 Thread Alan Swanson
> lockup was reported after the 1s CP activity timeout. > > Signed-off-by: Jerome Glisse -- Alan. "One must never be purposelessnessnesslessness." -- Download Intel® Parallel Studio Eval

Re: Two problems with system sleep

2010-02-24 Thread Alan Stern
or this issue. > > > > Okay, I'll set it up later. Created as Bugzilla #15385. I added you to the CC: list. Further communication should be CC'ed to linux-pm and dri-devel. Alan Stern -- Download In

Re: Two problems with system sleep

2010-02-23 Thread Alan Stern
d" this means "turn on the wakeup power > for this devices and enable its wakeup GPE unconditionally before suspend". > If it shows "disabled", it means "leave that to someone else" (that's > analogous > to the "on" and "auto"

Re: Two problems with system sleep

2010-02-23 Thread Alan Stern
ng? > > Not really. There are two separate flags for wakeup. One of them is a > property of the "physical" device object (eg. PCI device structure) and that > one is set/unset via sysfs. The other is a property of the device's ACPI > "shadow" object and is

Re: [PATCH] i915 / PM: Fix crash while aborting hibernation (Re: [linux-pm] [regression] "drm/i915: implement new pm ops" disables irq on aborted s2disk)

2010-02-09 Thread Alan Jenkins
Rafael J. Wysocki wrote: > On Thursday 04 February 2010, Zhenyu Wang wrote: > >> On 2010.02.03 23:44:41 +0100, Rafael J. Wysocki wrote: >> >>> On Wednesday 03 February 2010, Alan Jenkins wrote: >>> >>>> Hi >>>> >>&

[regression] "drm/i915: implement new pm ops" disables irq on aborted s2disk

2010-02-03 Thread Alan Jenkins
r suspend (mentioned here: http://article.gmane.org/gmane.linux.kernel.pci/4696). Regards Alan -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the be

Re: [PATCH] PM / i915: Skip kernel VT switch during suspend/resume if KMS is used

2010-01-25 Thread Alan Cox
nsole might do something as part of its suspend/resume path IFF the vt in question is in graphics mode. Alan -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and th

Re: [PATCH] PM / i915: Skip kernel VT switch during suspend/resume if KMS is used

2010-01-25 Thread Alan Cox
m the suspend/resume logic ? The problem starts there. If it was being handled off the device suspend/resume method then there wouldn't be a mess to start with ? Start at the beginning - Why do we switch to arbitarily chosen 'last vt' - Why isn't vt rela

Re: [PATCH] PM / i915: Skip kernel VT switch during suspend/resume if KMS is used

2010-01-25 Thread Alan Cox
> This probably belongs in the core DRM KMS code instead of the driver. > I can imagine that there may be some X driver code that still needs to > be executed on suspend/resume for some drivers, so this may introduce > bugs, but it's definitely the right way to go. You can have a mix of KMS and no

Re: [PATCH] PM / i915: Skip kernel VT switch during suspend/resume if KMS is used

2010-01-23 Thread Alan Cox
> I've been testing this patch for over a week and haven't seen a single problem > related to it during this time. > > Are there any objections to it? Usual question 8) - explain the locking. What happens if we suspend as kms is initialising/being removed. Also what happens if you have KMS and n

Re: Font selection with i915

2010-01-21 Thread Alan Stern
On Wed, 20 Jan 2010, Tomas M. wrote: > since 2.6.32 you can change the resolution with video=VGA-1:640x480 boot > parameter and emulate the old behaviour. That works even with Fedora-12, which uses a 2.6.31-based kernel. Thanks. Alan

Re: Font selection with i915

2010-01-20 Thread Alan Stern
save the exact output but this is close): mode: "1280x1024-0" D: 0 MHz H: 0 kHz V: 0 Hz geometry: 1280 1024 1280 1024 32 timings: -1 0 0 0 0 0 0 rgba: 8/16,8/8,8/0,0/0 Alan Stern -

Re: Font selection with i915

2010-01-20 Thread Alan Stern
ad a console > font at boot up. Depending on the distro if that is the case you will have > to disable it. It turns out that preventing the mode switch is easier. Finding it took a certain amount of digging, but the "nomodeset" kernel paramet

Font selection with i915

2010-01-17 Thread Alan Stern
000:00:02.0 on minor 0 Thanks, Alan Stern -- Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to

Re: [PATCH] drm/kms: fix fbdev blanking regression

2010-01-15 Thread Alan Cox
On Fri, 15 Jan 2010 12:40:30 + (GMT) James Simmons wrote: > > > > Yeap. I can have patch ready for you this weekend. I lack the hardware to > > > test it tho. Never been able to find a intel pci card that is not built > > > into the motherboard. > > > > They don't exist, other than the old

Re: [git pull] drm

2009-12-11 Thread Alan Cox
there are legal questions involved why on *earth* do people keep asking them on public mailing lists when they know the lawyers views/opinions/decisions will not be publishable there ? Ted, you of all people know that if you want to

Re: [git pull] drm

2009-12-11 Thread Alan Cox
was shipped by Intel with an nVidia card (and has a power supply that > craps out if you don't use several hundred watts of power, so I can't > change it to something more power-efficient - seriously). Alan ---

Re: [git pull] drm

2009-12-10 Thread Alan Cox
d to do that then ask why Fedora should, its not their code either. Alan -- Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev -- _

Re: [git pull] drm

2009-12-10 Thread Alan Cox
> The big question is what we call ctxprogs: binary blobs that are > clearly executable, running somewhere in the GPU. No-one seems > to know, if those are copyrightable, or if they can be redistributed. > In their current form, they have been recorded from the nvidia > proprietary driver using mmi

Re: [git pull] drm

2009-12-10 Thread Alan Cox
excuse too - which I also know is > bullshit, because I can look at the git tree Fedora apparently uses, and > it merges without any conflicts what-so-ever. So merge it - it's your call as the maintainer of the master tree - or put it in staging and dike out the microcode

Re: [git pull] drm

2009-12-10 Thread Alan Cox
> Last time they were asked that, they wanted to be free of changing their > kernel/userspace interface before upstreaming. So put it in staging with a note to that effect. That'll also get it more exposure and re

Re: RFC: libdrm repo

2009-11-09 Thread Alan Coopersmith
el? I know BSD & OpenSolaris really don't matter much, but there are still some of us using libdrm on kernels other than Linux. -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X W

Re: DRM drivers with closed source user-space: WAS [Patch 0/3] Resubmit VIA Chrome9 DRM via_chrome9 for upstream

2009-07-20 Thread Alan Cox
app then it sounds to me like it's not a general kernel interface so probably isn't a good interface anyway, let alone what the code may do. Alan -- Enter the BlackBerry Developer Challenge This is your chance to win

Re: DRM drivers with closed source user-space: WAS [Patch 0/3] Resubmit VIA Chrome9 DRM via_chrome9 for upstream

2009-07-20 Thread Alan Cox
> Greg still claims that qcserial could be used by rebooting from Windows, > right? In that it would still be extremly borderline to me, but it's qcserial has a firmware loader app nowdays (someone wrote one in April) http://www.codon.org.uk/~mjg59/gobi_loader/ indeed Matthew wrote it 8) -

Re: DRM drivers with closed source user-space: WAS [Patch 0/3] Resubmit VIA Chrome9 DRM via_chrome9 for upstream

2009-07-20 Thread Alan Cox
working along with 2D render, then submit the bits the need to do hardware rendering. After that tackle what is needed for 3D - as is happening with the Nvidia drivers and then submit a DRM module for their work. Alan -

Re: DRM drivers with closed source user-space: WAS [Patch 0/3] Resubmit VIA Chrome9 DRM via_chrome9 for upstream

2009-07-20 Thread Alan Cox
> * fully functional GPL user-space driver. > > How can you argue that something as tailor made as a DRM interface can > be used without it being a derived work? Our prior policy has been to reject such stuff (both the Intel wireless driver regulatory daemon and the GMX driver) --

Re: [PATCH 4/6] libdrm: Request for _XOPEN_SOURCE to get full posix headers including extensions (XSH: mknod)

2009-07-06 Thread Alan Coopersmith
me systems (Solaris for instance), setting _XOPEN_SOURCE reduces the available API to just the X/Open standards, instead of extending it as it does on Linux - the AC_USE_SYSTEM_EXTENSIONS knows how to set this correctly for both. -- -Alan Coopersmith- alan.coopersm...@sun.com

Re: DRI2 + buffer creation

2009-03-31 Thread Alan Hourihane
th buffer in Mesa. The DDX doesn't really need to know about it. Alan. -- -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel

Re: 2.6.28-rc1: [drm:i915] *ERROR* ... Disabling tiling

2009-03-23 Thread Alan Jenkins
On 10/27/08, Eric Anholt wrote: > On Mon, 2008-10-27 at 14:27 +0000, Alan Jenkins wrote: >> What does this mean, should I do anything about it? Is tiling nice to >> have? >> >> It sounds like GEM broke something - though maybe it just added a more >> verbose erro

Re: 2.6.28-rc1: [drm:i915] *ERROR* ... Disabling tiling

2009-03-23 Thread Alan Jenkins
On 3/23/09, Alan Jenkins wrote: > On 10/27/08, Eric Anholt wrote: >> On Mon, 2008-10-27 at 14:27 +0000, Alan Jenkins wrote: >>> What does this mean, should I do anything about it? Is tiling nice to >>> have? >>> >>> It sounds like GEM broke

Re: [patch 0/5] Intel Poulsbo/Morrestown DRM driver and DRM core changes

2009-03-20 Thread Alan Cox
> > By the same logic, would you support including the proprietary NVIDIA > > driver while we wait for Nouveau to catch up? > > The license of the NVIDIA driver does not allow that to even be a > possibility. I'm not convinced this is any different. If you accept the 3D changes you step into a da

Re: [patch 0/5] Intel Poulsbo/Morrestown DRM driver and DRM core changes

2009-03-19 Thread Alan Cox
policy on this, I refer you back to the Intel wireless and binary management daemon discussions. I likewise refer you to some of the input device discussions related to USB HID and devices where vendors wanted us to exclude their device in favour of propr

DRI2 flush extension

2009-02-19 Thread Alan Hourihane
ior to a swap. I've committed this already to the gallium-mesa-7.4 branch, but any comments appreciated before I push to the master branch? Thanks, Alan. commit b163d4f9ee2ab4d54daf7c17c097cae51c9c6db2 Author: Alan Hourihane Date: Thu Feb 19 18:39:08 2009 + glx: add support for

Re: 2.6.28-rc1: [drm:i915] *ERROR* ... Disabling tiling

2008-10-27 Thread Alan Jenkins
Alan Jenkins wrote: > Alan Jenkins wrote: >> What does this mean, should I do anything about it? Is tiling nice >> to have? >> >> It sounds like GEM broke something - though maybe it just added a >> more verbose error report. >> >> System: EeePC 701

2.6.28-rc1: [drm:i915] *ERROR* ... Disabling tiling

2008-10-27 Thread Alan Jenkins
interested in is the "Disabling tiling". Thanks Alan - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great pr

Re: 2.6.28-rc1: [drm:i915] *ERROR* ... Disabling tiling

2008-10-27 Thread Alan Jenkins
Alan Jenkins wrote: > What does this mean, should I do anything about it? Is tiling nice to have? > > It sounds like GEM broke something - though maybe it just added a more > verbose error report. > > System: EeePC 701 > Kernel: v2.6.36-rc1-5-g23cf24c > Chipset: Int

libdrm patches for Solaris build

2008-06-17 Thread Alan Coopersmith
the kernel source layout very well.) -- -Alan Coopersmith- [EMAIL PROTECTED] Sun Microsystems, Inc. - X Window System Engineering >From 2babb8b8b68b74185bf16a927095906e75744245 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith <[EMAIL PROTECTED]> Date: Thu, 5 J

size_t hack in drm.h still needed?

2008-06-17 Thread Alan Coopersmith
ZE_TYPE__ #else # warning "__SIZE_TYPE__ not defined. Assuming sizeof(size_t) == sizeof(unsigned long)!" # define DRM_SIZE_T unsigned long #endif -- -Alan Coopersmith- [EMAIL PROTECTED] Sun Microsystems,

Xserver 1.5 to not have DRI2 ? [Was Re: drm: Changes to 'libdrm-2_3-branch']

2008-06-09 Thread Alan Hourihane
On Fri, 2008-06-06 at 12:36 +0100, Alan Hourihane wrote: > On Fri, 2008-06-06 at 11:23 +0100, Dave Airlie wrote: > > > Dave, > > > > > > Does this mean Xserver 1.5 is going to ship without DRI2 as I've noted > > > the --enable-ttm-api flag in mesa now

Re: drm: Changes to 'libdrm-2_3-branch'

2008-06-06 Thread Alan Hourihane
does > the decoupling from the mm interface. Ouch. It would be good to know Kristian's plans. Alan. - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just ab

Re: drm: Changes to 'libdrm-2_3-branch'

2008-06-06 Thread Alan Hourihane
ease of libdrm as 2.3.1, Mesa needs to deal with > this for 7.1. Dave, Does this mean Xserver 1.5 is going to ship without DRI2 as I've noted the --enable-ttm-api flag in mesa now ?? Alan. - Check out the new SourceFor

Re: in-kernel DRM tree move around....

2008-05-29 Thread Alan Cox
m > would be even more logical? I think gpu is better - we are seeing various GPU as CPU accelerator toolkits appearing and assuming the AMD one ends up open source we will end up with gpu/something that isn't video. Remember GPU = Grahi^WGeneric Processing Unit ;) Alan --

[PATCH] drm: Push BKL down into drivers

2008-05-22 Thread Alan Cox
This is a fairly simple change but affects all the drivers. The actual lock is pushed down rather than eliminated. Hopefully it will then get pushed down further. More importantly it helps us get rid of the old BKL locked ioctl Signed-off-by: Alan Cox <[EMAIL PROTECTED]> diff --git a/d

Re: DRM modesetting & sysfs

2008-04-09 Thread Alan Hourihane
On Wed, 2008-04-09 at 09:34 -0700, Jesse Barnes wrote: > On Wednesday, April 09, 2008 9:15 am Alan Hourihane wrote: > > On Wed, 2008-04-09 at 08:17 -0700, Jesse Barnes wrote: > > > On Wednesday, April 09, 2008 1:57 am Jakob Bornecrantz wrote: > > > > I was going to

Re: DRM modesetting & sysfs

2008-04-09 Thread Alan Hourihane
differently now then since the last time I looked at the code, > > are you sure that stage_two is being run? > > I'll have to check, I'm not sure I'm even getting interrupts... Jesse, Is this i915 or i945/i965 you are testing on ?? Alan. --

Re: initial multi-master support for the drm..

2008-01-02 Thread Alan Cox
> Interrupt handler - userspace plays with the irq lines, I think we could > have issues getting interrupts when we have no master. Undoubtedly - PCI interrupts are asynchronous to the other busses and can turn up suprisingly late. It ought to be sufficient to clear the IRQ cause kernel side and

Re: drm: Branch 'master'

2007-09-27 Thread Alan Hourihane
On Wed, 2007-09-26 at 15:43 +0100, Keith Whitwell wrote: > Alan Hourihane wrote: > > linux-core/drm_drv.c |2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > New commits: > > diff-tree 6671ad1917698b6174a1af314b63b3800d75248c (from > > 0

Re: DRM enhancements document

2007-08-24 Thread Alan Cox
> At a minimum, there must be a program to determine which outputs have > monitors > attached, and what modes are available on those monitors. It's possible this > could be hardcoded in simple or embedded cases, but for a dynamic system it > should probably be done in userspace, since EDID ove

Re: uncached page allocator

2007-08-20 Thread Alan Cox
ever gets merged this would also help as you could possibly grab a huge page from the allocator for this purpose and have to flip only one TLB entry. Alan - This SF.net email is sponsored by: Splunk Inc. Still grepping th

Re: [PATCH 4 of 5 ] /drivers/char/rio ioremap balancing/ returncode check

2007-08-13 Thread Alan Cox
On Mon, 13 Aug 2007 00:05:30 -0400 "Scott Thompson" <[EMAIL PROTECTED]> wrote: > patchset against 2.6.23-rc2 and this set is an audit of > /drivers/char/a* > through drivers/char . > > this corrects missing ioremap return checks and balancing on > iounmap calls.. Your mail client has wrapp

Re: Merging DRI changes

2007-06-17 Thread Alan Hourihane
couple of GLX module cleanups, and I think it's all ready > > > > to push: > > > > > > > > http://gitweb.freedesktop.org/?p=users/krh/mesa.git;a=shortlog;h=dri2 > > > > and > > > > > > > > http://gitweb.freedesktop

Re: Merging DRI changes

2007-06-17 Thread Alan Hourihane
e the X server changes > now plus a couple of GLX module cleanups, and I think it's all ready > to push: > > http://gitweb.freedesktop.org/?p=users/krh/mesa.git;a=shortlog;h=dri2 and > http://gitweb.freedesktop.org/?p=users/krh/xserver.git;a=shortlog;h=dri2 > > One thing

Re: Latest on modesetting

2007-04-11 Thread Alan Hourihane
On Wed, 2007-04-11 at 19:13 +0100, Alan Hourihane wrote: > On Wed, 2007-04-11 at 10:40 -0700, Jesse Barnes wrote: > > On Wednesday, April 11, 2007, Jesse Barnes wrote: > > > Some people were asking about modeseting on #dri-devel this morning so I > > > thought I'd p

Re: Latest on modesetting

2007-04-11 Thread Alan Hourihane
if ((retcode = dev->driver->load(dev, ent->driver_data))) > + goto error_out_unreg; > + > retcode = drm_ctxbitmap_init(dev); > if (retcode) { > DRM_ERROR("Cannot allocate memory for context

bug #5714 frontbuffer removal pending !!! Was [Re: [Bug 7767] No hardware rendering for "SuperSavage/IXC 64" and "Xorg 7.2 RC3"]

2007-04-10 Thread Alan Hourihane
On Wed, 2007-02-28 at 10:55 +0100, Michel Dänzer wrote: > On Sun, 2007-02-25 at 19:35 +0000, Alan Hourihane wrote: > > I know what the problem is here. And bugzilla #5714 will cure it. So I'm > > getting inclined to pull the frontbuffer-removal branch into master and > >

Re: [Bug 7767] No hardware rendering for "SuperSavage/IXC 64" and "Xorg 7.2 RC3"

2007-02-25 Thread Alan Hourihane
I know what the problem is here. And bugzilla #5714 will cure it. So I'm getting inclined to pull the frontbuffer-removal branch into master and fix up the drivers on the fly. How does this sound to others. Alan. On Sat, 2007-02-24 at 15:00 -0800, [EMAIL PROTECTED] wrote: &

Re: bug in intelfbhw.c

2007-02-21 Thread Alan Swanson
ve this bug. > > <> Also note that changes should be supplied as a patch diff from the original file, not the complete file itself otherwise the changes can't be easily reviewed. > -- Alan. "One must never be purposelessnessnesslessness." signature

Broken mesa build.

2006-11-12 Thread Alan Grimes
Following the instructions on dri.sourceforge.net and stupidly expecting them to work, I got this error from Mesa: (I've highlighted the line I think is causing it to fail.) ../../../../../src/mesa/tnl_dd/t_dd_tritmp.h:405: warning: 'spec[0]' may be used uninitialized in this function ../../../..

R200 CVS crashes

2006-10-18 Thread Alan Grimes
When I run the CVS R200 kernel modules, many megabytes of synchronization errors appear in xorg.log and it still crashes when I run any GL app, including glxinfo. It doesn't matter what version of Mesa I'm running, it should be impossible to crash the kernel like this. =\ -- If you tell a linux

dmesg dump from mach 64 driver

2006-10-11 Thread Alan Grimes
[drm] Initialized drm 1.1.0 20060810 [drm] Initialized mach64 2.0.0 20060718 on minor 0: [drm] Used old pci detect: framebuffer loaded [drm:mach64_dma_init] *ERROR* mach64_dma_init called without lock held, held 0 owner f72941c0 [drm:drm_unlock] *ERROR* Process 5048 using kernel context 0

Re: AGP/DRI: Question about aper_size_info structs in agp.h

2006-08-23 Thread Alan Cox
Ar Mer, 2006-08-23 am 15:24 +0200, ysgrifennodd Gerhard Pircher: > BTW: Can anybody explain the format of the graphics address remapping table > or point me to some docs where it is described? Its usually described and defined in the chip documentation. Generally speaking it is a simple linear ar

Re: Current DRM git broken on 965

2006-08-13 Thread Alan Hourihane
Andi, That's a bug that's been around for a while, and regardless of the machine having no AGP, you still need agpgart for the 965 driver to function as internally it's really an AGP device. Alan. On Sun, 2006-08-13 at 11:06 +0200, Andi Kleen wrote: > Hello, > > After

Re: intel DRI driver crash

2006-06-20 Thread Alan Hourihane
gt; (gdb) frame 0 > #0 0x2839de7d in _mesa_update_draw_buffer_bounds (ctx=0x80af000) > at main/framebuffer.c:384 > 384if (buffer->Name) { > (gdb) p buffer > $1 = (struct gl_framebuffer *) 0x0 > > Anyone else seeing this? Update your CVS. I've already f

Re: _glapi_add_dispatch

2006-06-07 Thread Alan Hourihane
On Thu, 2006-06-01 at 11:20 -0600, Brian Paul wrote: > Alan Hourihane wrote: > > On Thu, 2006-06-01 at 17:07 +0100, Alan Hourihane wrote: > > > >>On Thu, 2006-06-01 at 08:53 -0700, Ian Romanick wrote: > >> > >>>-BEGIN PGP SIGNED MESSAGE- >

Re: _glapi_add_dispatch

2006-06-01 Thread Alan Hourihane
On Thu, 2006-06-01 at 17:07 +0100, Alan Hourihane wrote: > On Thu, 2006-06-01 at 08:53 -0700, Ian Romanick wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > Jacek Poplawski wrote: > > > On 5/30/06, Pedro Maia <[EMAIL PROTECTED]> wrot

Re: _glapi_add_dispatch

2006-06-01 Thread Alan Hourihane
at exist in the DRI driver. I'm not sure exactly why it doesn't though. Doing this... export LD_PRELOAD=/usr/lib/libGL.so to force the libGL linkage fixes the issue. Alan. -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel

Re: Enabling Direct Rendering at CVS tip

2006-02-18 Thread Alan Hourihane
On Sat, 2006-02-18 at 19:49 -0500, Adam Jackson wrote: > On Saturday 18 February 2006 19:41, Adam Jackson wrote: > > On Wednesday 15 February 2006 20:34, Alan Hourihane wrote: > > > Already fixed in CVS. Some code got away that's in-progress for the > > > f

Re: Enabling Direct Rendering at CVS tip

2006-02-18 Thread Alan Hourihane
On Sat, 2006-02-18 at 19:41 -0500, Adam Jackson wrote: > On Wednesday 15 February 2006 20:34, Alan Hourihane wrote: > > Already fixed in CVS. Some code got away that's in-progress for the > > front buffer removal from the DRI. > > > > I'll be uploading a muc

Re: Enabling Direct Rendering at CVS tip

2006-02-15 Thread Alan Hourihane
On Wed, 2006-02-15 at 20:00 +, Dave Airlie wrote: > > libGL error: drmMap of framebuffer failed (Invalid argument) > > libGL error: reverting to (slow) indirect rendering > > I've been wondering about this, I mentioned it to Alan + Keith at XDC, > > I've

Re: Fwd: Re: sizeof(I830DRIRec) does not match passed size from device driver

2006-02-08 Thread Alan Hourihane
uire the newer version. The DDX was bumped, but the check in intel_screen.c was missed to check for the newer DDX. I've just fixed that now. Alan. --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files fo

Re: adding dri support

2006-01-31 Thread Alan Cox
On Maw, 2006-01-31 at 10:24 +0100, Philipp Klaus Krause wrote: > The SiS 530 is fully documented, but it's a bit outdated and AFAIK > there's no 3D driver for it yet. > AFAIK The Vodoo cards are fully documented and the driver is so bad it > could need a rewrite. The Voodoo 3 and higher need a lot

Re: i915-Graphics Driver for Xorg-7.0

2006-01-25 Thread Alan Hourihane
It's not a problem. Don't worry about it. Alan. On Wed, 2006-01-25 at 21:56 +0100, Peter Weber wrote: > Hello, > I hope I've got the right mail-adress, I have a question at the i915 (GMA900) > developer of the i810 driver?! > As far as I know nearly everyone wit

Front buffer & rotation

2006-01-12 Thread Alan Hourihane
r now. But the next logical step is to remove this mapping from the DRI layer and leave it upto the drivers to map it just as if it were a back or depth buffer. Any objections or comments on this, as it may well break binary drivers that depend on the DRI mapping it ??

Re: map user space memory as gart memory for intel integrated graphics chip

2005-12-08 Thread Alan Cox
On Iau, 2005-12-08 at 19:52 +0800, Austin Yuan wrote: > buffer. Because the interface of "alloc_by_type" only receives a > simple parameter "type", here I hide the user space address into > "type" and re-get it in alloc_userspace_memory. That should probably be fixed by extending the API to pass b

Re: 2.6.14-rt4: via DRM errors

2005-11-25 Thread Alan Cox
On Gwe, 2005-11-25 at 14:23 -0500, Lee Revell wrote: > On Fri, 2005-11-25 at 20:13 +0100, Arjan van de Ven wrote: > > of course sometimes having less but more coarse locks is actually > > faster. Taking/dropping a lock is not free. far from it. > > True but couldn't it be a problem for devices li

Re: 2.6.14-rt4: via DRM errors

2005-11-25 Thread Alan Cox
On Iau, 2005-11-24 at 05:49 -0500, Lee Revell wrote: > BTW can you point me to a good explanation of DRM locking? There's so > much indirection in the DRM code I can't even tell whether there's one > DRM lock or several, what kind of lock it is or what it's protecting > (beyond "access to the hard

Re: Mach64 still not in kernel tree

2005-11-23 Thread Alan Cox
On Mer, 2005-11-23 at 11:46 -0500, Adam Jackson wrote: > On Wednesday 23 November 2005 07:48, Michael Frank wrote: > > Testing 2.6.15-rc2 in-kernel DRM, why still no mach64 > > support which works fine for me from snapshots/cvs? > > Because it's still insecure. Michael - If you've got a Mach64 a

Re: DRM & MTRR's

2005-10-10 Thread Alan Hourihane
On Fri, 2005-09-23 at 22:07 +0800, Antonino A. Daplas wrote: > Alan Hourihane wrote: > > Has anyone any objections to me removing the MTRR code from the DRM. > > > > It doesn't have the intimate knowledge needed to properly configure > > MTRR's and fails

Re: Linux OpenGL ABI discussion

2005-09-29 Thread Alan Cox
of defining an ABI. Obviously users who replace system libraries with ones they got from another source get burned whether its a perl "upgrade" required by a vendor or libc. Alan --- This SF.Net email is sponsored by: Power Architecture

Re: Linux OpenGL ABI discussion

2005-09-29 Thread Alan Cox
of "is XYZ accelerated" as an API but that is an upstream flaw. Alan --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl -

BeOS build error, Mesa 6.3

2005-09-28 Thread Alan Grimes
I tried to build Mesa on BeOS and this is a summary of the errors... Apparently the beos port is quite stale... errors Description: Binary data BeOS Attributes Description: application/be_attribute

Re: dri client framebuffer access..

2005-09-26 Thread Alan Cox
On Llu, 2005-09-26 at 01:54 +0100, Dave Airlie wrote: > Do we need to restrict the size of the maps we allow the DRI clients to > acess in the FB area? Yes - SiS has a 64K command queue in the frame buffer for example --- SF.Net email is spons

Re: via PCI DMA blitblt added.

2005-09-25 Thread Alan Cox
On Sul, 2005-09-25 at 15:06 +0200, Thomas Hellstrom wrote: > *VIA docs are rumored to require the (src_addr%4 == dest_addr%4) for all > lines, and this is what is implemented as a sanity check. However, > apparently there is a bug in the chip that also requires (system_addr&15 > == 0) for all li

Re: DRM & MTRR's

2005-09-23 Thread Alan Hourihane
e is one we can just do nothing, > or add one if not .. or a drm driver option to enable/disable it.. My other point here is that some hardware requires MTRR's to be aligned and the DRM doesn't know how to do that it just ships off the current region to mtrr and doesn't look

Re: DRM & MTRR's

2005-09-23 Thread Alan Hourihane
On Fri, 2005-09-23 at 12:46 +0100, Dave Airlie wrote: > acceptable.. some way to perhaps have the X server tell the DRM driver to > not bother with them... In the interests of backwards compatibility I suppose this may be a reasonable option though.

  1   2   3   4   5   6   7   8   9   10   >