[Bug 41265] KMS does not work on Radeon HD6700M

2012-01-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41265 --- Comment #8 from gy...@gmx.de 2012-01-05 01:58:26 PST --- I can confirm that. My Setup is a Sony VPC-Z21 (detail: VPCZ21C5321B) with the external PMD-Station. The network, usb, diskrive are working. Only the graphic card refuses to get to work.

[PATCH] drm: introduce drm_can_sleep and use in intel/radeon drivers.

2012-01-05 Thread Dave Airlie
From: Dave Airlie So we have a few places where the drm drivers would like to sleep to be nice to the system, mainly in the modesetting paths, but we also have two cases were atomic modesetting must take place, panic writing and kernel debugger. So provide a central inline to determine if a sleep

Re: [PATCH] drm/radeon/kms: clean up CS flags chunk processing

2012-01-05 Thread Dave Airlie
Can you rebase this onto -next, I've no idea what it applies against. Dave. > Signed-off-by: Alex Deucher > --- >  drivers/gpu/drm/radeon/radeon_cs.c |    7 +++ >  1 files changed, 3 insertions(+), 4 deletions(-) > > diff --git a/drivers/gpu/drm/radeon/radeon_cs.c > b/drivers/gpu/drm/radeon

Re: [PATCH] drm: introduce drm_can_sleep and use in intel/radeon drivers.

2012-01-05 Thread Michel Dänzer
On Don, 2012-01-05 at 09:57 +, Dave Airlie wrote: > From: Dave Airlie > > So we have a few places where the drm drivers would like to sleep to > be nice to the system, mainly in the modesetting paths, but we also > have two cases were atomic modesetting must take place, panic writing > and k

[Bug 41265] KMS does not work on Radeon HD6700M

2012-01-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41265 --- Comment #9 from gy...@gmx.de 2012-01-05 02:14:29 PST --- On this Site http://www.notebookcheck.net/Review-Sony-Vaio-VPC-Z21Q9E-B-Subnotebook.61141.0.html the author is mentioning that the ati card (they say it is a "HD 6650M") is controlled wi

merge window closed

2012-01-05 Thread Dave Airlie
Hi So Linus has released, so really whats in -next is really it I've two things outstanding, the TTM/AGP fixes, from Jerome/Konrad, guys please cross-review asap, I'm not sure there isn't some speed regressions in there, hopefully some more digging can be done. dma_buf, I'll probably send this vi

Re: [PATCH] agp: Fix multi-line warning message whitespace

2012-01-05 Thread Tormod Volden
Hi Dave, Can you pick up this, or do I have to reroll the patch with the R-B? Cheers, Tormod On Sun, Nov 6, 2011 at 4:35 PM, Corbin Simpson wrote: > FWIW, Reviewed-by: Corbin Simpson > > Sending from a mobile, pardon my terseness. ~ C. > > On Nov 6, 2011 7:04 AM, "Tormod Volden" wrote: >> >>

[Bug 29658] Crash when starting "spring rts" the system freeze: /usr/lib/dri/r600_dri.so(radeon_bo_legacy_validate+0x483)

2012-01-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29658 Alex Deucher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [PULL] drm-intel-next

2012-01-05 Thread Daniel Vetter
On Wed, Jan 04, 2012 at 07:35:41PM -0800, Keith Packard wrote: > > Here are the rest of the 3.3 pending changes. > > This has a bunch of small bug fixes and overlay plane support for i915. > > The following changes since commit 7a7e8734ac3235efafd34819b27fbdf5417e6d60: > > Merge branch 'drm-r

Re: [PATCH 1/3] drm/ttm/dma: Only call set_pages_array_wb when the page is not in WB pool.

2012-01-05 Thread Jerome Glisse
On Wed, Jan 04, 2012 at 04:35:14PM -0500, Konrad Rzeszutek Wilk wrote: > Otherwise we are doing redundant work. Especially since the 'unbind' > and 'unpopulate' have been merged and nouveau driver ends up calling > it quite excessivly. On a GeForce 8600 GT with Gnome Shell (GNOME 3) > we end up spe

Re: [PATCH 2/2] drm: add support for private planes

2012-01-05 Thread Jesse Barnes
Ok no problem. I think Keith just queued up the i915 bits, but I don't think they've made their way to Dave yet. Jesse On Wed, 4 Jan 2012 22:55:31 -0600 Rob Clark wrote: > note: looks like I need to rebase this patch after exynos drm driver > was pulled to drm-next.. if there are some other co

Re: [PATCH] drm: introduce drm_can_sleep and use in intel/radeon drivers.

2012-01-05 Thread Daniel Vetter
On Thu, Jan 05, 2012 at 09:57:56AM +, Dave Airlie wrote: > From: Dave Airlie > > So we have a few places where the drm drivers would like to sleep to > be nice to the system, mainly in the modesetting paths, but we also > have two cases were atomic modesetting must take place, panic writing >

Re: [PATCH] drm: introduce drm_can_sleep and use in intel/radeon drivers.

2012-01-05 Thread Chris Wilson
On Thu, 5 Jan 2012 17:00:52 +0100, Daniel Vetter wrote: > If MSLEEP is indeed unused, I think it should just die - we have way too > much yelling cruft from dri1 yonder lying around that hides important > details like this. Otherwise It was used, they just happened to all be redundant or mispelli

[RFC] drm: implement DRM_IOCTL_MODE_SETROTATION

2012-01-05 Thread przanoni
From: Paulo Zanoni This ioctl is used to signal the drivers that the screen is rotated, not to make the drivers rotate the screen. - add a driver-specific "rotation_set" function - implement Intel's rotation_set by setting the right values to the PIPECONF registers. The idea is that when us

Re: [RFC] drm: implement DRM_IOCTL_MODE_SETROTATION

2012-01-05 Thread Daniel Vetter
On Thu, Jan 05, 2012 at 02:16:23PM -0200, przan...@gmail.com wrote: > From: Paulo Zanoni > > This ioctl is used to signal the drivers that the screen is rotated, > not to make the drivers rotate the screen. > - add a driver-specific "rotation_set" function > - implement Intel's rotation_set by

Re: [RFC] drm: implement DRM_IOCTL_MODE_SETROTATION

2012-01-05 Thread Paulo Zanoni
Hi 2012/1/5 Daniel Vetter : > - Please post at least a link to the userspace patches, so that it's >  possible to check how this all fits together libdrm: http://people.freedesktop.org/~pzanoni/0001-Implement-drmModeCrtcSetRotation.patch xf86-video-intel: http://people.freedesktop.org/~pzanoni/0

Re: [RFC] drm: implement DRM_IOCTL_MODE_SETROTATION

2012-01-05 Thread Jakob Bornecrantz
- Original Message - > From: Paulo Zanoni > > This ioctl is used to signal the drivers that the screen is rotated, > not to make the drivers rotate the screen. > - add a driver-specific "rotation_set" function > - implement Intel's rotation_set by setting the right values to the >PI

Re: [RFC] drm: implement DRM_IOCTL_MODE_SETROTATION

2012-01-05 Thread Chris Wilson
On Thu, 5 Jan 2012 14:16:23 -0200, przan...@gmail.com wrote: > From: Paulo Zanoni > > This ioctl is used to signal the drivers that the screen is rotated, > not to make the drivers rotate the screen. > - add a driver-specific "rotation_set" function > - implement Intel's rotation_set by settin

[Bug 44466] Assertion 'LLVMOffsetOfElement' when running Furmark with wine

2012-01-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44466 Michel Dänzer changed: What|Removed |Added AssignedTo|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop.

[PATCH] radeon: Fix disabling PCI bus mastering on big endian hosts.

2012-01-05 Thread Michel Dänzer
From: Michel Dänzer It would previously write basically random bits to PCI configuration space... Not very surprising that the GPU tended to stop responding completely. The resulting MCE even froze the whole machine sometimes. Now resetting the GPU after a lockup has at least a fighting chance o

Re: [PATCH] radeon: Fix disabling PCI bus mastering on big endian hosts.

2012-01-05 Thread Alex Deucher
2012/1/5 Michel Dänzer : > From: Michel Dänzer > > It would previously write basically random bits to PCI configuration space... > Not very surprising that the GPU tended to stop responding completely. The > resulting MCE even froze the whole machine sometimes. > > Now resetting the GPU after a lo

Re: [Intel-gfx] [PULL] drm-intel-next

2012-01-05 Thread Ben Widawsky
On 01/05/2012 07:24 AM, Daniel Vetter wrote: On Wed, Jan 04, 2012 at 07:35:41PM -0800, Keith Packard wrote: Here are the rest of the 3.3 pending changes. This has a bunch of small bug fixes and overlay plane support for i915. The following changes since commit 7a7e8734ac3235efafd34819b27fbdf5

[Bug 44499] New: r280 and xbmc - choppy menu and video playback

2012-01-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44499 Bug #: 44499 Summary: r280 and xbmc - choppy menu and video playback Classification: Unclassified Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All)

[Bug 44499] r280 and xbmc - choppy menu and video playback

2012-01-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44499 --- Comment #1 from Alex Deucher 2012-01-05 10:01:47 PST --- Please attach your xorg log, dmesg output, and glxinfo output. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Bug 44499] r280 and xbmc - choppy menu and video playback

2012-01-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44499 --- Comment #2 from Alex Deucher 2012-01-05 10:02:38 PST --- Does disabling ColorTiling fix the problem? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the

Re: [Intel-gfx] [PULL] drm-intel-next

2012-01-05 Thread Jesse Barnes
On Thu, 5 Jan 2012 16:24:08 +0100 Daniel Vetter wrote: > I'd also like to express my frustration with the general -next process for > drm/i915: > - This drm-intel-next tree is less than 24h ours old (if you look at when > it showed up at an official place where both our QA and the community >

[Bug 44499] r280 and xbmc - choppy menu and video playback

2012-01-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44499 --- Comment #3 from smoki 2012-01-05 10:25:25 PST --- Created attachment 55178 --> https://bugs.freedesktop.org/attachment.cgi?id=55178 dmesg log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are recei

Re: [PATCH 3/3] Revert "drm/ttm: callback move_notify any time bo placement change v4"

2012-01-05 Thread Jerome Glisse
On Wed, Jan 04, 2012 at 04:35:16PM -0500, Konrad Rzeszutek Wilk wrote: > This reverts commit 5c2680ddbe14b24771d24841dd66881f90d3d740 otherwise > when we unbind the device we get this: > sh-4.1# echo ":00:0d.0" > unbind > BUG: unable to handle kernel NULL pointer dereference at (null

[Bug 44499] r280 and xbmc - choppy menu and video playback

2012-01-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44499 --- Comment #4 from smoki 2012-01-05 10:26:10 PST --- Created attachment 55179 --> https://bugs.freedesktop.org/attachment.cgi?id=55179 xorg log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiv

[PATCH] drm/nouveau: fix ttm move notify callback

2012-01-05 Thread j . glisse
From: Jerome Glisse ttm might call the move notify with null new mem placement, properly handle this case inside nouveau move notify callback. Signed-off-by: Jerome Glisse --- drivers/gpu/drm/nouveau/nouveau_bo.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dri

[Bug 44499] r280 and xbmc - choppy menu and video playback

2012-01-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44499 --- Comment #5 from smoki 2012-01-05 10:28:45 PST --- Disabled color tiling - problem stays. Blender 2.61 is the best example for slowness - someone could tried it. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Bug 44499] r280 and xbmc - choppy menu and video playback

2012-01-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44499 --- Comment #6 from smoki 2012-01-05 10:35:36 PST --- Created attachment 55180 --> https://bugs.freedesktop.org/attachment.cgi?id=55180 glxinfo log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are rec

Re: [PATCH] fixes to drm-next - TTM DMA code (v1)

2012-01-05 Thread Jerome Glisse
On Tue, Dec 13, 2011 at 11:40:31AM -0500, Konrad Rzeszutek Wilk wrote: > On Tue, Dec 13, 2011 at 05:23:30PM +0100, Thomas Hellstrom wrote: > > On 12/13/2011 05:07 PM, Jerome Glisse wrote: > > >On Mon, Dec 12, 2011 at 03:09:26PM -0500, Konrad Rzeszutek Wilk wrote: > > >>Jerome pointed me to some acc

Re: [REGRESSION] i915 KMS dual head broken on DELL latitude E6420 in 3.1-rc*

2012-01-05 Thread Samuel Thibault
Samuel Thibault, le Thu 05 Jan 2012 03:16:46 +0100, a écrit : > Samuel Thibault, le Fri 16 Sep 2011 18:30:50 +0200, a écrit : > > Keith Packard, le Thu 15 Sep 2011 09:22:48 -0500, a écrit : > > > On Thu, 15 Sep 2011 10:12:59 +0200, Samuel Thibault > > > wrote: > > > > > > > At home only. At work

[PATCH 0/3] drm/omap: updates for addfb2 and plane support

2012-01-05 Thread Rob Clark
From: Rob Clark The first patch updates omapdrm for API changes introduced when addfb2 support (for multi-planar fb's) was added (in drm-next). The next patch adds drm plane (overlay) support, with CRTCs using private plane objects to avoid code duplication between the CRTC and plane. (This dep

[PATCH 1/3] drm/omap: drm API update: addfb2

2012-01-05 Thread Rob Clark
From: Rob Clark Update to reflect changes in: "drm: add an fb creation ioctl that takes a pixel format v5" Signed-off-by: Rob Clark --- drivers/staging/omapdrm/omap_drv.h | 30 +- drivers/staging/omapdrm/omap_fb.c| 103 ++ drivers/staging/omapdr

[PATCH 2/3] drm/omap: add drm_plane support

2012-01-05 Thread Rob Clark
From: Rob Clark Because framebuffer layer and overlay scanout video pipes are basically thing in OMAP display subsystem (the only difference being that the first video pipe does not support scaling or YUV formats), much of the CRTC code is pulled into the plane implementation, and a private plane

[PATCH 3/3] drm/omap: multiplanar and YUV support

2012-01-05 Thread Rob Clark
From: Rob Clark Add support in framebuffer objects for other color formats and multi- planar YUV (NV12). Since this requires changing the API between the plane and fb for getting scanout information (paddr, etc), take advantage of the opportunity and put in place a way to allow fb's to be unpinn

[Bug 35460] [855GM] Corruptions with linux-2.6.38 & xf-video-intel-2.14.901

2012-01-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35460 --- Comment #18 from Bruno 2012-01-05 13:41:16 PST --- (In reply to comment #17) > No, we don't buffer cursors. A single cursor bo is updated every time its > image > changes. (Whilst possible, I don't it is an interesting optimisation to cache

[Bug 41756] [wine] Alpha Prime crashes in u_upload_data

2012-01-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41756 --- Comment #2 from Sven Arvidsson 2012-01-05 13:44:10 PST --- Game no longer crashes with latest git, but there's rendering errors if the override isn't used. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- Y

Re: [PATCH] drm/nouveau: fix ttm move notify callback

2012-01-05 Thread Ben Skeggs
On Thu, 2012-01-05 at 13:31 -0500, j.gli...@gmail.com wrote: > From: Jerome Glisse > > ttm might call the move notify with null new mem placement, > properly handle this case inside nouveau move notify callback. This has been fixed already in a -next tree I sent to Dave. Ben. > > Signed-off-by:

Re: [PATCH] drm/nouveau: fix ttm move notify callback

2012-01-05 Thread Konrad Rzeszutek Wilk
On Thu, Jan 05, 2012 at 01:31:55PM -0500, j.gli...@gmail.com wrote: > From: Jerome Glisse > > ttm might call the move notify with null new mem placement, > properly handle this case inside nouveau move notify callback. Let me give this a spin tonight on both PCIe and AGP hardware. Um, were you

Re: [PATCH] drm/nouveau: fix ttm move notify callback

2012-01-05 Thread Jerome Glisse
On Thu, Jan 5, 2012 at 4:48 PM, Konrad Rzeszutek Wilk wrote: > On Thu, Jan 05, 2012 at 01:31:55PM -0500, j.gli...@gmail.com wrote: >> From: Jerome Glisse >> >> ttm might call the move notify with null new mem placement, >> properly handle this case inside nouveau move notify callback. > > Let me

[Bug 37724] r300g with HyperZ/Z compression: occlusion queries are messed up in ut2004 (regression, bisected)

2012-01-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37724 Pavel Ondračka changed: What|Removed |Added CC||pavel.ondra...@email.cz --- Comment #10

[Bug 37724] r300g with HyperZ/Z compression: occlusion queries are messed up in ut2004 (regression, bisected)

2012-01-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37724 --- Comment #11 from Marek Olšák 2012-01-05 15:14:59 PST --- The problematic commit fixes occlusion queries for some cases, so I'm sorry but I can't revert it just because it breaks an optimization which is not even enabled by default. I can take

[Bug 37724] r300g with HyperZ/Z compression: occlusion queries are messed up in ut2004 (regression, bisected)

2012-01-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37724 --- Comment #12 from Pavel Ondračka 2012-01-05 15:54:31 PST --- (In reply to comment #11) > The problematic commit fixes occlusion queries for some cases, so I'm sorry > but > I can't revert it just because it breaks an optimization which is no

[Bug 37724] r300g with HyperZ/Z compression: occlusion queries are messed up in ut2004 (regression, bisected)

2012-01-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37724 --- Comment #13 from Marek Olšák 2012-01-05 16:03:28 UTC --- I am sure bug 35095 also affects r500. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assi

[Bug 37724] r300g with HyperZ/Z compression: occlusion queries are messed up in ut2004 (regression, bisected)

2012-01-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37724 --- Comment #14 from Marek Olšák 2012-01-05 16:18:14 PST --- Well maybe not, I am not sure. I recall there was another bug with HiZ, which could be triggered by changing the depth function. The workaround was to flush the zbuffer cache when the

[Bug 43829] Resuming my AMD A4-300 based laptop leaves the screen black

2012-01-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43829 --- Comment #1 from Joshua Roys 2012-01-05 17:21:16 PST --- Created attachment 55194 --> https://bugs.freedesktop.org/attachment.cgi?id=55194 difference of `radeontool regmatch \*` from before and after suspend HP G4-1215DX with an A4-3300 APU

[Bug 43829] Resuming my AMD A4-3300 based laptop leaves the screen black

2012-01-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43829 Joshua Roys changed: What|Removed |Added Summary|Resuming my AMD A4-300 |Resuming my AMD A4-3300

Re: merge window closed

2012-01-05 Thread Konrad Rzeszutek Wilk
On Thu, Jan 05, 2012 at 10:48:10AM +, Dave Airlie wrote: > Hi > > So Linus has released, so really whats in -next is really it > > I've two things outstanding, > the TTM/AGP fixes, from Jerome/Konrad, guys please cross-review asap, OK, so the two I posted: drm/ttm/dma: Fix accounting error

Re: TTM and AGP conflicts

2012-01-05 Thread Konrad Rzeszutek Wilk
On Tue, Jan 03, 2012 at 05:59:33PM -0500, Konrad Rzeszutek Wilk wrote: > On Tue, Jan 03, 2012 at 05:43:40PM -0500, Jerome Glisse wrote: > > On Fri, Dec 23, 2011 at 01:19:43AM +, James Simmons wrote: > > > > > > > > Hi! > > > > > > > > > >        I updated the openchrome tree and while testing

[PATCH] drm/radeon/kms: add support for streamout

2012-01-05 Thread Marek Olšák
People can start using transform feedback on r6xx with this. Strict CS checking will be implemented later. Signed-off-by: Marek Olšák --- drivers/gpu/drm/radeon/evergreen_cs.c | 104 +++-- drivers/gpu/drm/radeon/evergreend.h | 10 +++ drivers/gpu/drm/radeon/

Re: [RFC] drm: implement DRM_IOCTL_MODE_SETROTATION

2012-01-05 Thread Eric Anholt
On Thu, 5 Jan 2012 14:16:23 -0200, przan...@gmail.com wrote: > From: Paulo Zanoni > > This ioctl is used to signal the drivers that the screen is rotated, > not to make the drivers rotate the screen. > - add a driver-specific "rotation_set" function > - implement Intel's rotation_set by settin

[PATCH 2/3] drm/radeon/kms: Add support for multi-ring sync in CS ioctl (v2)

2012-01-05 Thread alexdeucher
From: Christian König Use semaphores to sync buffers across rings in the CS ioctl. Add a reloc flag to allow userspace to skip sync for buffers. agd5f: port to latest CS ioctl changes. v2: add ring lock/unlock to make sure changes hit the ring. Signed-off-by: Christian König Signed-off-by: A

[PATCH 3/3] drm/radeon/kms: sync across multiple rings when doing bo moves v3

2012-01-05 Thread alexdeucher
From: Alex Deucher We need to synchronize across rings when doing a bo move to make sure we the buffer is idle if it's in use by a different ring than the ring doing the move. v2: fix fence setup for bo moves v3: add missing ring lock/unlock Signed-off-by: Alex Deucher --- drivers/gpu/drm/ra

Re: [PATCH] drm/radeon/kms: add support for streamout

2012-01-05 Thread Alex Deucher
On Thu, Jan 5, 2012 at 9:30 PM, Marek Olšák wrote: > People can start using transform feedback on r6xx with this. > > Strict CS checking will be implemented later. > > Signed-off-by: Marek Olšák > --- >  drivers/gpu/drm/radeon/evergreen_cs.c     |  104 > +++-- >  drivers/

Re: [PATCH] drm/radeon/kms: clean up CS flags chunk processing

2012-01-05 Thread Alex Deucher
On Thu, Jan 5, 2012 at 5:08 AM, Dave Airlie wrote: > Can you rebase this onto -next, I've no idea what it applies against. You can skip this. I just rolled it into the VM patch. Alex > > Dave. > >> Signed-off-by: Alex Deucher >> --- >>  drivers/gpu/drm/radeon/radeon_cs.c |    7 +++ >>  1

[REGRESSION] i915 KMS dual head broken on DELL latitude E6420 in 3.1-rc*

2012-01-05 Thread Samuel Thibault
Samuel Thibault, le Fri 16 Sep 2011 18:30:50 +0200, a ?crit : > Keith Packard, le Thu 15 Sep 2011 09:22:48 -0500, a ?crit : > > On Thu, 15 Sep 2011 10:12:59 +0200, Samuel Thibault > ens-lyon.org> wrote: > > > > > At home only. At work, with a different VGA screen, I'm still getting > > > the issu

[Bug 41265] KMS does not work on Radeon HD6700M

2012-01-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41265 --- Comment #8 from gyhor at gmx.de 2012-01-05 01:58:26 PST --- I can confirm that. My Setup is a Sony VPC-Z21 (detail: VPCZ21C5321B) with the external PMD-Station. The network, usb, diskrive are working. Only the graphic card refuses to get to wo

[PATCH] drm: introduce drm_can_sleep and use in intel/radeon drivers.

2012-01-05 Thread Dave Airlie
From: Dave Airlie So we have a few places where the drm drivers would like to sleep to be nice to the system, mainly in the modesetting paths, but we also have two cases were atomic modesetting must take place, panic writing and kernel debugger. So provide a central inline to determine if a sleep

[PATCH] drm/radeon/kms: clean up CS flags chunk processing

2012-01-05 Thread Dave Airlie
Can you rebase this onto -next, I've no idea what it applies against. Dave. > Signed-off-by: Alex Deucher > --- > ?drivers/gpu/drm/radeon/radeon_cs.c | ? ?7 +++ > ?1 files changed, 3 insertions(+), 4 deletions(-) > > diff --git a/drivers/gpu/drm/radeon/radeon_cs.c > b/drivers/gpu/drm/radeon

[PATCH] drm: introduce drm_can_sleep and use in intel/radeon drivers.

2012-01-05 Thread Michel Dänzer
On Don, 2012-01-05 at 09:57 +, Dave Airlie wrote: > From: Dave Airlie > > So we have a few places where the drm drivers would like to sleep to > be nice to the system, mainly in the modesetting paths, but we also > have two cases were atomic modesetting must take place, panic writing > and k

[Bug 41265] KMS does not work on Radeon HD6700M

2012-01-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41265 --- Comment #9 from gyhor at gmx.de 2012-01-05 02:14:29 PST --- On this Site http://www.notebookcheck.net/Review-Sony-Vaio-VPC-Z21Q9E-B-Subnotebook.61141.0.html the author is mentioning that the ati card (they say it is a "HD 6650M") is controlled

merge window closed

2012-01-05 Thread Dave Airlie
Hi So Linus has released, so really whats in -next is really it I've two things outstanding, the TTM/AGP fixes, from Jerome/Konrad, guys please cross-review asap, I'm not sure there isn't some speed regressions in there, hopefully some more digging can be done. dma_buf, I'll probably send this vi

[PATCH] agp: Fix multi-line warning message whitespace

2012-01-05 Thread Tormod Volden
Hi Dave, Can you pick up this, or do I have to reroll the patch with the R-B? Cheers, Tormod On Sun, Nov 6, 2011 at 4:35 PM, Corbin Simpson wrote: > FWIW, Reviewed-by: Corbin Simpson > > Sending from a mobile, pardon my terseness. ~ C. > > On Nov 6, 2011 7:04 AM, "Tormod Volden" wrote: >> >>

[Bug 29658] Crash when starting "spring rts" the system freeze: /usr/lib/dri/r600_dri.so(radeon_bo_legacy_validate+0x483)

2012-01-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29658 Alex Deucher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[PULL] drm-intel-next

2012-01-05 Thread Daniel Vetter
On Wed, Jan 04, 2012 at 07:35:41PM -0800, Keith Packard wrote: > > Here are the rest of the 3.3 pending changes. > > This has a bunch of small bug fixes and overlay plane support for i915. > > The following changes since commit 7a7e8734ac3235efafd34819b27fbdf5417e6d60: > > Merge branch 'drm-r

[PATCH 1/3] drm/ttm/dma: Only call set_pages_array_wb when the page is not in WB pool.

2012-01-05 Thread Jerome Glisse
On Wed, Jan 04, 2012 at 04:35:14PM -0500, Konrad Rzeszutek Wilk wrote: > Otherwise we are doing redundant work. Especially since the 'unbind' > and 'unpopulate' have been merged and nouveau driver ends up calling > it quite excessivly. On a GeForce 8600 GT with Gnome Shell (GNOME 3) > we end up spe

[PATCH 2/2] drm: add support for private planes

2012-01-05 Thread Jesse Barnes
le_crtcs, > > ? ? ? ? ? ? ? ? ? ? ? ? ?const struct drm_plane_funcs *funcs, > > - ? ? ? ? ? ? ? ? ? ? ? ? uint32_t *formats, uint32_t format_count); > > + ? ? ? ? ? ? ? ? ? ? ? ? const uint32_t *formats, uint32_t format_count, > > + ? ? ? ? ? ? ? ? ? ? ? ? bool private); > > ?extern void drm_plane_cleanup(struct drm_plane *plane); > > > > ?extern void drm_encoder_cleanup(struct drm_encoder *encoder); > > -- > > 1.7.5.4 > > > -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120105/498ffe7a/attachment.pgp>

[PATCH] drm: introduce drm_can_sleep and use in intel/radeon drivers.

2012-01-05 Thread Daniel Vetter
On Thu, Jan 05, 2012 at 09:57:56AM +, Dave Airlie wrote: > From: Dave Airlie > > So we have a few places where the drm drivers would like to sleep to > be nice to the system, mainly in the modesetting paths, but we also > have two cases were atomic modesetting must take place, panic writing >

[PATCH] drm: introduce drm_can_sleep and use in intel/radeon drivers.

2012-01-05 Thread Chris Wilson
On Thu, 5 Jan 2012 17:00:52 +0100, Daniel Vetter wrote: > If MSLEEP is indeed unused, I think it should just die - we have way too > much yelling cruft from dri1 yonder lying around that hides important > details like this. Otherwise It was used, they just happened to all be redundant or mispelli

[RFC] drm: implement DRM_IOCTL_MODE_SETROTATION

2012-01-05 Thread przan...@gmail.com
From: Paulo Zanoni This ioctl is used to signal the drivers that the screen is rotated, not to make the drivers rotate the screen. - add a driver-specific "rotation_set" function - implement Intel's rotation_set by setting the right values to the PIPECONF registers. The idea is that when us

[RFC] drm: implement DRM_IOCTL_MODE_SETROTATION

2012-01-05 Thread Daniel Vetter
On Thu, Jan 05, 2012 at 02:16:23PM -0200, przanoni at gmail.com wrote: > From: Paulo Zanoni > > This ioctl is used to signal the drivers that the screen is rotated, > not to make the drivers rotate the screen. > - add a driver-specific "rotation_set" function > - implement Intel's rotation_set

[RFC] drm: implement DRM_IOCTL_MODE_SETROTATION

2012-01-05 Thread Paulo Zanoni
Hi 2012/1/5 Daniel Vetter : > - Please post at least a link to the userspace patches, so that it's > ?possible to check how this all fits together libdrm: http://people.freedesktop.org/~pzanoni/0001-Implement-drmModeCrtcSetRotation.patch xf86-video-intel: http://people.freedesktop.org/~pzanoni/0

[RFC] drm: implement DRM_IOCTL_MODE_SETROTATION

2012-01-05 Thread Jakob Bornecrantz
- Original Message - > From: Paulo Zanoni > > This ioctl is used to signal the drivers that the screen is rotated, > not to make the drivers rotate the screen. > - add a driver-specific "rotation_set" function > - implement Intel's rotation_set by setting the right values to the >PI

[RFC] drm: implement DRM_IOCTL_MODE_SETROTATION

2012-01-05 Thread Chris Wilson
On Thu, 5 Jan 2012 14:16:23 -0200, przanoni at gmail.com wrote: > From: Paulo Zanoni > > This ioctl is used to signal the drivers that the screen is rotated, > not to make the drivers rotate the screen. > - add a driver-specific "rotation_set" function > - implement Intel's rotation_set by set

[Bug 44466] Assertion 'LLVMOffsetOfElement' when running Furmark with wine

2012-01-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=44466 Michel D?nzer changed: What|Removed |Added AssignedTo|dri-devel at lists.freedesktop |mesa-dev at lists.freedesktop.

[PATCH] radeon: Fix disabling PCI bus mastering on big endian hosts.

2012-01-05 Thread Michel Dänzer
From: Michel D?nzer It would previously write basically random bits to PCI configuration space... Not very surprising that the GPU tended to stop responding completely. The resulting MCE even froze the whole machine sometimes. Now resetting the GPU after a lockup has at least a fighting chance o

[PATCH] radeon: Fix disabling PCI bus mastering on big endian hosts.

2012-01-05 Thread Alex Deucher
2012/1/5 Michel D?nzer : > From: Michel D?nzer > > It would previously write basically random bits to PCI configuration space... > Not very surprising that the GPU tended to stop responding completely. The > resulting MCE even froze the whole machine sometimes. > > Now resetting the GPU after a lo

[Intel-gfx] [PULL] drm-intel-next

2012-01-05 Thread Ben Widawsky
On 01/05/2012 07:24 AM, Daniel Vetter wrote: > On Wed, Jan 04, 2012 at 07:35:41PM -0800, Keith Packard wrote: >> >> Here are the rest of the 3.3 pending changes. >> >> This has a bunch of small bug fixes and overlay plane support for i915. >> >> The following changes since commit 7a7e8734ac3235efaf

[Bug 44499] New: r280 and xbmc - choppy menu and video playback

2012-01-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=44499 Bug #: 44499 Summary: r280 and xbmc - choppy menu and video playback Classification: Unclassified Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All)

[Bug 44499] r280 and xbmc - choppy menu and video playback

2012-01-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=44499 --- Comment #1 from Alex Deucher 2012-01-05 10:01:47 PST --- Please attach your xorg log, dmesg output, and glxinfo output. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Bug 44499] r280 and xbmc - choppy menu and video playback

2012-01-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=44499 --- Comment #2 from Alex Deucher 2012-01-05 10:02:38 PST --- Does disabling ColorTiling fix the problem? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are th

[Intel-gfx] [PULL] drm-intel-next

2012-01-05 Thread Jesse Barnes
nes, Intel Open Source Technology Center -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120105/49321f97/attachment.pgp>

[Bug 44499] r280 and xbmc - choppy menu and video playback

2012-01-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=44499 --- Comment #3 from smoki 2012-01-05 10:25:25 PST --- Created attachment 55178 --> https://bugs.freedesktop.org/attachment.cgi?id=55178 dmesg log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are recei

[PATCH 3/3] Revert "drm/ttm: callback move_notify any time bo placement change v4"

2012-01-05 Thread Jerome Glisse
On Wed, Jan 04, 2012 at 04:35:16PM -0500, Konrad Rzeszutek Wilk wrote: > This reverts commit 5c2680ddbe14b24771d24841dd66881f90d3d740 otherwise > when we unbind the device we get this: > sh-4.1# echo ":00:0d.0" > unbind > BUG: unable to handle kernel NULL pointer dereference at (null

[Bug 44499] r280 and xbmc - choppy menu and video playback

2012-01-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=44499 --- Comment #4 from smoki 2012-01-05 10:26:10 PST --- Created attachment 55179 --> https://bugs.freedesktop.org/attachment.cgi?id=55179 xorg log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiv

[PATCH] drm/nouveau: fix ttm move notify callback

2012-01-05 Thread j.gli...@gmail.com
From: Jerome Glisse ttm might call the move notify with null new mem placement, properly handle this case inside nouveau move notify callback. Signed-off-by: Jerome Glisse --- drivers/gpu/drm/nouveau/nouveau_bo.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dri

[Bug 44499] r280 and xbmc - choppy menu and video playback

2012-01-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=44499 --- Comment #5 from smoki 2012-01-05 10:28:45 PST --- Disabled color tiling - problem stays. Blender 2.61 is the best example for slowness - someone could tried it. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Bug 44499] r280 and xbmc - choppy menu and video playback

2012-01-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=44499 --- Comment #6 from smoki 2012-01-05 10:35:36 PST --- Created attachment 55180 --> https://bugs.freedesktop.org/attachment.cgi?id=55180 glxinfo log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are rec

[PATCH] fixes to drm-next - TTM DMA code (v1)

2012-01-05 Thread Jerome Glisse
On Tue, Dec 13, 2011 at 11:40:31AM -0500, Konrad Rzeszutek Wilk wrote: > On Tue, Dec 13, 2011 at 05:23:30PM +0100, Thomas Hellstrom wrote: > > On 12/13/2011 05:07 PM, Jerome Glisse wrote: > > >On Mon, Dec 12, 2011 at 03:09:26PM -0500, Konrad Rzeszutek Wilk wrote: > > >>Jerome pointed me to some acc

[REGRESSION] i915 KMS dual head broken on DELL latitude E6420 in 3.1-rc*

2012-01-05 Thread Samuel Thibault
Samuel Thibault, le Thu 05 Jan 2012 03:16:46 +0100, a ?crit : > Samuel Thibault, le Fri 16 Sep 2011 18:30:50 +0200, a ?crit : > > Keith Packard, le Thu 15 Sep 2011 09:22:48 -0500, a ?crit : > > > On Thu, 15 Sep 2011 10:12:59 +0200, Samuel Thibault > > ens-lyon.org> wrote: > > > > > > > At home on

[PATCH 0/3] drm/omap: updates for addfb2 and plane support

2012-01-05 Thread Rob Clark
From: Rob Clark The first patch updates omapdrm for API changes introduced when addfb2 support (for multi-planar fb's) was added (in drm-next). The next patch adds drm plane (overlay) support, with CRTCs using private plane objects to avoid code duplication between the CRTC and plane. (This dep

[PATCH 1/3] drm/omap: drm API update: addfb2

2012-01-05 Thread Rob Clark
From: Rob Clark Update to reflect changes in: "drm: add an fb creation ioctl that takes a pixel format v5" Signed-off-by: Rob Clark --- drivers/staging/omapdrm/omap_drv.h | 30 +- drivers/staging/omapdrm/omap_fb.c| 103 ++ drivers/staging/omapdr

[PATCH 2/3] drm/omap: add drm_plane support

2012-01-05 Thread Rob Clark
From: Rob Clark Because framebuffer layer and overlay scanout video pipes are basically thing in OMAP display subsystem (the only difference being that the first video pipe does not support scaling or YUV formats), much of the CRTC code is pulled into the plane implementation, and a private plane

[PATCH 3/3] drm/omap: multiplanar and YUV support

2012-01-05 Thread Rob Clark
From: Rob Clark Add support in framebuffer objects for other color formats and multi- planar YUV (NV12). Since this requires changing the API between the plane and fb for getting scanout information (paddr, etc), take advantage of the opportunity and put in place a way to allow fb's to be unpinn

[Bug 35460] [855GM] Corruptions with linux-2.6.38 & xf-video-intel-2.14.901

2012-01-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=35460 --- Comment #18 from Bruno 2012-01-05 13:41:16 PST --- (In reply to comment #17) > No, we don't buffer cursors. A single cursor bo is updated every time its > image > changes. (Whilst possible, I don't it is an interesting optimisation to cache

[Bug 41756] [wine] Alpha Prime crashes in u_upload_data

2012-01-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41756 --- Comment #2 from Sven Arvidsson 2012-01-05 13:44:10 PST --- Game no longer crashes with latest git, but there's rendering errors if the override isn't used. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- Y

[PATCH] drm/nouveau: fix ttm move notify callback

2012-01-05 Thread Konrad Rzeszutek Wilk
On Thu, Jan 05, 2012 at 01:31:55PM -0500, j.glisse at gmail.com wrote: > From: Jerome Glisse > > ttm might call the move notify with null new mem placement, > properly handle this case inside nouveau move notify callback. Let me give this a spin tonight on both PCIe and AGP hardware. Um, were y

  1   2   >