Re: Closed source userspace graphics drivers with an open source kernel component

2010-07-04 Thread Magnus Wendt
2010/7/2 Dave Airlie > > ARM Mali - not sure what is going on there, I;m going to go with no > hope but would be nice to be proved wrong > So far no user space but at least kernel space is available under GPLv2 http://www.malideveloper.com/drivers.php ___

Re: Closed source userspace graphics drivers with an open source kernel component

2010-07-04 Thread Dave Airlie
On Sun, Jul 4, 2010 at 5:06 PM, Magnus Wendt wrote: > > > 2010/7/2 Dave Airlie >> >> ARM Mali - not sure what is going on there, I;m going to go with no >> hope but would be nice to be proved wrong > > So far no user space but at least kernel space is available under GPLv2 > > http://www.malideve

[Bug 28774] RS780: No picture over HDMI

2010-07-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28774 Rafał Miłecki changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [PATCH] drm/radeon/kms: add ioport register access

2010-07-04 Thread Rafał Miłecki
2010/6/30 Alex Deucher : > This is required for the NB_MISC regs on rs780/rs880 which > means HDMI/DVI/DP ports using PCIEPHY won't work without > it. It might also help with s/r (asic init) issues on other > atombios cards. > > Fixes: > https://bugs.freedesktop.org/show_bug.cgi?id=28774 > and simi

Re: Closed source userspace graphics drivers with an open source kernel component

2010-07-04 Thread Theodore Tso
On Jul 4, 2010, at 3:27 AM, Dave Airlie wrote: > So its as crap as the others since the kernel space is uninteresting > and doesn't give you any idea how to actually use the GPU, its just a > slightly intelligent shim which transfers command streams and > interrupt to/from gpu/userspace. > > Its

Documentation of DRM's API?

2010-07-04 Thread Rafał Miłecki
Hi, While it's quite easy to track initialization of existing KMS drivers (plus we have http://www.botchco.com/agd5f/?p=50) I am not sure where to find documentation of API. I know driver has to register some outputs/encoders/transmitters related functions that will perform querying and setting. I

Re: Closed source userspace graphics drivers with an open source kernel component

2010-07-04 Thread Matthew Garrett
On Sun, Jul 04, 2010 at 07:03:22AM -0400, Theodore Tso wrote: > We have sources to our web browsers but not to the a number of the > various web services that the browsers talk to (GMail, AIM, Gmane, > Yahoo Finance, Google Search, etc.). > > And we have the sources to the Intel wireless dri

Re: Documentation of DRM's API?

2010-07-04 Thread Jesse Barnes
On Sun, 4 Jul 2010 17:36:29 +0200 Rafał Miłecki wrote: > Hi, > > While it's quite easy to track initialization of existing KMS drivers > (plus we have http://www.botchco.com/agd5f/?p=50) I am not sure where > to find documentation of API. I know driver has to register some > outputs/encoders/tra

Re: Documentation of DRM's API?

2010-07-04 Thread Rafał Miłecki
W dniu 4 lipca 2010 17:54 użytkownik Jesse Barnes napisał: > You can edit the DocBook/Makefile to remove the broken docs from the > build.  That should get you going with the drm doc itself. I removed z8530book.xml but still got error. Then removed mcabook.xml and I still get error for "new first

Re: Documentation of DRM's API?

2010-07-04 Thread Rafał Miłecki
W dniu 4 lipca 2010 18:07 użytkownik Rafał Miłecki napisał: > W dniu 4 lipca 2010 17:54 użytkownik Jesse Barnes > napisał: >> You can edit the DocBook/Makefile to remove the broken docs from the >> build.  That should get you going with the drm doc itself. > > I removed z8530book.xml but still go

[Bug 28905] New: missing scene triangle in scorched3d using KMS r600

2010-07-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28905 Summary: missing scene triangle in scorched3d using KMS r600 Product: Mesa Version: 7.6 Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Pr

[Bug 28905] missing scene triangle in scorched3d using KMS r600

2010-07-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28905 --- Comment #1 from aceman 2010-07-04 09:27:08 PDT --- Oh, the card is Radeon HD 4350, OpenGL renderer string: Mesa DRI R600 (RV710 954F) 20090101 x86/MMX+/3DNow!+/SSE2 TCL -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=em

Re: Documentation of DRM's API?

2010-07-04 Thread Rafał Miłecki
W dniu 4 lipca 2010 18:11 użytkownik Rafał Miłecki napisał: > However, generating HTML (make htmldocs) seems to work. I can live > with that, it's fine. OK, HTMLs were generated fine for drm. I can see there are few interesting sections, including Output configuration and Output management. Thin

EXA - when does it's implementation depend on DRM?

2010-07-04 Thread Rafał Miłecki
AFAIU EXA is collection of operations (Solid, Copy, UploadToScreen, DownloadFromScreen) that touch VRAM. So we can tell hardware to move xterm window 100px right (Copy) and fill freed place with blue (Solid). Is that right? So my question is: when implementing EXA (in DDX) needs DRM and when it do

Re: Closed source userspace graphics drivers with an open source kernel component

2010-07-04 Thread Dave Airlie
On Sun, Jul 4, 2010 at 9:03 PM, Theodore Tso wrote: > > On Jul 4, 2010, at 3:27 AM, Dave Airlie wrote: > >> So its as crap as the others since the kernel space is uninteresting >> and doesn't give you any idea how to actually use the GPU, its just a >> slightly intelligent shim which transfers com

Re: EXA - when does it's implementation depend on DRM?

2010-07-04 Thread Dave Airlie
2010/7/5 Rafał Miłecki : > AFAIU EXA is collection of operations (Solid, Copy, UploadToScreen, > DownloadFromScreen) that touch VRAM. So we can tell hardware to move > xterm window 100px right (Copy) and fill freed place with blue > (Solid). Is that right? > > So my question is: when implementing E

Re: EXA - when does it's implementation depend on DRM?

2010-07-04 Thread Rafał Miłecki
W dniu 4 lipca 2010 22:24 użytkownik Dave Airlie napisał: > 2010/7/5 Rafał Miłecki : >> AFAIU EXA is collection of operations (Solid, Copy, UploadToScreen, >> DownloadFromScreen) that touch VRAM. So we can tell hardware to move >> xterm window 100px right (Copy) and fill freed place with blue >> (

Re: EXA - when does it's implementation depend on DRM?

2010-07-04 Thread Dave Airlie
2010/7/5 Rafał Miłecki : > W dniu 4 lipca 2010 22:24 użytkownik Dave Airlie napisał: >> 2010/7/5 Rafał Miłecki : >>> AFAIU EXA is collection of operations (Solid, Copy, UploadToScreen, >>> DownloadFromScreen) that touch VRAM. So we can tell hardware to move >>> xterm window 100px right (Copy) and

Re: EXA - when does it's implementation depend on DRM?

2010-07-04 Thread Rafał Miłecki
W dniu 4 lipca 2010 22:37 użytkownik Dave Airlie napisał: > 2010/7/5 Rafał Miłecki : >> W dniu 4 lipca 2010 22:24 użytkownik Dave Airlie napisał: >>> 2010/7/5 Rafał Miłecki : AFAIU EXA is collection of operations (Solid, Copy, UploadToScreen, DownloadFromScreen) that touch VRAM. So we c

Re: EXA - when does it's implementation depend on DRM?

2010-07-04 Thread Dave Airlie
2010/7/5 Rafał Miłecki : > W dniu 4 lipca 2010 22:37 użytkownik Dave Airlie napisał: >> 2010/7/5 Rafał Miłecki : >>> W dniu 4 lipca 2010 22:24 użytkownik Dave Airlie >>> napisał: 2010/7/5 Rafał Miłecki : > AFAIU EXA is collection of operations (Solid, Copy, UploadToScreen, > Downloa

[Bug 25109] [r300] failing to schedule TEX blocks (was: Wine - Civ4 Black Terrain after upgrading to mesa 7.6)

2010-07-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=25109 Tom Stellard changed: What|Removed |Added Attachment #35975|0 |1 is obsolete|

[Bug 25109] [r300] failing to schedule TEX blocks (was: Wine - Civ4 Black Terrain after upgrading to mesa 7.6)

2010-07-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=25109 --- Comment #10 from Tom Stellard 2010-07-04 16:22:34 PDT --- Created an attachment (id=36754) View: https://bugs.freedesktop.org/attachment.cgi?id=36754 Review: https://bugs.freedesktop.org/review?bug=25109&attachment=36754 Proposed fix --

[Bug 28606] [r300g]: Compiz focus blur effect does not work. (causes black windows instead)

2010-07-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28606 --- Comment #5 from Tom Stellard 2010-07-04 16:54:34 PDT --- (In reply to comment #4) > The real problem with the r300 compiler is scheduling of TEX blocks, which is > done against the r300 hardware (r500 is ok here). I've had a closer look at a

[PATCH] drm/ttm: Allocate the page pool manager in the heap.

2010-07-04 Thread Francisco Jerez
Repeated ttm_page_alloc_init/fini fails noisily because the pool manager kobj isn't zeroed out between uses (we could do just that but statically allocated kobjects are generally considered a bad thing). Move it to kzalloc'ed memory. Note that this patch drops the refcounting behavior of the pool

Closed source userspace graphics drivers with an open source kernel component

2010-07-04 Thread Magnus Wendt
- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20100704/6875e7d6/attachment.htm>

Closed source userspace graphics drivers with an open source kernel component

2010-07-04 Thread Dave Airlie
On Sun, Jul 4, 2010 at 5:06 PM, Magnus Wendt wrote: > > > 2010/7/2 Dave Airlie >> >> ARM Mali - not sure what is going on there, I;m going to go with no >> hope but would be nice to be proved wrong > > So far no user space but at least kernel space is available under GPLv2 > > http://www.malideve

[Bug 28774] RS780: No picture over HDMI

2010-07-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28774 Rafa? Mi?ecki changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[PATCH] drm/radeon/kms: add ioport register access

2010-07-04 Thread Rafał Miłecki
2010/6/30 Alex Deucher : > This is required for the NB_MISC regs on rs780/rs880 which > means HDMI/DVI/DP ports using PCIEPHY won't work without > it. It might also help with s/r (asic init) issues on other > atombios cards. > > Fixes: > https://bugs.freedesktop.org/show_bug.cgi?id=28774 > and simi

Closed source userspace graphics drivers with an open source kernel component

2010-07-04 Thread Theodore Tso
On Jul 4, 2010, at 3:27 AM, Dave Airlie wrote: > So its as crap as the others since the kernel space is uninteresting > and doesn't give you any idea how to actually use the GPU, its just a > slightly intelligent shim which transfers command streams and > interrupt to/from gpu/userspace. > > Its

Documentation of DRM's API?

2010-07-04 Thread Rafał Miłecki
Hi, While it's quite easy to track initialization of existing KMS drivers (plus we have http://www.botchco.com/agd5f/?p=50) I am not sure where to find documentation of API. I know driver has to register some outputs/encoders/transmitters related functions that will perform querying and setting. I

Closed source userspace graphics drivers with an open source kernel component

2010-07-04 Thread Matthew Garrett
On Sun, Jul 04, 2010 at 07:03:22AM -0400, Theodore Tso wrote: > We have sources to our web browsers but not to the a number of the > various web services that the browsers talk to (GMail, AIM, Gmane, > Yahoo Finance, Google Search, etc.). > > And we have the sources to the Intel wireless dri

Documentation of DRM's API?

2010-07-04 Thread Jesse Barnes
On Sun, 4 Jul 2010 17:36:29 +0200 Rafa? Mi?ecki wrote: > Hi, > > While it's quite easy to track initialization of existing KMS drivers > (plus we have http://www.botchco.com/agd5f/?p=50) I am not sure where > to find documentation of API. I know driver has to register some > outputs/encoders/tra

Documentation of DRM's API?

2010-07-04 Thread Rafał Miłecki
W dniu 4 lipca 2010 17:54 u?ytkownik Jesse Barnes napisa?: > You can edit the DocBook/Makefile to remove the broken docs from the > build. ?That should get you going with the drm doc itself. I removed z8530book.xml but still got error. Then removed mcabook.xml and I still get error for "new first

Documentation of DRM's API?

2010-07-04 Thread Rafał Miłecki
W dniu 4 lipca 2010 18:07 u?ytkownik Rafa? Mi?ecki napisa?: > W dniu 4 lipca 2010 17:54 u?ytkownik Jesse Barnes > napisa?: >> You can edit the DocBook/Makefile to remove the broken docs from the >> build. ?That should get you going with the drm doc itself. > > I removed z8530book.xml but still g

[Bug 28905] New: missing scene triangle in scorched3d using KMS r600

2010-07-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28905 Summary: missing scene triangle in scorched3d using KMS r600 Product: Mesa Version: 7.6 Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Pr

[Bug 28905] missing scene triangle in scorched3d using KMS r600

2010-07-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28905 --- Comment #1 from aceman 2010-07-04 09:27:08 PDT --- Oh, the card is Radeon HD 4350, OpenGL renderer string: Mesa DRI R600 (RV710 954F) 20090101 x86/MMX+/3DNow!+/SSE2 TCL -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=em

Documentation of DRM's API?

2010-07-04 Thread Rafał Miłecki
W dniu 4 lipca 2010 18:11 u?ytkownik Rafa? Mi?ecki napisa?: > However, generating HTML (make htmldocs) seems to work. I can live > with that, it's fine. OK, HTMLs were generated fine for drm. I can see there are few interesting sections, including Output configuration and Output management. Thi

EXA - when does it's implementation depend on DRM?

2010-07-04 Thread Rafał Miłecki
AFAIU EXA is collection of operations (Solid, Copy, UploadToScreen, DownloadFromScreen) that touch VRAM. So we can tell hardware to move xterm window 100px right (Copy) and fill freed place with blue (Solid). Is that right? So my question is: when implementing EXA (in DDX) needs DRM and when it do

EXA - when does it's implementation depend on DRM?

2010-07-04 Thread Rafał Miłecki
W dniu 4 lipca 2010 22:24 u?ytkownik Dave Airlie napisa?: > 2010/7/5 Rafa? Mi?ecki : >> AFAIU EXA is collection of operations (Solid, Copy, UploadToScreen, >> DownloadFromScreen) that touch VRAM. So we can tell hardware to move >> xterm window 100px right (Copy) and fill freed place with blue >> (

EXA - when does it's implementation depend on DRM?

2010-07-04 Thread Rafał Miłecki
W dniu 4 lipca 2010 22:37 u?ytkownik Dave Airlie napisa?: > 2010/7/5 Rafa? Mi?ecki : >> W dniu 4 lipca 2010 22:24 u?ytkownik Dave Airlie >> napisa?: >>> 2010/7/5 Rafa? Mi?ecki : AFAIU EXA is collection of operations (Solid, Copy, UploadToScreen, DownloadFromScreen) that touch VRAM. So

[Bug 25109] [r300] failing to schedule TEX blocks (was: Wine - Civ4 Black Terrain after upgrading to mesa 7.6)

2010-07-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=25109 Tom Stellard changed: What|Removed |Added Attachment #35975|0 |1 is obsolete|

[Bug 25109] [r300] failing to schedule TEX blocks (was: Wine - Civ4 Black Terrain after upgrading to mesa 7.6)

2010-07-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=25109 --- Comment #10 from Tom Stellard 2010-07-04 16:22:34 PDT --- Created an attachment (id=36754) View: https://bugs.freedesktop.org/attachment.cgi?id=36754 Review: https://bugs.freedesktop.org/review?bug=25109&attachment=36754 Proposed fix --

[Bug 28606] [r300g]: Compiz focus blur effect does not work. (causes black windows instead)

2010-07-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28606 --- Comment #5 from Tom Stellard 2010-07-04 16:54:34 PDT --- (In reply to comment #4) > The real problem with the r300 compiler is scheduling of TEX blocks, which is > done against the r300 hardware (r500 is ok here). I've had a closer look at a