On Fri, Jul 17, 2009 at 9:37 PM, Harald Welte wrote:
> On Fri, Jul 17, 2009 at 07:09:06PM +1000, Dave Airlie wrote:
>> On Fri, Jul 17, 2009 at 4:36 PM, wrote:
>> > To whom it may ceoncern:
>> > The following 3 patches are the DRM kernel module that support VIA
>> > Chorme9 GFX chipset. They ar
On Fri, Jul 17, 2009 at 15:23, Keith Whitwell wrote:
>
>
> Maybe VIA can provide some userspace code without putting together an
> entire driver.
>
> A handful of standalone programs that exercise the interface would help
> evaluate the interfaces and might be sufficient to serve as guide to
> some
On Wed, Jul 15, 2009 at 5:59 PM, Alex Deucher wrote:
> I'm planning to merge this to master soon. It's still pretty raw, but
> at this point it will run gears and most of the basic demos. It
> shares a lot of the common radeon code so I'd like to get it merged
> sooner rather than later to avoid
Would something like mesa/r600_demo be appropriate ?
-Original Message-
From: Keith Whitwell [mailto:kei...@vmware.com]
Sent: Friday, July 17, 2009 9:24 AM
To: Harald Welte
Cc: dri-devel@lists.sourceforge.net; richard...@via.com.tw;
gre...@suse.de; brucech...@via.com.tw; josephc...@via.c
http://bugs.freedesktop.org/show_bug.cgi?id=5
Alex Bennee changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
http://bugs.freedesktop.org/show_bug.cgi?id=7101
Jan Schmidt changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
On Fri, 2009-07-17 at 10:01 +0200, Michel Dänzer wrote:
> On Thu, 2009-07-16 at 18:34 +0200, Jerome Glisse wrote:
> > On Thu, 2009-07-16 at 18:13 +0200, Jerome Glisse wrote:
> > > On AGP system we might allocate/free routinely uncached or wc memory,
> > > changing page from cached (wb) to uc or wc
On Fri, Jul 17, 2009 at 02:36:56PM +0800, brucech...@via.com.tw wrote:
> To whom it may ceoncern:
> This patch contains the modification on the make files and the Kconfig
> file. It includes the source files to be compiled for generating the DRM
> kernel module for VIA Chrome9 GFX family.
>
On Fri, 2009-07-17 at 04:37 -0700, Harald Welte wrote:
> On Fri, Jul 17, 2009 at 07:09:06PM +1000, Dave Airlie wrote:
> > On Fri, Jul 17, 2009 at 4:36 PM, wrote:
> > > To whom it may ceoncern:
> > >The following 3 patches are the DRM kernel module that support VIA
> > > Chorme9 GFX chipset. T
On Fri, 2009-07-17 at 13:37 +0200, Harald Welte wrote:
[...]
> So far I was not aware that there is an absolute precondition of existing 3D
> FOSS
> userspace code to get a DRM driver merged. Yes, we all want it. But is it a
> strong
> requirement?
It's hard to review if the interface is sane
On Fri, Jul 17, 2009 at 13:37, Harald Welte wrote:
> On Fri, Jul 17, 2009 at 07:09:06PM +1000, Dave Airlie wrote:
>> On Fri, Jul 17, 2009 at 4:36 PM, wrote:
>> > To whom it may ceoncern:
>> >The following 3 patches are the DRM kernel module that support VIA
>> > Chorme9 GFX chipset. They are
On Fri, Jul 17, 2009 at 07:09:06PM +1000, Dave Airlie wrote:
> On Fri, Jul 17, 2009 at 4:36 PM, wrote:
> > To whom it may ceoncern:
> > The following 3 patches are the DRM kernel module that support VIA
> > Chorme9 GFX chipset. They are based on 2.6.31-rc3. Please kindly help to
> > integrate
Hi Dave,
thanks for your review.
On Fri, Jul 17, 2009 at 07:08:33PM +1000, Dave Airlie wrote:
> > 1. via_chrome9_3d_reg.h
> > 2. via_chrome9_dma.h
> > 3. via_chrome9_drm.h
> > 4. via_chrome9_drv.h
> > 5. via_chrome9_mm.h
> > 6. via_chrome9_verifier.h
>
> Is it possible to run a 64-bit Linux on a
Hello Dave:
Thank you very much for your suggestion. Let me request engineer to modify
it.
Regards
=
Bruce C. Chang(???)
VIA Technologies, Inc.
Address: 1F, 531, Chung-Cheng Road, Hsin-Tien, 231 Taipei
Tel: +886-2-22185452 Ext 7323
Mobile: +886-
http://bugs.freedesktop.org/show_bug.cgi?id=22742
--- Comment #3 from Fabio 2009-07-17 02:57:36 PST ---
Created an attachment (id=27790)
--> (http://bugs.freedesktop.org/attachment.cgi?id=27790)
prey backtrace
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
http://bugs.freedesktop.org/show_bug.cgi?id=22742
--- Comment #2 from Fabio 2009-07-17 02:57:05 PST ---
Created an attachment (id=27789)
--> (http://bugs.freedesktop.org/attachment.cgi?id=27789)
prey console output
prey does not assert for me, it only freezes. I'll attach the console outpu
http://bugs.freedesktop.org/show_bug.cgi?id=22742
--- Comment #1 from Andre Maasikas 2009-07-17 02:18:22
PST ---
Can you start the game from terminal and upload the output
(if it hits an assert or faults it will be printed there)
Additionally from ssh, could you attach the game with gdb whe
On Fri, Jul 17, 2009 at 4:36 PM, wrote:
> To whom it may ceoncern:
> The following 3 patches are the DRM kernel module that support VIA Chorme9
> GFX chipset. They are based on 2.6.31-rc3. Please kindly help to integrate
> into kernel.
>
Is there a userspace, or available documentation to wr
> 1. via_chrome9_3d_reg.h
> 2. via_chrome9_dma.h
> 3. via_chrome9_drm.h
> 4. via_chrome9_drv.h
> 5. via_chrome9_mm.h
> 6. via_chrome9_verifier.h
Is it possible to run a 64-bit Linux on a chrome9 chipset onnected to
a 64-bit processor? if so you'll have to fix a lot of these ioctls up.
> +
> +stru
To whom it may ceoncern:
This patch contains the modification on the header files for the VIA
Chrome9 DRM kernel module based on kernel 2.6.31-rc3. The header files include:
1. via_chrome9_3d_reg.h
2. via_chrome9_dma.h
3. via_chrome9_drm.h
4. via_chrome9_drv.h
5. via_chrome9_mm.h
6. via_chrom
To whom it may ceoncern:
The following 3 patches are the DRM kernel module that support VIA Chorme9
GFX chipset. They are based on 2.6.31-rc3. Please kindly help to integrate into
kernel.
Thanks and Best Regards
Bruce C. Chang
To whom it may ceoncern:
This patch contains the modification on the make files and the Kconfig
file. It includes the source files to be compiled for generating the DRM kernel
module for VIA Chrome9 GFX family.
Sign-off-by: Bruce Chang
diff -ruN old/drivers/gpu/drm/Kconfig new/drivers/gpu
On Thu, 2009-07-16 at 18:34 +0200, Jerome Glisse wrote:
> On Thu, 2009-07-16 at 18:13 +0200, Jerome Glisse wrote:
> > On AGP system we might allocate/free routinely uncached or wc memory,
> > changing page from cached (wb) to uc or wc is very expensive and involves
> > a lot of flushing. To improv
23 matches
Mail list logo