Re: [PATCH] fix typo in define: engine - memory

2009-12-02 Thread Rafał Miłecki
W dniu 4 listopada 2009 23:38 użytkownik Rafał Miłecki zaj...@gmail.com napisał: Copypaste typo probably. On top of my [PATCH] drm/radeon/kms: add debugfs for power management for AtomBIOS devices. ping -- Rafał --

Re: [PATCH] drm/radeon/kms/pm: fix typos

2009-12-02 Thread Rafał Miłecki
W dniu 6 listopada 2009 11:39 użytkownik Rafał Miłecki zaj...@gmail.com napisał: Painless, just little confusing. Unit mistake reported by taiu. ping -- Rafał -- Join us December 9, 2009 for the Red Hat Virtual

Re: [PATCH] drm/radeon/kms: fix ring info in debugfs on r600+

2009-12-02 Thread Rafał Miłecki
W dniu 10 listopada 2009 22:34 użytkownik Rafał Miłecki zaj...@gmail.com napisał: Fixes bug http://bugs.freedesktop.org/show_bug.cgi?id=24837 Ack from glisse on IRC ping -- Rafał -- Join us December 9, 2009 for the

Re: radeon fence object allocation and free frequently

2009-12-02 Thread Thomas Hellström
Jerome Glisse wrote: On Thu, 2009-11-19 at 16:29 +0800, Donnie Fang wrote: Hi all, after reviewed the radeon fence scheme, there are lots of chances that it needs create a new fence object, and also there are lots of chances need to destroy these fence objects. In my opinion, is

Re: 945GM crash

2009-12-02 Thread Chris Wilson
On Wed, 02 Dec 2009 00:17:06 +, Svilen krustev.svi...@googlemail.com wrote: Hi guys, A bug reported initially here (Fedora 12) https://bugzilla.redhat.com/show_bug.cgi?id=541879 You can see from the bug reports that it involves Mesa DRI Intel(R) 945GM GEM 20090712 2009Q2 RC3 driver.

Re: [PATCH 1/3] drm/ttm: Add range validation function

2009-12-02 Thread Thomas Hellström
Jerome, Please see comments inline. Jerome Glisse wrote: Add a function to validate buffer in a given range of memory. This is needed by some hw for some of their buffer (scanout buffer, cursor ...). Signed-off-by: Jerome Glisse jgli...@redhat.com --- drivers/gpu/drm/ttm/ttm_bo.c|

Re: PROBLEM: radeon, kernel = 2.6.32-rc6-git5, any mode switch on MacBookPro2, 2 is delayed by 130 seconds of black screen

2009-12-02 Thread Viktor Malyarchuk
Hi Alex, I bisected drm-next branch from Dave's git tree git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git . The result is: ebbe1cb936dfc96d809ccf4d64a9755f8ba0c0ff is the first bad commit commit ebbe1cb936dfc96d809ccf4d64a9755f8ba0c0ff Author: Alex Deucher alexdeuc...@gmail.com

Re: PROBLEM: radeon, kernel = 2.6.32-rc6-git5, any mode switch on MacBookPro2, 2 is delayed by 130 seconds of black screen

2009-12-02 Thread Viktor Malyarchuk
Revert failed: git revert ebbe1cb936dfc96d809ccf4d64a9755f8ba0c0ff warning: too many files (created: 1954 deleted: 653), skipping inexact rename detection Automatic revert failed. After resolving the conflicts, mark the corrected paths with 'git add paths' or 'git rm paths' and commit the

[Bug 25394] New: [Display port] : Massive corruption observed on changing the resolution on Display port

2009-12-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25394 Summary: [Display port] : Massive corruption observed on changing the resolution on Display port Product: Mesa Version: git Platform: x86 (IA32) OS/Version: other

[Bug 25394] [Display port] : Massive corruption observed on changing the resolution on Display port

2009-12-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25394 --- Comment #1 from samit vats hysv...@gmail.com 2009-12-02 06:20:37 PST --- Created an attachment (id=31658) -- (http://bugs.freedesktop.org/attachment.cgi?id=31658) xorg.conf -- Configure bugmail:

[Bug 25394] [Display port] : Massive corruption observed on changing the resolution on Display port

2009-12-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25394 --- Comment #2 from samit vats hysv...@gmail.com 2009-12-02 06:21:10 PST --- Created an attachment (id=31659) -- (http://bugs.freedesktop.org/attachment.cgi?id=31659) Xorg.log -- Configure bugmail:

[Bug 25394] [Display port] : Massive corruption observed on changing the resolution on Display port

2009-12-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25394 --- Comment #3 from samit vats hysv...@gmail.com 2009-12-02 06:21:45 PST --- Created an attachment (id=31660) -- (http://bugs.freedesktop.org/attachment.cgi?id=31660) lspci -- Configure bugmail:

[Bug 25394] [Display port] : Massive corruption observed on changing the resolution on Display port

2009-12-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25394 --- Comment #4 from samit vats hysv...@gmail.com 2009-12-02 06:22:05 PST --- Created an attachment (id=31661) -- (http://bugs.freedesktop.org/attachment.cgi?id=31661) glxinfo -- Configure bugmail:

[Bug 25383] DRM: R600 packet issues and IRQs disabled?

2009-12-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25383 --- Comment #2 from Darksurf piroisl...@yahoo.com 2009-12-02 07:50:28 PST --- I've already got mesa 7.6 . So do I need 7.7 ? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

[Bug 25394] [Display port] : Massive corruption observed on changing the resolution on Display port

2009-12-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25394 Alex Deucher ag...@yahoo.com changed: What|Removed |Added Attachment #31659|application/octet-stream|text/plain mime

[PATCH] drm: Add compatibility #ifdefs for *BSD

2009-12-02 Thread Kristian Høgsberg
This let's use use the linux drm headers as the canonical source for libdrm on all platforms. Signed-off-by: Kristian Høgsberg k...@bitplanet.net --- This is the patch to sync the linux kernel headers with what's in libdrm now. With this patch upstream, we can copy headers from the kernel into

Re: [PATCH] drm: Add compatibility #ifdefs for *BSD

2009-12-02 Thread Robert Noland
On Wed, 2009-12-02 at 11:36 -0500, Kristian Høgsberg wrote: This let's use use the linux drm headers as the canonical source for libdrm on all platforms. Signed-off-by: Kristian Høgsberg k...@bitplanet.net --- This is the patch to sync the linux kernel headers with what's in libdrm now.

[PATCH] drm/radeon/kms: handle vblanks properly with dpms on avivo chips

2009-12-02 Thread Alex Deucher
From 954230c97fac8fbfc2212024ff9f6c057bf48714 Mon Sep 17 00:00:00 2001 From: Alex Deucher alexdeuc...@gmail.com Date: Wed, 2 Dec 2009 11:46:52 -0500 Subject: [PATCH] drm/radeon/kms: handle vblanks properly with dpms on avivo chips Copied from pre-avivo code. Signed-off-by: Alex Deucher

Re: [PATCH] drm: Add compatibility #ifdefs for *BSD

2009-12-02 Thread Kristian Høgsberg
2009/12/2 Robert Noland rnol...@2hip.net: On Wed, 2009-12-02 at 11:36 -0500, Kristian Høgsberg wrote: This let's use use the linux drm headers as the canonical source for libdrm on all platforms. Signed-off-by: Kristian Høgsberg k...@bitplanet.net --- This is the patch to sync the linux

[PATCH] drm: Add compatibility #ifdefs for *BSD

2009-12-02 Thread Kristian Høgsberg
This let's use use the linux drm headers as the canonical source for libdrm on all platforms. Signed-off-by: Kristian Høgsberg k...@bitplanet.net --- Second try, now with the #defines added to drmP.h that was missing in the first patch. include/drm/drm.h| 29

[Bug 25398] New: DRI not working with HD3870

2009-12-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25398 Summary: DRI not working with HD3870 Product: DRI Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major Priority: medium

[Bug 25398] DRI not working with HD3870

2009-12-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25398 --- Comment #1 from Christopher Schramm freedesk...@shakaweb.org 2009-12-02 09:54:48 PST --- Created an attachment (id=31666) -- (http://bugs.freedesktop.org/attachment.cgi?id=31666) Xorg log with radeonhd from current git -- Configure

[PATCH 0/2] Core drm changes for vmwgfx driver

2009-12-02 Thread Jakob Bornecrantz
Hi everybody Here is a small patch series that adds functionality needed by the vmwgfx driver to core drm. The first patch gives the driver hooks for the drm_[set|drop]_master ioctls. The second adds the framebuffer dirty ioctl. Checkpatch gives 1 error and 2 warnings for the second patch but

[PATCH 1/2] drm: Add support for drm master_[set|drop] callbacks.

2009-12-02 Thread Jakob Bornecrantz
From: Thomas Hellstrom thellst...@vmware.com Signed-off-by: Thomas Hellstrom thellst...@vmware.com Signed-off-by: Jakob Bornecrantz ja...@vmware.com --- drivers/gpu/drm/drm_fops.c | 14 ++ drivers/gpu/drm/drm_stub.c | 11 +++ include/drm/drmP.h |9 + 3

[PATCH 2/2] drm: Add dirty ioctl and property

2009-12-02 Thread Jakob Bornecrantz
This commit adds a ioctl and property to allow userspace to notify the kernel that a framebuffer has changed. Instead of snooping the command stream this allows finer grained tracking of which areas have changed. The primary user for this functionality is virtual hardware like the vmware svga

Re: [PATCH 1/2] drm: Add support for drm master_[set|drop] callbacks.

2009-12-02 Thread Thomas Hellström
Jakob Bornecrantz wrote: From: Thomas Hellstrom thellst...@vmware.com Signed-off-by: Thomas Hellstrom thellst...@vmware.com Signed-off-by: Jakob Bornecrantz ja...@vmware.com --- drivers/gpu/drm/drm_fops.c | 14 ++ drivers/gpu/drm/drm_stub.c | 11 +++

[Bug 25193] kwin corruption with 286bf89e5a1fc931dbf523ded861b809859485e2

2009-12-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25193 Aidan Marks ai...@cisco.com changed: What|Removed |Added Severity|normal |major --- Comment #18

[Bug 25193] kwin corruption with 286bf89e5a1fc931dbf523ded861b809859485e2

2009-12-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25193 --- Comment #19 from Aidan Marks ai...@cisco.com 2009-12-02 12:56:28 PST --- Reverted via e84e9b6eb7727760814ae211c95218bb28a3. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this

[Bug 25193] kwin corruption with 286bf89e5a1fc931dbf523ded861b809859485e2

2009-12-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25193 Rafał Miłecki zaj...@gmail.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 25355] sauerbraten segfaults after 63c00c53a3019b801c5eee8a12f7862422f79f10

2009-12-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25355 --- Comment #1 from Maciej Cencora m.cenc...@gmail.com 2009-12-02 14:10:27 PST --- Created an attachment (id=31685) -- (http://bugs.freedesktop.org/attachment.cgi?id=31685) proposed patch Attached patch should fix the problem. --

[Bug 24150] tv out issues with radeon kms drm-next

2009-12-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24150 --- Comment #11 from Andy Furniss li...@andyfurniss.entadsl.com 2009-12-02 14:48:43 PST --- (In reply to comment #9) You can use xrandr to select the tv standard (NTSC or PAL) however. e.g., xrandr --output DIN --set tv standard pal

[PATCH] vgaarb: use MIT license

2009-12-02 Thread Tiago Vignatti
Signed-off-by: Tiago Vignatti tiago.vigna...@nokia.com --- Hi. I'd please ask that other copyright holders put yours s-o-b tag there. Thanks. drivers/gpu/vga/vgaarb.c | 26 +++--- include/linux/vgaarb.h | 21 + 2 files changed, 44 insertions(+), 3

[PATCH] drm/radeon/kms: tighten the pll range when selecting dividers

2009-12-02 Thread Alex Deucher
The attached kms patch is for testing. Please let me know if it fixes any flickering or blinking problems or causes any. The patch uses the stricter pll_out_min in the bios rather than the less strict limited currently used. This limits the available divider selections except in cases known to

[PATCH] drm/radeon/kms: pll fixes

2009-12-02 Thread Alex Deucher
This is an alternate patch for testing. Please let me know if this patch fixes or causes any blinking or blanking problems. It limits the pll_out_min limit to the limit in the bios and enables fractional feedback dividers on all hardware that supports it. Alex From

drm/*/kms: how to prepare driver for modesetting

2009-12-02 Thread Rafał Miłecki
I need to prepare radeon driver for setting mode and detect disabling display. I have to disable PM and eventually enable it again after mode setting is done (only for single head configuration). My problem is I do not know when modesetting starts and as result can not disable PM reliably. I