Re: [PATCH 1/3] damage: Remove isWindow from the DamageRec

2013-09-11 Thread Alex Deucher
On Wed, Sep 11, 2013 at 5:26 PM, Adam Jackson a...@redhat.com wrote: There's no good reason to waste memory on this, we're already stashing a pointer to the drawable. Signed-off-by: Adam Jackson a...@redhat.com For the series: Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- miext

Re: [PATCH] DMX glxproxy: Don't allocate copy data just to free it unused

2013-09-06 Thread Alex Deucher
loop through it, only doing the allocate copy work for the one buffer we pass back to the client. Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com Reviewed-by: Alex Deucher aleander.deuc...@amd.com --- hw/dmx/glxProxy/glxsingle.c | 30 +- hw/dmx

[PATCH] radeon: pad IB to 8 DWs (v2)

2013-09-06 Thread Alex Deucher
r6xx hardware requires at least 4 dw alignment to work around a hw bug. Align to 8 dw to align with CP fetch sizes on all asics. v2: align to 8 DWs, apply to all asics Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- src/radeon_kms.c | 6 ++ 1 file changed, 6 insertions(+) diff

[PATCH] radeon: pad CS to 8 DW

2013-09-06 Thread Alex Deucher
Aligns the IB to 8 DWs. The aligns the IB to the CP fetch size. r6xx also require at least 4 DW alignment to avoid a hw bug. Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- radeon/radeon_cs_gem.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/radeon/radeon_cs_gem.c b/radeon

[PATCH] radeon: pad IB to 4 DWs on r6xx asics

2013-09-04 Thread Alex Deucher
Works around a hw bug. Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- src/radeon_kms.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/src/radeon_kms.c b/src/radeon_kms.c index 82e88d4..bf44b63 100644 --- a/src/radeon_kms.c +++ b/src/radeon_kms.c @@ -100,6 +100,13 @@ void

Re: [PATCH] Fix shadowfb on big-endian machines

2013-08-22 Thread Alex Deucher
On Sun, Aug 18, 2013 at 10:07 AM, Mark Kettenis mark.kette...@xs4all.nl wrote: For shadowfb, the framebuffer needs to have the RADEON_TILING_SURFACE flag set, otherwise the appropriate byte swapping won't happen. See https://bugs.freedesktop.org/show_bug.cgi?id=3 Signed-off-by: Mark

[PATCH] radeon: disallow glamor on pre-R600 asics

2013-08-20 Thread Alex Deucher
I'm not sure they can handle the shaders properly, especially only older parts like r300. This will avoid display corruption problems reported by people using glamor on older asics by falling back to EXA if they try and enable glamor. Signed-off-by: Alex Deucher alexander.deuc...@amd.com

Re: no HDMI audio, no display with radeon.audio=1

2013-08-06 Thread Alex Deucher
On Sat, Aug 3, 2013 at 4:08 PM, Willem van Asperen wil...@van.asperen.org wrote: Hi All, I am running Archlinux (kernel 3.10.3) with ati driver 1:7.1, on an ASRock E350M1 Mini ITX board that has a Radeon HD 6310 on-board. (From the evergreen family, feature matrix shows DONE at HDMI audio).

Re: [PATCH] xfree86/man: document AutoAddGPU

2013-07-31 Thread Alex Deucher
On Tue, Jul 30, 2013 at 9:35 PM, Dave Airlie airl...@gmail.com wrote: From: Dave Airlie airl...@redhat.com This at least mentions AutoAddGPU and hints at when you might want to disable it. Signed-off-by: Dave Airlie airl...@redhat.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com

Re: [PATCH] EXA/evergreen/ni: replace magic number

2013-07-31 Thread Alex Deucher
Pushed. On Wed, Jul 31, 2013 at 6:01 AM, Grigori Goronzy g...@chown.ath.cx wrote: --- src/evergreen_exa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/evergreen_exa.c b/src/evergreen_exa.c index d8aff6a..5f0e110 100644 --- a/src/evergreen_exa.c +++

Re: [PATCH 4/4] EXA/evergreen/ni: accelerate PictOpOver with component alpha

2013-07-30 Thread Alex Deucher
On Tue, Jul 30, 2013 at 6:55 PM, Grigori Goronzy g...@chown.ath.cx wrote: On 30.07.2013 17:26, Michel Dänzer wrote: Like Roland, I wonder if this trick couldn't be done in EXA instead of in the driver? I don't see how, EXA/XRENDER do not know about constant blend colors or anything like

Re: [RFC PATCH] radeon/kms: Support running nested in a Mir compositor

2013-07-22 Thread Alex Deucher
On Mon, Jul 22, 2013 at 3:30 AM, christopher.halse.rog...@canonical.com wrote: From: Christopher James Halse Rogers r...@ubuntu.com Barring some (admittedly significant) missing optimisations this is reasonably complete, but can't be applied until the Xserver patch has landed, and that needs

Re: 2D performance improvements

2013-07-22 Thread Alex Deucher
of text is rendered. I have done some comparisons with cairo-perf-traces on AMD E-450, which can be found in [1]. Patches look good to me. I also tested briefly on cayman and all seemed well. Reviewed-by: Alex Deucher alexander.deuc...@amd.com Grigori [1] http://i.imgur.com/hED57SD.png

Re: Help? Xinerama with two cards

2013-07-13 Thread Alex Deucher
On Sat, Jul 13, 2013 at 1:02 AM, David Iannucci kbe...@punchcutter.ml1.net wrote: On Fri, Jul 12, 2013, at 3:56, Alex Deucher wrote: At the very least, I would really like to know the truth about (1) whether X.org has never, historically, been able to drive a dual- head setup off of two

Re: Help? Xinerama with two cards

2013-07-12 Thread Alex Deucher
On Fri, Jul 12, 2013 at 6:13 PM, Felix Miata mrma...@earthlink.net wrote: On 2013-07-11 19:04 (GMT-1000) David Iannucci composed: KDE 4.11 has KScreen, which is supposed to provide easy management of multi screen configuration. Trying to go more minimalist, not more bloatist :-) :-) You

Re: [PATCH 1/2] xfree86: fix a memory leak in edidMakeAtom().

2013-07-11 Thread Alex Deucher
Ping? On Mon, Jun 17, 2013 at 12:39 PM, alexdeuc...@gmail.com wrote: From: Leo Liu leo@amd.com leak happens when looping xrandr prop. Signed-off-by: Leo Liu leo@amd.com --- hw/xfree86/common/xf86Helper.c |1 + 1 file changed, 1 insertion(+) diff --git

Re: [PATCH 2/2] xfree86: prune duplicate monitor modes.

2013-07-11 Thread Alex Deucher
ping? On Mon, Jun 17, 2013 at 12:39 PM, alexdeuc...@gmail.com wrote: From: Leo Liu leo@amd.com same monitor modes added causing memory leak when looping xrandr prop. Signed-off-by: Leo Liu leo@amd.com --- hw/xfree86/modes/xf86EdidModes.c | 22 ++ 1 file

Re: [PATCH 1/2] xfree86: fix a memory leak in edidMakeAtom().

2013-07-11 Thread Alex Deucher
On Thu, Jul 11, 2013 at 6:02 PM, Julien Cristau jcris...@debian.org wrote: On Mon, Jun 17, 2013 at 12:39:20 -0400, alexdeuc...@gmail.com wrote: From: Leo Liu leo@amd.com leak happens when looping xrandr prop. Signed-off-by: Leo Liu leo@amd.com --- hw/xfree86/common/xf86Helper.c |

Re: [ANNOUNCE] libdrm 2.4.46

2013-07-03 Thread Alex Deucher
On Wed, Jul 3, 2013 at 3:20 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Dave, On Wednesday 03 July 2013 10:17:34 Dave Airlie wrote: On Wed, Jul 3, 2013 at 9:55 AM, Laurent Pinchart wrote: On Tuesday 02 July 2013 18:22:01 Dave Airlie wrote: -BEGIN PGP SIGNED

Bug#714510: xserver-xorg-video-radeon: Display corrupted after resume on ATI Radeon HD 2400 XT

2013-07-03 Thread Alex Deucher
On Sun, Jun 30, 2013 at 3:59 AM, Tobias Gerdin tobias.ger...@gmail.com wrote: Package: xserver-xorg-video-radeon Version: 1:6.14.4-8 Severity: important Tags: upstream Dear Maintainer, After resuming system after a suspend (to RAM) the display is corrupted. It is still possible to see

Re: [RFC PATCH v2] xfree86: add a -gpu switch to select primary gpu

2013-06-21 Thread Alex Deucher
On Fri, Jun 21, 2013 at 12:54 PM, Alexander E. Patrakov patra...@gmail.com wrote: 2013/6/21 Maarten Lankhorst maarten.lankho...@canonical.com: Op 21-06-13 12:43, Alexander E. Patrakov schreef: 2013/6/21 Maarten Lankhorst maarten.lankho...@canonical.com: For the open source drivers there should

Re: fbdev+xrand: no scaling?

2013-06-14 Thread Alex Deucher
On Fri, Jun 14, 2013 at 7:04 AM, john fulgor johnful...@yahoo.com wrote: Hello all, I need to scale my application output to fit my tablet display. I've tried to randr extension (http://crunchbang.org/forums/viewtopic.php?id=20634) but it does not work. Digging in the code I've found that

Re: fbdev+xrand: no scaling?

2013-06-14 Thread Alex Deucher
software and shadow framebuffer. Alex John Da: Alex Deucher alexdeuc...@gmail.com A: john fulgor johnful...@yahoo.com Cc: xorg-devel@lists.x.org xorg-devel@lists.x.org Inviato: Venerdì 14 Giugno 2013 14:38 Oggetto: Re: fbdev+xrand: no scaling? On Fri, Jun

Re: fbdev+xrand: no scaling?

2013-06-14 Thread Alex Deucher
On Fri, Jun 14, 2013 at 9:12 AM, Alex Deucher alexdeuc...@gmail.com wrote: On Fri, Jun 14, 2013 at 9:07 AM, john fulgor johnful...@yahoo.com wrote: Well, isn't there some trick I can try? Investigate on the linux framebuffer driver? I'm very surprised how it is difficult to get a matrix

Re: [PATCH xf86-video-sunffb] Unbreak when XAA is not present.

2013-06-10 Thread Alex Deucher
On Mon, Jun 10, 2013 at 3:58 PM, Matthieu Herrb matthieu.he...@laas.fr wrote: Turn accel off if loading XAA fails. Signed-off-by: Matthieu Herrb matthieu.he...@laas.fr Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- src/ffb_driver.c | 9 ++--- 1 file changed, 6 insertions

Re: about Xvideo support in glamor

2013-06-04 Thread Alex Deucher
On Tue, Jun 4, 2013 at 3:18 AM, bradpitt hechuanb...@qq.com wrote: I want to ask some questions about Xvideo. 1. What is the difference between overlay video and textured video adaptor? A video overlay is generally part of the display hardware that can mix data from two different surfaces

Re: [PATCH:xf86-video-mach64] Deal with pPict-pDrawable == NULL for source-only pictures.

2013-06-03 Thread Alex Deucher
On Mon, Jun 3, 2013 at 3:37 PM, Matthieu Herrb matthieu.he...@laas.fr wrote: falling back to software rendering for such source pictures (solid/gradient). Signed-off-by: Matthieu Herrb matthieu.he...@laas.fr Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- src/atimach64render.c | 7

Re: Triple monitor, one card; xrandr = xorg.conf

2013-05-29 Thread Alex Deucher
On Wed, May 29, 2013 at 1:20 AM, Nick Urbanik ni...@nicku.org wrote: Dear Alex, Thank you so much for taking the time to make a thoughtful reply. On 29/05/13 00:21 -0400, Alex Deucher wrote: On Sat, May 25, 2013 at 9:00 AM, Nick Urbanik ni...@nicku.org wrote: You can skip the above lines

Re: Triple monitor, one card; xrandr = xorg.conf

2013-05-28 Thread Alex Deucher
On Sat, May 25, 2013 at 9:00 AM, Nick Urbanik ni...@nicku.org wrote: Dear Folks, It is trivially easy to set up three monitors with an ATI 5450 video card. One is plugged into the VGA, the other into the DVI, and the last into the DisplayPort connector. Now I want the display port monitor

Re: How to easily swap the connector order?

2013-05-28 Thread Alex Deucher
From: Ing. Daniel Rozsnyó dan...@rozsnyo.com To: Michel Dänzer mic...@daenzer.net Cc: xorg-driver-ati@lists.x.org Sent: Tuesday, May 28, 2013 1:03 PM Subject: Re: How to easily swap the connector order? On 05/28/2013 06:47 PM, Michel Dänzer wrote: On Die,

Re: black background and HW acceleraed rendering

2013-05-10 Thread Alex Deucher
On Fri, May 10, 2013 at 10:41 AM, Ratin rat...@gmail.com wrote: Hi All, I am using hardware accelerated video rendering on X windows, I want to set the default background color for windows to be black. It seems that every effort of doing that fails, i.e. when the HW accelerated video display

Re: v2: improved swap/MSC-wait scheduling in DPMS-off state

2013-05-09 Thread Alex Deucher
mailing list. Hopefully, this patch series addresses all concerns and problems raised so far. For the series: Reviewed-by: Alex Deucher alexander.deuc...@amd.com thanks, Ilija [1] http://lists.x.org/archives/xorg-driver-ati/2013-April/024649.html [2] http://lists.x.org/archives/xorg

Re: modesetting rotation support

2013-05-02 Thread Alex Deucher
On Thu, May 2, 2013 at 2:57 PM, Stanislav Kogan s.ko...@gmail.com wrote: Hello. I'm trying to use the modesetting driver on top of the gma500_gfx in kernel version 3.4.41 and have problems making the rotation work. I get the message that rotation and reflection isn't supported. Is this a

Re: modesetting rotation support

2013-05-02 Thread Alex Deucher
On Thu, May 2, 2013 at 4:51 PM, Stanislav Kogan s.ko...@gmail.com wrote: Hi. Acceleration is required for rotation at the moment. So, if the KMS drive in question supports acceleration, then the modesetting will be able to do rotation? The ddx needs to support the shadow alloc callbacks and

X.Org Google Summer of Code

2013-05-02 Thread Alex Deucher
Just a reminder to all students and mentors planning to work on an X.Org GSoC project this year, the deadline for applications is tomorrow (May 3rd, 19:00 UTC). If you are a student planning to apply, please submit your application by the deadline. If you are planning to mentor a project and

X.Org Google Summer of Code

2013-05-02 Thread Alex Deucher
Just a reminder to all students and mentors planning to work on an X.Org GSoC project this year, the deadline for applications is tomorrow (May 3rd, 19:00 UTC). If you are a student planning to apply, please submit your application by the deadline. If you are planning to mentor a project and

Re: CentOS, radeon driver, dual monitor, fun (NOT)]

2013-04-26 Thread Alex Deucher
On Fri, Apr 26, 2013 at 10:26 AM, m.r...@5-cent.us wrote: Well, I posted this a week ago. Does *anyone* have any suggestions as to what I need to do with my xorg.conf to get my user back to normal? (And please don't tell me to buy a new card: if you think we can just pop for one, call your

Re: CentOS, radeon driver, dual monitor, fun (NOT)]

2013-04-26 Thread Alex Deucher
On Fri, Apr 26, 2013 at 10:56 AM, m.r...@5-cent.us wrote: Alex Deucher wrote: On Fri, Apr 26, 2013 at 10:26 AM, m.r...@5-cent.us wrote: Well, I posted this a week ago. Does *anyone* have any suggestions as to what I need to do with my xorg.conf to get my user back to normal? snip Did you

Re: CentOS, radeon driver, dual monitor, fun (NOT)]

2013-04-26 Thread Alex Deucher
On Fri, Apr 26, 2013 at 11:24 AM, m.r...@5-cent.us wrote: Alex Deucher wrote: On Fri, Apr 26, 2013 at 10:56 AM, m.r...@5-cent.us wrote: Alex Deucher wrote: On Fri, Apr 26, 2013 at 10:26 AM, m.r...@5-cent.us wrote: Well, I posted this a week ago. Does *anyone* have any suggestions

Re: CentOS, radeon driver, dual monitor, fun (NOT)]

2013-04-26 Thread Alex Deucher
On Fri, Apr 26, 2013 at 2:10 PM, m.r...@5-cent.us wrote: Alex Deucher wrote: On Fri, Apr 26, 2013 at 11:24 AM, m.r...@5-cent.us wrote: Alex Deucher wrote: On Fri, Apr 26, 2013 at 10:56 AM, m.r...@5-cent.us wrote: Alex Deucher wrote: On Fri, Apr 26, 2013 at 10:26 AM, m.r...@5-cent.us

Re: Radeon HD 6620G

2013-04-25 Thread Alex Deucher
On Thu, Apr 25, 2013 at 4:04 PM, James Cobban webmas...@jamescobban.net wrote: I am still looking for a working driver for the Radeon HD 6620G. The AMD driver is extremely limited and fails randomly, and the Xorg driver consistently does not turn the backlight on for my LCD screen on resume.

Re: Atombios table editor: Screen that ONLY supports 1280x800 resolution

2013-04-24 Thread Alex Deucher
You should talk to your oem. The vbios always attempts to set the native timing of the panel if an EDID is available. Note that the standard vesa modes may not include this mode, but the vbios will use the hw scalers to scale from the native mode to whatever vesa mode you are using. Alex On

Re: Atombios table editor: Screen that ONLY supports 1280x800 resolution

2013-04-24 Thread Alex Deucher
EndMode # Block type: 2:0 3:fc # Block type: 2:0 3:fd # Block type: 2:0 3:fe EndSection ps: I have tried also to hack the Max dot clock to 80... with sameresults On Wed, Apr 24, 2013 at 3:25 PM, Alex Deucher alexdeuc...@gmail.com wrote: You should talk to your oem. The vbios always attempts

Re: tv s-video out on RV410 (or R400 in general) revisited

2013-04-18 Thread Alex Deucher
On Thu, Apr 18, 2013 at 11:19 AM, Dennis New denn...@dennisn.dyndns.org wrote: On Mon, 8 Apr 2013 10:02:41 -0400, Alex Deucher wrote: On Fri, Apr 5, 2013 at 5:53 PM, Dennis New denn...@dennisn.dyndns.org wrote: On Sat, 15 May 2010 07:13:53 -0400, Alex Deucher wrote: On Fri, May 14, 2010

Re: Radeon lockup on 3.8.5-201.fc18.x86_64

2013-04-18 Thread Alex Deucher
On Thu, Apr 18, 2013 at 5:11 PM, Andy Lutomirski l...@amacapital.net wrote: On Mon, Apr 8, 2013 at 7:01 AM, Alex Deucher alexdeuc...@gmail.com wrote: On Fri, Apr 5, 2013 at 5:11 PM, Andy Lutomirski l...@amacapital.net wrote: Every day or so, I'll click something and my screens go blank

GSoC Call for Projects and Mentors

2013-04-09 Thread Alex Deucher
As some of you may know, the X.Org Foundation was accepted as a GSoC Project for 2013. If you would be interested in participating as either a mentor or a student, please sign up here: http://www.google-melange.com/gsoc/homepage/google/gsoc2013 For students, you can see some potential projects

Re: Radeon lockup on 3.8.5-201.fc18.x86_64

2013-04-08 Thread Alex Deucher
On Fri, Apr 5, 2013 at 5:11 PM, Andy Lutomirski l...@amacapital.net wrote: Every day or so, I'll click something and my screens go blank for a second or two. dmesg complains about a lockup, and afterwards everything is painfully slow. (Even switching focus to other emacs windows takes a

Re: tv s-video out on RV410 (or R400 in general) revisited

2013-04-08 Thread Alex Deucher
On Fri, Apr 5, 2013 at 5:53 PM, Dennis New denn...@dennisn.dyndns.org wrote: On Sat, 15 May 2010 07:13:53 -0400, Alex Deucher wrote: On Fri, May 14, 2010 at 2:26 PM, Dennis Nezic denn...@dennisn.dyndns.org wrote: http://www.x.org/wiki/RadeonFeature says it is mostly implemented. Where can I

Bug#529178: xserver-xorg-video-ati: Suffering from this bug + Possible mitigation

2013-04-03 Thread Alex Deucher
On Tue, Apr 2, 2013 at 10:04 AM, Pablo Oliveira pa...@sifflez.org wrote: Package: xserver-xorg-video-ati Version: 1:6.14.4-8 Followup-For: Bug #529178 Dear Maintainer, After updating my system to wheezy, and in particular the xserver-xorg-video-ati package to version 1:6.14.4-8, I now

Bug#529178: xserver-xorg-video-ati: Suffering from this bug + Possible mitigation

2013-04-03 Thread Alex Deucher
On Wed, Apr 3, 2013 at 2:22 PM, Pablo Oliveira pa...@sifflez.org wrote: On Wed, Apr 3, 2013 at 3:34 PM, Alex Deucher alexdeuc...@gmail.com wrote: On Tue, Apr 2, 2013 at 10:04 AM, Pablo Oliveira pa...@sifflez.org wrote: Package: xserver-xorg-video-ati Version: 1:6.14.4-8 Followup-For: Bug

Re: [PATCH] glamor: Initial PRIME pixmap sharing hooks.

2013-03-22 Thread Alex Deucher
On Fri, Mar 22, 2013 at 5:59 AM, Michel Dänzer mic...@daenzer.net wrote: From: Michel Dänzer michel.daen...@amd.com Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=57200 Signed-off-by: Michel Dänzer michel.daen...@amd.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com

Re: Google Summer of Code ideas needed

2013-03-15 Thread Alex Deucher
On Wed, Mar 13, 2013 at 1:07 PM, Tom Stellard tstel...@gmail.com wrote: Hi, It's time again for Google Summer of Code, so we need to start updating the X.Org ideas page (http://www.x.org/wiki/SummerOfCodeIdeas) with new ideas. Since there have been a few issues with the wikis lately, if you

Re: Display Problem

2013-03-14 Thread Alex Deucher
On Thu, Mar 14, 2013 at 2:11 AM, Adit adit.v...@gmail.com wrote: hi, I'm a new user on linux, I use 1152x864 with a refresh rate of 60Hz, unfortunately, linux code doesn't support it natively. I've got resolution, But every time I have to run a command, when i boot up. xrandr --newmode

Re: Google Summer of Code ideas needed

2013-03-13 Thread Alex Deucher
On Wed, Mar 13, 2013 at 1:07 PM, Tom Stellard tstel...@gmail.com wrote: Hi, It's time again for Google Summer of Code, so we need to start updating the X.Org ideas page (http://www.x.org/wiki/SummerOfCodeIdeas) with new ideas. Since there have been a few issues with the wikis lately, if you

Re: [PATCH] DPMS: include GPU screens in DPMS code

2013-03-04 Thread Alex Deucher
. :) Looks like the right thing to do. Reviewed-by: Alex Deucher alexander.deuc...@amd.com Signed-off-by: Aaron Plattner aplatt...@nvidia.com --- hw/xfree86/common/xf86DPMS.c | 45 ++-- 1 file changed, 31 insertions(+), 14 deletions(-) diff --git

Re: xserver release tracker bugs

2013-02-25 Thread Alex Deucher
On Sat, Feb 23, 2013 at 5:59 PM, Dave Airlie airl...@gmail.com wrote: We've never been good about fixing all the bugs on the release tracker, but it appears we've gotten out of the habit of even just reviewing the bugs and moving them forward to the next release when we're done, as most open

Re: xorg-driver-ati Digest, Vol 78, Issue 31

2013-02-25 Thread Alex Deucher
On Fri, Feb 22, 2013 at 11:41 PM, James Cobban webmas...@jamescobban.net wrote: On 13-02-22 03:52 PM, Alex Deucher wrote: On Fri, Feb 22, 2013 at 3:39 PM, James Cobban webmas...@jamescobban.net wrote: Please I STILL need to know what command to issue to the Xorg driver to turn on the light

Re: Q: 'MacModel' replacement for radeon driver?

2013-02-13 Thread Alex Deucher
On Wed, Feb 13, 2013 at 12:59 PM, Daniel Vetter dan...@ffwll.ch wrote: On Thu, Jan 31, 2013 at 4:50 PM, Alex Deucher alexdeuc...@gmail.com wrote: You could try and bisect if KMS used to work at some point in the past. I've recently seen reports from others of r1xx cards working ok at least

Re: How do I manually turn on the light

2013-02-13 Thread Alex Deucher
On Mon, Feb 11, 2013 at 12:49 PM, James Cobban webmas...@jamescobban.net wrote: On 13-02-11 08:32 AM, Alex Deucher wrote: On Sat, Feb 9, 2013 at 4:03 PM, James Cobban webmas...@jamescobban.net wrote: I am running Ubuntu 12.10 on a Dell laptop with VGA compatible controller: Advanced Micro

Re: How do I manually turn on the light

2013-02-11 Thread Alex Deucher
On Sat, Feb 9, 2013 at 4:03 PM, James Cobban webmas...@jamescobban.net wrote: I am running Ubuntu 12.10 on a Dell laptop with VGA compatible controller: Advanced Micro Devices [AMD] nee ATI BeaverCreek [Mobility Radeon HD 6620G]. The Xorg driver works well except that when I close and reopen

Re: Q: 'MacModel' replacement for radeon driver?

2013-01-31 Thread Alex Deucher
On Wed, Jan 30, 2013 at 1:18 PM, Albrecht Dreß albrecht.dr...@arcor.de wrote: Am 28.01.13 16:48 schrieb(en) Alex Deucher: We've checked all the relevant registers, dumping regs from OS X won't help. Perhaps the KMS driver is trying to point the display at an invalid MC address or something

Re: Q: 'MacModel' replacement for radeon driver?

2013-01-28 Thread Alex Deucher
specific. Alex Thanks, Albrecht. Am 05.01.13 12:31 schrieb(en) Albrecht Dreß: Hi Alex: Am 03.01.13 20:36 schrieb(en) Alex Deucher: hmmm... everything else looks pretty good. Try the attached patch. This doesn't change the situation. Maybe the pll isn't quite right. You might try

Bug#698503: tearing with Radeon HD 6970

2013-01-20 Thread Alex Deucher
On Sat, Jan 19, 2013 at 8:59 AM, Marc Dequènes d...@duckcorp.org wrote: Package: xserver-xorg-video-radeon Version: 1:6.14.4-6 Severity: normal Coin, At the end of the 2012 year, i upgraded my desktop machine, switching from Radeon HD 4890 to Radeon HD 6970. Since then i experience

Re: [PATCH xf86-video-mga] Fix XAA support for xserver 1.13

2013-01-14 Thread Alex Deucher
On Mon, Jan 14, 2013 at 3:20 PM, Matthieu Herrb matthieu.he...@laas.fr wrote: Ping... go ahead and commit? I don't think mga is maintained any more... On Mon, Dec 03, 2012 at 07:54:56AM +0100, Matthieu Herrb wrote: Use consistent preprocessor sympbol to check if XAA support should be

Re: [PATCH] Drop support for X servers older than 1.7.

2013-01-10 Thread Alex Deucher
was released more than 3 years ago, and 1.6.2 was already required before. Mostly mechanical, there's probably potential for more cleanups. Signed-off-by: Michel Dänzer michel.daen...@amd.com Nice cleanup! Reviewed-by: Alex Deucher alexander.deuc...@amd.com

Re: [PATCH 1/2] DRI2: Properly use buffer depth passed in by client.

2013-01-10 Thread Alex Deucher
On Thu, Jan 10, 2013 at 11:04 AM, Michel Dänzer mic...@daenzer.net wrote: From: Michel Dänzer michel.daen...@amd.com Signed-off-by: Michel Dänzer michel.daen...@amd.com For the series: Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- src/radeon_dri2.c | 25

Re: Q: 'MacModel' replacement for radeon driver?

2013-01-03 Thread Alex Deucher
On Thu, Jan 3, 2013 at 12:45 PM, Albrecht Dreß albrecht.dr...@arcor.de wrote: Hi Alex: I wish you a very happy new year 2013,. and a again thanks a lot for your help! Am 03.01.13 02:30 schrieb(en) Alex Deucher: Does the attached patch help? Unfortunately not - again, the first boot

Re: Q: 'MacModel' replacement for radeon driver?

2013-01-02 Thread Alex Deucher
On Fri, Dec 21, 2012 at 3:22 PM, Albrecht Dreß albrecht.dr...@arcor.de wrote: Hi Alex! Am 21.12.12 19:44 schrieb(en) Alex Deucher: Sounds like internal tmds may be broken in kms. Probably easiest to dump the registers from a working setup (console fb, or old version of the driver

Re: [PATCH] dix: Make small bitfields that store enums unsigned

2012-12-21 Thread Alex Deucher
a...@redhat.com Signed-off-by: Aaron Plattner aplatt...@nvidia.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- include/dixstruct.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/dixstruct.h b/include/dixstruct.h index c1236f5..6784819

Re: Q: 'MacModel' replacement for radeon driver?

2012-12-21 Thread Alex Deucher
On Fri, Dec 21, 2012 at 10:17 AM, Albrecht Dreß albrecht.dr...@arcor.de wrote: Hi Alex! Am 20.12.12 22:42 schrieb(en) Alex Deucher: Apple cards have a proprietary rom without that information so we need to hard code it in the driver. I see. And OS X relies on that, so it doesn't work

Re: Q: 'MacModel' replacement for radeon driver?

2012-12-21 Thread Alex Deucher
On Fri, Dec 21, 2012 at 12:56 PM, Albrecht Dreß albrecht.dr...@arcor.de wrote: Hi Alex! Am 21.12.12 17:52 schrieb(en) Alex Deucher: Ok, it's definitely DDC_DVI. There's a chance apple used external tmds, but I doubt it. You can try the attached patch. Doesn't work. Yaboot screen

Re: tablet as a second monitor on linux

2012-12-20 Thread Alex Deucher
, but those are local connectors on a single GPU, not a remote display. Alex On Wed, Dec 19, 2012 at 2:48 PM, Alex Deucher alexdeuc...@gmail.com wrote: On Wed, Dec 19, 2012 at 3:21 AM, Adam GROSZER agroszer...@gmail.com wrote: On 12/18/2012 08:44 PM, Alex Deucher wrote: On Tue, Dec 18, 2012

Re: [PATCH:xf86-video-mach64 1/2] Remove unused atidecoder.c atidecoder.h

2012-12-20 Thread Alex Deucher
Coopersmith alan.coopersm...@oracle.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- src/Makefile.am |3 +-- src/atidecoder.c | 50 -- src/atidecoder.h | 51 --- 3 files changed, 1

Re: Q: 'MacModel' replacement for radeon driver?

2012-12-20 Thread Alex Deucher
On Thu, Dec 20, 2012 at 1:48 PM, Albrecht Dreß albrecht.dr...@arcor.de wrote: Hi all, I am running Ubuntu 12.10 which comes with the radeon driver package '6.99.99~git201209': 8-- root@antares:~# dpkg -l 'xserver-xorg-video-*' [snip] ii

Re: Q: 'MacModel' replacement for radeon driver?

2012-12-20 Thread Alex Deucher
On Thu, Dec 20, 2012 at 3:53 PM, Albrecht Dreß albrecht.dr...@arcor.de wrote: Hi Alex! Thanks a lot for the fast response! Am 20.12.12 20:44 schrieb(en) Alex Deucher: With KMS the display setup is handled by the kernel now, so the MacModel option has been replaced with a kernel module

Re: tablet as a second monitor on linux

2012-12-19 Thread Alex Deucher
On Wed, Dec 19, 2012 at 3:21 AM, Adam GROSZER agroszer...@gmail.com wrote: On 12/18/2012 08:44 PM, Alex Deucher wrote: On Tue, Dec 18, 2012 at 1:30 PM, Adam Groszer agroszer...@gmail.com wrote: Hello, I'm trying to use an android tablet as a secondary monitor for my laptop. Secondary

Re: tablet as a second monitor on linux

2012-12-18 Thread Alex Deucher
On Tue, Dec 18, 2012 at 1:30 PM, Adam Groszer agroszer...@gmail.com wrote: Hello, I'm trying to use an android tablet as a secondary monitor for my laptop. Secondary monitor as one physical would be plugged into the VGA port. Googling resulted in no concrete solution. Does the tablet have a

Re: [PATCH:xf86-video-mach64] Remove call to obsolete miInitializeBackingStore()

2012-12-18 Thread Alex Deucher
On Tue, Dec 18, 2012 at 6:56 PM, Alan Coopersmith alan.coopersm...@oracle.com wrote: Definition was deleted from Xorg during 1.14 merge window, but was a no-op for many release cycles before that. Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com Reviewed-by: Alex Deucher

Re: [PATCH xf86-video-mach64] Remove dummy UTS / DFS hooks

2012-12-16 Thread Alex Deucher
On Sun, Dec 16, 2012 at 4:01 PM, Alan Coopersmith alan.coopersm...@oracle.com wrote: anyone else comment or respond in a week, so I've gone ahead and pushed to git master now: To ssh://git.freedesktop.org/git/xorg/driver/xf86-video-mach64 f0d44c1..ece8d35 master - master Unless anyone

Re: Segmentation fault

2012-12-11 Thread Alex Deucher
On Tue, Dec 11, 2012 at 5:48 AM, stompdagg...@yahoo.com stompdagg...@yahoo.com wrote: On Die, 2012-12-11 at 01:45 -0800, stompdagg...@yahoo.com wrote: On Mon, 2012-12-10 at 11:33 -0800, stompdagg...@yahoo.com wrote: On Sun, Dec 9, 2012 at 12:16 PM, olivier.e.am...@gmail.com wrote: When

Re: [PATCH 1/3] Remove dead code flagged by gcc -Wunused-but-set-variable.

2012-12-11 Thread Alex Deucher
On Tue, Dec 11, 2012 at 6:10 AM, Michel Dänzer mic...@daenzer.net wrote: From: Michel Dänzer michel.daen...@amd.com Signed-off-by: Michel Dänzer michel.daen...@amd.com For the series and your v2 patch: Reviewed-by: Alex Deucher aleander.deuc...@amd.com --- src/drmmode_display.c

Re: Segmentation fault

2012-12-10 Thread Alex Deucher
On Sun, Dec 9, 2012 at 12:16 PM, olivier.e.am...@gmail.com wrote: When starting openSuse 12.2, the X-server terminates with a segmentation fault (see attached log file). The open source driver should support your card just fine. Can you install debugging symbols and get a proper backtrace

Re: [PATCH xserver] hw/dmx: fix build without GLX

2012-12-06 Thread Alex Deucher
function it appears in Signed-off-by: Rob Clark robdcl...@gmail.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- hw/dmx/dmxinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/dmx/dmxinit.c b/hw/dmx/dmxinit.c index 7a50aeb..7de402b 100644 --- a/hw/dmx

Re: xf86-video-ati and Radeon HD 7600M Series

2012-11-30 Thread Alex Deucher
On Fri, Nov 30, 2012 at 2:00 AM, th...@cestona.ro wrote: If you are using xf86-video-ati from git, you can try disabling tiling. Add: Option ColorTiling2D False in the device section of your xorg.conf I added a 20-radeon.conf to xorg.conf.d with this content: ephraim@errorl:~$ cat

Re: xf86-video-ati and Radeon HD 7600M Series

2012-11-30 Thread Alex Deucher
On Fri, Nov 30, 2012 at 9:44 AM, Thilo Cestonaro th...@cestona.ro wrote: And found this in Xorg.0.log: [ 2219.770] (**) RADEON(G0): Option ColorTiling2D False [ 2219.771] (II) RADEON(G0): KMS Color Tiling: enabled [ 2219.771] (II) RADEON(G0): KMS Color Tiling 2D: disabled But it changed

Re: xf86-video-ati and Radeon HD 7600M Series

2012-11-30 Thread Alex Deucher
On Fri, Nov 30, 2012 at 10:27 AM, th...@cestona.ro wrote: You might want to file a bug so we can better track this. This thread is getting unwieldy. https://bugs.freedesktop.org Attach your xorg log and dmesg and glxinfo output. Will do after testing mesa 8.0.5. Against mesa with Gallium

Re: [PATCH] randr: call RRProviderInit in the proper place.

2012-11-30 Thread Alex Deucher
/show_bug.cgi?id=57448 Signed-off-by: Dave Airlie airl...@redhat.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- randr/randr.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/randr/randr.c b/randr/randr.c index da48c3f..f0decfc 100644 --- a/randr/randr.c +++ b/randr/randr.c

Re: xf86-video-ati and Radeon HD 7600M Series

2012-11-29 Thread Alex Deucher
On Thu, Nov 29, 2012 at 5:18 PM, th...@cestona.ro wrote: Hey So it seems to be 'just' a Mesa problem. Might be worth trying current mesa Git. So as I should install of mesa, I upgraded to 13.04 alpha stuff, which includes mesa 9.0.1 ... sadly that didn't help. My current config is now:

Re: kms etc ati nouveau intel

2012-11-27 Thread Alex Deucher
On Tue, Nov 27, 2012 at 10:32 AM, Sebastian Glita gls...@yahoo.com wrote: Hi, I have for some time conflicts with (I suppose) kms and git sources of ati/intel/nouveau X drivers/server. It's not clear what sort of problems you are having. Please file bugs with more details of each specific

Re: xf86-video-tegra or xf86-video-modesetting?

2012-11-26 Thread Alex Deucher
On Sat, Nov 24, 2012 at 4:09 PM, Thierry Reding thierry.red...@avionic-design.de wrote: going into Linux 3.8 and NVIDIA posting initial patches for 2D acceleration on top of it, I've been looking at the various ways how this can best be leveraged. The most obvious choice would be to start

Re: [PATCH xf86-video-modesetting 2/2] Remove call to miInitializeBackingStore()

2012-11-26 Thread Alex Deucher
thierry.red...@avionic-design.de Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- src/driver.c | 1 - 1 file changed, 1 deletion(-) Is this good to go? Thierry ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org

Re: xf86-video-tegra or xf86-video-modesetting?

2012-11-26 Thread Alex Deucher
On Sun, Nov 25, 2012 at 8:37 AM, Thierry Reding thierry.red...@avionic-design.de wrote: On Sat, Nov 24, 2012 at 11:54:32PM +0100, Lucas Stach wrote: Am Samstag, den 24.11.2012, 22:09 +0100 schrieb Thierry Reding: Hi, With tegra-drm going into Linux 3.8 and NVIDIA posting initial patches

Re: xf86-video-tegra or xf86-video-modesetting?

2012-11-26 Thread Alex Deucher
On Mon, Nov 26, 2012 at 6:14 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 11/26/2012 07:01 AM, Alex Deucher wrote: On Sun, Nov 25, 2012 at 8:37 AM, Thierry Reding thierry.red...@avionic-design.de wrote: ... With the common base that could be shared I meant all the modesetting code

Re: mach64 broken with xserver 1.13 ?

2012-11-21 Thread Alex Deucher
On Mon, Nov 19, 2012 at 2:25 AM, Connor Behan connor.be...@gmail.com wrote: On 18/11/12 12:00 PM, xorg-devel-requ...@lists.x.org wrote: I'm seeing the xf86-video-mach64 6.9.3 crashing with xserver 1.13 on OpenBSD, both on sparc64 and intel (x86_64) machines. here's some debugging information.

Re: [PATCH] radeon: fallback to software when we get picture bigger than pixmap

2012-11-14 Thread Alex Deucher
On Wed, Nov 14, 2012 at 1:09 PM, j.gli...@gmail.com wrote: From: Jerome Glisse jgli...@redhat.com This is some kind off degenerate case that we might get from time to time, just fallback to software when facing it. Signed-off-by: Jerome Glisse jgli...@redhat.com --- src/evergreen_exa.c

Re: [PATCH] radeon: fix exa texture setup

2012-11-12 Thread Alex Deucher
On Mon, Nov 12, 2012 at 12:57 PM, j.gli...@gmail.com wrote: From: Jerome Glisse jgli...@redhat.com exa state that we should use the pixmap to get the width, height and pitch to use when setting up texture (see exa.h). This fix a rare case where picture-pDrawable-(width|height)

[ANNOUNCE] xf86-video-ati 7.0.0

2012-11-06 Thread Alex Deucher
disable 2D tiling. - - xserver 1.13 support including prime - - glamor support - - SI support Adam Jackson (3): Don't bother to include vbe.h Implement -driverFunc Remove mibstore.h Alex Deucher (6): radeon: add some new SI pci ids radeon: add new pci ids for SI

Re: [PATCH] radeon/man: ColorTiling2D is by default on for r6xx-cayman

2012-11-02 Thread Alex Deucher
Pushed. thanks! On Fri, Nov 2, 2012 at 8:30 AM, Andreas Boll andreas.boll@gmail.com wrote: Signed-off-by: Andreas Boll andreas.boll@gmail.com --- man/radeon.man |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/radeon.man b/man/radeon.man index

Re: [PATCH] radeon/man: ColorTiling2D is by default on for r6xx-cayman

2012-11-02 Thread Alex Deucher
Dave. On Fri, Nov 2, 2012 at 10:51 PM, Alex Deucher alexdeuc...@gmail.com wrote: Pushed. thanks! On Fri, Nov 2, 2012 at 8:30 AM, Andreas Boll andreas.boll@gmail.com wrote: Signed-off-by: Andreas Boll andreas.boll@gmail.com --- man/radeon.man |2 +- 1 file changed, 1

Re: Where is power_profile?

2012-10-29 Thread Alex Deucher
On Fri, Oct 26, 2012 at 3:52 PM, Simeon Felis simeonfe...@gmail.com wrote: According to [1] I should be able to set the power profile, e.g. with: echo low /sys/class/drm/card0/device/power_profile However I don't have this file: root@arpa:~# echo low

<    1   2   3   4   5   6   7   8   9   10   >