[PATCH] drm/radeon/kms: disable MSI on IGP chips

2010-03-30 Thread Alex Deucher
From dba40a55ac5c33b157dee7b5fa53000d19ffca6c Mon Sep 17 00:00:00 2001 From: Alex Deucher alexdeuc...@gmail.com Date: Tue, 30 Mar 2010 17:22:32 -0400 Subject: [PATCH] drm/radeon/kms: disable MSI on IGP chips Doesn't seem to work reliably and the pci quirks don't always work. Signed-off-by: Alex

Re: [PATCH] drm/radeon/kms: display watermark updates

2010-03-30 Thread Alex Deucher
Updated patch to allow you to change the display priority at runtime. Alex On Tue, Mar 30, 2010 at 12:29 PM, Alex Deucher alexdeuc...@gmail.com wrote: From 0d2509130004624ffdc21f0d1666d5ac869d124a Mon Sep 17 00:00:00 2001 From: Alex Deucher alexdeuc...@gmail.com Date: Tue, 30 Mar 2010 12:22

Re: Signalling no-audio for HDMI

2010-03-31 Thread Alex Deucher
2010/3/30 Hendrik Sattler p...@hendrik-sattler.de: Am Dienstag 30 März 2010 19:30:38 schrieb Christian König: It seems your TV refuses to use audio from analog stereo cable, when it detects audio enabled over/in HDMI (just enabled, even purely silent as in your case). And it seems we

[PATCH] drm/radeon/kms/evergreen: get DP working

2010-03-31 Thread Alex Deucher
This patch may help with DP issues on pre-evergreen cards as well since you're supposed to turn the DP VID stream on after you do link training. Alex From 091fdd6e5f236e2112201d3be5287476866e7492 Mon Sep 17 00:00:00 2001 From: Alex Deucher alexdeuc...@gmail.com Date: Wed, 31 Mar 2010 14:42:11

Re: [Regression, post-rc2] Commit a5ee4eb7541 breaks OpenGL on RS780 (was: Re: Linux 2.6.34-rc3)

2010-03-31 Thread Alex Deucher
On Wed, Mar 31, 2010 at 9:13 PM, Rafael J. Wysocki r...@sisk.pl wrote: On Tuesday 30 March 2010, Rafael J. Wysocki wrote: On Tuesday 30 March 2010, Linus Torvalds wrote: ... Other than that? Random fixes and updates all over. Mostly drivers and filesystems, and mostly fairly small things.

Re: [patch] radeon: range check issues

2010-03-31 Thread Alex Deucher
On Sun, Mar 28, 2010 at 7:23 AM, Dan Carpenter erro...@gmail.com wrote: This change makes the array larger, MAX_SUPPORTED_TV_TIMING_V1_2 is 3 and the original size MAX_SUPPORTED_TV_TIMING is 2. Also there were checks that were off by one. Signed-off-by: Dan Carpenter erro...@gmail.com ---

Re: [Regression, post-rc2] Commit a5ee4eb7541 breaks OpenGL on RS780 (was: Re: Linux 2.6.34-rc3)

2010-04-01 Thread Alex Deucher
On Thu, Apr 1, 2010 at 2:36 AM, Clemens Ladisch clem...@ladisch.de wrote: Alex Deucher wrote: On Wed, Mar 31, 2010 at 9:13 PM, Rafael J. Wysocki r...@sisk.pl wrote: On Tuesday 30 March 2010, Rafael J. Wysocki wrote:       PCI quirk: RS780/RS880: work around missing MSI initialization

[PATCH] drm/radeon/kms/atom: fix gpio i2c table overrun

2010-04-01 Thread Alex Deucher
From 540daa603d7fa968b858c04f32ebad7d256b480c Mon Sep 17 00:00:00 2001 From: Alex Deucher alexdeuc...@gmail.com Date: Thu, 1 Apr 2010 12:55:34 -0400 Subject: [PATCH] drm/radeon/kms/atom: fix gpio i2c table overrun The GPIO_I2C_INFO table does not always have ATOM_MAX_SUPPORTED_DEVICE entries

Re: [Regression, post-rc2] Commit a5ee4eb7541 breaks OpenGL on RS780 (was: Re: Linux 2.6.34-rc3)

2010-04-01 Thread Alex Deucher
On Thu, Apr 1, 2010 at 1:24 PM, Linus Torvalds torva...@linux-foundation.org wrote: On Thu, 1 Apr 2010, Alex Deucher wrote: Clemems' PCI quirk: RS780/RS880: disable MSI completely patch is the right approach I think.  Note that it's only devices hung off the int gfx pci to pci bridge

Re: [PATCH] drm/radeon/kms/atom: fix gpio i2c table overrun

2010-04-01 Thread Alex Deucher
ARGH! typo in the last one. fixed version attached. From e8c539f60ae55d002a19534a375448a2cd3aa2b3 Mon Sep 17 00:00:00 2001 From: Alex Deucher alexdeuc...@gmail.com Date: Thu, 1 Apr 2010 15:06:11 -0400 Subject: [PATCH] drm/radeon/kms/atom: fix gpio i2c table overrun (v2) The GPIO_I2C_INFO table

Re: [Regression, post-rc2] Commit a5ee4eb7541 breaks OpenGL on RS780 (was: Re: Linux 2.6.34-rc3)

2010-04-01 Thread Alex Deucher
On Thu, Apr 1, 2010 at 4:17 PM, Linus Torvalds torva...@linux-foundation.org wrote: On Thu, 1 Apr 2010, Alex Deucher wrote: What I meant to say was MSI works fine on bridges other than the bridge the internal gfx lives on.  quirk_disable_msi() just disables MSI on the devices

Re: [Regression, post-rc2] Commit a5ee4eb7541 breaks OpenGL on RS780 (was: Re: Linux 2.6.34-rc3)

2010-04-01 Thread Alex Deucher
On Thu, Apr 1, 2010 at 4:28 PM, Rafael J. Wysocki r...@sisk.pl wrote: On Thursday 01 April 2010, Alex Deucher wrote: On Thu, Apr 1, 2010 at 2:36 AM, Clemens Ladisch clem...@ladisch.de wrote: Alex Deucher wrote: On Wed, Mar 31, 2010 at 9:13 PM, Rafael J. Wysocki r...@sisk.pl wrote

Re: [Regression, post-rc2] Commit a5ee4eb7541 breaks OpenGL on RS780 (was: Re: Linux 2.6.34-rc3)

2010-04-01 Thread Alex Deucher
On Thu, Apr 1, 2010 at 4:48 PM, Rafael J. Wysocki r...@sisk.pl wrote: On Thursday 01 April 2010, Alex Deucher wrote: On Thu, Apr 1, 2010 at 4:28 PM, Rafael J. Wysocki r...@sisk.pl wrote: On Thursday 01 April 2010, Alex Deucher wrote: On Thu, Apr 1, 2010 at 2:36 AM, Clemens Ladisch clem

Re: [Regression, post-rc2] Commit a5ee4eb7541 breaks OpenGL on RS780 (was: Re: Linux 2.6.34-rc3)

2010-04-01 Thread Alex Deucher
On Thu, Apr 1, 2010 at 4:48 PM, Rafael J. Wysocki r...@sisk.pl wrote: On Thursday 01 April 2010, Alex Deucher wrote: On Thu, Apr 1, 2010 at 4:28 PM, Rafael J. Wysocki r...@sisk.pl wrote: On Thursday 01 April 2010, Alex Deucher wrote: On Thu, Apr 1, 2010 at 2:36 AM, Clemens Ladisch clem

Re: [Regression, post-rc2] Commit a5ee4eb7541 breaks OpenGL on RS780 (was: Re: Linux 2.6.34-rc3)

2010-04-01 Thread Alex Deucher
On Thu, Apr 1, 2010 at 5:08 PM, Rafael J. Wysocki r...@sisk.pl wrote: On Thursday 01 April 2010, Alex Deucher wrote: On Thu, Apr 1, 2010 at 4:48 PM, Rafael J. Wysocki r...@sisk.pl wrote: On Thursday 01 April 2010, Alex Deucher wrote: On Thu, Apr 1, 2010 at 4:28 PM, Rafael J. Wysocki r

Re: [Regression, post-rc2] Commit a5ee4eb7541 breaks OpenGL on RS780 (was: Re: Linux 2.6.34-rc3)

2010-04-01 Thread Alex Deucher
On Thu, Apr 1, 2010 at 5:46 PM, Rafael J. Wysocki r...@sisk.pl wrote: On Thursday 01 April 2010, Alex Deucher wrote: On Thu, Apr 1, 2010 at 5:08 PM, Rafael J. Wysocki r...@sisk.pl wrote: On Thursday 01 April 2010, Alex Deucher wrote: On Thu, Apr 1, 2010 at 4:48 PM, Rafael J. Wysocki r

[PATCH] drm/radeon/kms: fix washed out image on legacy tv dac

2010-04-05 Thread Alex Deucher
From dd3c60875d551a2381a6819203a5f6cc2936f678 Mon Sep 17 00:00:00 2001 From: Alex Deucher alexdeuc...@gmail.com Date: Mon, 5 Apr 2010 23:57:52 -0400 Subject: [PATCH] drm/radeon/kms: fix washed out image on legacy tv dac bad cast was overwriting the tvdac adj values Fixes fdo bug 27478 Signed-off

Re: [PATCH] drm/radeon/kms: fix washed out image on legacy tv dac

2010-04-05 Thread Alex Deucher
This should go to stable. I can re-sent with the stable cc if you want. Alex On Tue, Apr 6, 2010 at 12:02 AM, Alex Deucher alexdeuc...@gmail.com wrote: From dd3c60875d551a2381a6819203a5f6cc2936f678 Mon Sep 17 00:00:00 2001 From: Alex Deucher alexdeuc...@gmail.com Date: Mon, 5 Apr 2010 23:57

[PATCH] drm/radeon/kms: legacy tv dac cleanup

2010-04-05 Thread Alex Deucher
From 86a4f52d0387851b73cd41c3fde515c5d35f9935 Mon Sep 17 00:00:00 2001 From: Alex Deucher alexdeuc...@gmail.com Date: Tue, 6 Apr 2010 00:05:46 -0400 Subject: [PATCH] drm/radeon/kms: legacy tv dac cleanup - fix formatting - clean up tv_dac_cntl handling for tv Signed-off-by: Alex Deucher alexdeuc

[PATCH] drm/radeon/kms: clean up atom dac handling

2010-04-05 Thread Alex Deucher
From affc52fe492309291ca14902cb88e156ff3bb9ea Mon Sep 17 00:00:00 2001 From: Alex Deucher alexdeuc...@gmail.com Date: Tue, 6 Apr 2010 01:22:41 -0400 Subject: [PATCH] drm/radeon/kms: clean up atom dac handling - make sure legacy dac1 has an enc priv - remove unused num var - no need for extra

[PATCH] drm/radeon/kms/combios: verify dac_adj values are valid

2010-04-06 Thread Alex Deucher
From 8a5f015013cf87433f59383e08cf7757647c0eb0 Mon Sep 17 00:00:00 2001 From: Alex Deucher alexdeuc...@gmail.com Date: Tue, 6 Apr 2010 12:35:26 -0400 Subject: [PATCH] drm/radeon/kms/combios: verify dac_adj values are valid Some vbios dac_adj tables are all zeros. Check for that case and use

[PATCH 0/8] Add evergreen CP/interrupt/gfx init support

2010-04-08 Thread Alex Deucher
This patch set adds support for the command processor, interrupts, and gfx init on evergreen asics. It requires the new ucode available here: http://people.freedesktop.org/~agd5f/radeon_ucode/ These patches lay the groundwork for acceleration. Alex

[PATCH 1/8] drm/radeon/kms: update atombios.h power tables for evergreen

2010-04-08 Thread Alex Deucher
From bb78a06ab42e00b1fe6c260cdd9c1394872628ce Mon Sep 17 00:00:00 2001 From: Alex Deucher alexdeuc...@gmail.com Date: Wed, 10 Feb 2010 17:30:05 -0500 Subject: [PATCH] drm/radeon/kms: update atombios.h power tables for evergreen Signed-off-by: Alex Deucher alexdeuc...@gmail.com --- drivers/gpu

[PATCH 2/8] drm/radeon/kms: add support for evergreen power tables

2010-04-08 Thread Alex Deucher
From 9fb9f6315e26372359963fff9bdd676ff38cb457 Mon Sep 17 00:00:00 2001 From: Alex Deucher alexdeuc...@gmail.com Date: Wed, 24 Mar 2010 16:39:45 -0400 Subject: [PATCH] drm/radeon/kms: add support for evergreen power tables Signed-off-by: Alex Deucher alexdeuc...@gmail.com --- drivers/gpu/drm

[PATCH 3/8] drm/radeon/kms/evergreen: add gart support

2010-04-08 Thread Alex Deucher
From 72005e636405fd7577ee6303c3ea95a227e5dc51 Mon Sep 17 00:00:00 2001 From: Alex Deucher alexdeuc...@gmail.com Date: Wed, 24 Mar 2010 13:20:41 -0400 Subject: [PATCH] drm/radeon/kms/evergreen: add gart support Gart setup is more or less like r7xx. Copy rv770d.h to evergreend.h and fix up changes

[PATCH 4/8] drm/radeon/kms/evergreen: add soft reset function

2010-04-08 Thread Alex Deucher
From a86580ec5a6145cea7d6fda92deb104c0ad3fe0c Mon Sep 17 00:00:00 2001 From: Alex Deucher alexdeuc...@gmail.com Date: Wed, 24 Mar 2010 13:26:36 -0400 Subject: [PATCH] drm/radeon/kms/evergreen: add soft reset function Works pretty similarly to r6xx/r7xx. Signed-off-by: Alex Deucher alexdeuc

[PATCH 6/8] drm/radeon/kms/evergreen: setup and enable the CP

2010-04-08 Thread Alex Deucher
From dda5b59f3adc61900e9fa5846e844be406343b86 Mon Sep 17 00:00:00 2001 From: Alex Deucher alexdeuc...@gmail.com Date: Wed, 24 Mar 2010 13:36:43 -0400 Subject: [PATCH] drm/radeon/kms/evergreen: setup and enable the CP The command processor (CP) fetches command buffers and feeds the GPU

[PATCH 8/8] drm/radeon/kms/evergreen: add hpd support

2010-04-08 Thread Alex Deucher
From ada50ea25d5f80b83968d74cda1a9b70f614b849 Mon Sep 17 00:00:00 2001 From: Alex Deucher alexdeuc...@gmail.com Date: Fri, 26 Feb 2010 13:57:45 -0500 Subject: [PATCH] drm/radeon/kms/evergreen: add hpd support Hot plug detect (hpd) for digital monitors Signed-off-by: Alex Deucher alexdeuc

Re: Move lists to freedesktop.org?

2010-04-08 Thread Alex Deucher
On Thu, Apr 8, 2010 at 6:21 PM, Brian Paul bri...@vmware.com wrote: Unless there's some objection I'm going to subscribe everyone to the new FD.O-based mesa-dev mailing list who's on the mesa3d-dev list. Probably in the next 24 hours. Then, some of you may have to log into the mailman

[PATCH] drm/radeon/kms: more atom parser fixes

2010-04-09 Thread Alex Deucher
From 44cc309323e38fc4fa7b7c7bea190aeaa0abd224 Mon Sep 17 00:00:00 2001 From: Alex Deucher alexdeuc...@gmail.com Date: Fri, 9 Apr 2010 14:27:18 -0400 Subject: [PATCH] drm/radeon/kms: more atom parser fixes shr/shl ops need the full dst rather than the pre-masked version. Fixes fdo bug 27478

Re: [PATCH] drm/radeon/kms: more atom parser fixes

2010-04-09 Thread Alex Deucher
This should go to stable as well. Forgot to add the stable cc. Alex On Fri, Apr 9, 2010 at 2:41 PM, Alex Deucher alexdeuc...@gmail.com wrote: From 44cc309323e38fc4fa7b7c7bea190aeaa0abd224 Mon Sep 17 00:00:00 2001 From: Alex Deucher alexdeuc...@gmail.com Date: Fri, 9 Apr 2010 14:27:18 -0400

Re: [PATCH] drm/radeon/kms: more atom parser fixes

2010-04-09 Thread Alex Deucher
Updated version with stable cc and remove some leftover unused vars noticed by roysjosh on IRC. Alex On Fri, Apr 9, 2010 at 2:41 PM, Alex Deucher alexdeuc...@gmail.com wrote: From 44cc309323e38fc4fa7b7c7bea190aeaa0abd224 Mon Sep 17 00:00:00 2001 From: Alex Deucher alexdeuc...@gmail.com Date

Re: [Regression, post-rc1] Multiple issues after enabling SetVoltage on rs780m

2010-06-07 Thread Alex Deucher
it. The attached patch should do the trick. There weren't any problems on my IGP chips, but they don't have a SetVoltage table, so nothing is touching the hw. Alex From 8c055a2a5c0bd063fe2bf4797c585fd1cd59a673 Mon Sep 17 00:00:00 2001 From: Alex Deucher alexdeuc...@gmail.com Date: Mon, 7 Jun 2010 11:35:53 -0400

Re: [PATCH] drm/radeon: fix dual-head on rv250

2010-06-08 Thread Alex Deucher
airl...@redhat.com Signed-off-by: Alex Deucher alexdeuc...@gmail.com ---  drivers/gpu/drm/radeon/radeon_legacy_encoders.c |   22 +-  1 files changed, 9 insertions(+), 13 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_legacy_encoders.c b/drivers/gpu/drm/radeon

Re: Radeon fail with DisplayPort

2010-06-15 Thread Alex Deucher
On Tue, Jun 15, 2010 at 10:54 AM, Sebastien Luttringer sebastien.luttrin...@smartjog.com wrote: Hi, I would report you a bug with displayport and radeon module on recent linux kernel. When my card is plugged with displayport I have the following error in dmesg and screen stay black. [  

Re: [git pull] drm fixes + agp + one fb patch (bisected)

2010-06-30 Thread Alex Deucher
). On reboot, the monitor goes straight to powersaving mode and no framebuffer is shown. This is the result of the bisection: 07d4190327b02ab3aaad25a2d168f79d92e8f8c2 is the first bad commit commit 07d4190327b02ab3aaad25a2d168f79d92e8f8c2 Author: Alex Deucher alexdeuc...@gmail.com Date:   Sat Jun 12 11

Re: [git pull] drm fixes + agp + one fb patch (bisected)

2010-06-30 Thread Alex Deucher
On Wed, Jun 30, 2010 at 10:58 AM, Markus Trippelsdorf mar...@trippelsdorf.de wrote: On Wed, Jun 30, 2010 at 10:49:41AM -0400, Alex Deucher wrote: On Wed, Jun 30, 2010 at 3:31 AM, Markus Trippelsdorf mar...@trippelsdorf.de wrote: On Wed, Jun 30, 2010 at 08:54:40AM +0200, Markus Trippelsdorf

Re: [git pull] drm fixes + agp + one fb patch (bisected)

2010-06-30 Thread Alex Deucher
On Wed, Jun 30, 2010 at 11:14 AM, Markus Trippelsdorf mar...@trippelsdorf.de wrote: On Wed, Jun 30, 2010 at 11:03:33AM -0400, Alex Deucher wrote: On Wed, Jun 30, 2010 at 10:58 AM, Markus Trippelsdorf mar...@trippelsdorf.de wrote: On Wed, Jun 30, 2010 at 10:49:41AM -0400, Alex Deucher wrote

Re: [git pull] drm fixes + agp + one fb patch

2010-06-30 Thread Alex Deucher
computation Alex Deucher (7):       drm/radeon/kms: fix bandwidth calculation when sideport is present       drm/radeon/kms: fix DP after DPMS cycle       drm/radeon/kms: fix typo in evergreen_gpu_init       drm/radeon/kms: disable frac fb dividers for rs6xx       drm/radeon/kms: avoid oops

Re: [git pull] drm fixes + agp + one fb patch (bisected)

2010-06-30 Thread Alex Deucher
On Wed, Jun 30, 2010 at 11:50 AM, Markus Trippelsdorf mar...@trippelsdorf.de wrote: On Wed, Jun 30, 2010 at 11:34:53AM -0400, Alex Deucher wrote: On Wed, Jun 30, 2010 at 11:14 AM, Markus Trippelsdorf mar...@trippelsdorf.de wrote: On Wed, Jun 30, 2010 at 11:03:33AM -0400, Alex Deucher wrote

Re: [PATCH] drm/radeon/kms: fix legacy tv-out pal mode

2010-07-12 Thread Alex Deucher
It doesn't look like this patch slipped through the cracks. Please apply. Alex On Sat, Mar 6, 2010 at 11:05 AM, Alex Deucher alexdeuc...@gmail.com wrote: From ad6fcd83e27499e35ef4975fe0e9319f73cbb49e Mon Sep 17 00:00:00 2001 From: Alex Deucher alexdeuc...@gmail.com Date: Sat, 6 Mar 2010 09

Re: radeon kms on ppc status

2010-08-09 Thread Alex Deucher
2010/8/9 Benjamin Herrenschmidt b...@kernel.crashing.org: Just a quick status in case others are interested and want to help as I have -very- little time. Unfortunately, I don't have much spare time to dedicate to this either and I don't have any ppc machines. I'm currently testing on a

Re: radeon kms on ppc status

2010-08-09 Thread Alex Deucher
On Mon, Aug 9, 2010 at 8:24 PM, Benjamin Herrenschmidt b...@kernel.crashing.org wrote:  - transition from offb. If both kms and offb are built-in, the transition leads to panel blooming. Note that it seems broken with nouveau on the G5 as well, I suspect we are passing a crap mode when

Re: [Bug 19012] Kernel Mode Setting Fails on Radeon X700

2010-09-25 Thread Alex Deucher
FWIW, the ddx has the pci id correctly associated with rv410, so it looks like it was just improperly ported to the drm. -- Start uncovering the many advantages of virtual appliances and start using them to simplify

Re: Feedback: BKL / radeon pageflipping patches / DRM Vblank timestamping patches. 1st Try.

2010-10-26 Thread Alex Deucher
On Tue, Oct 26, 2010 at 9:32 AM, Sedat Dilek sedat.di...@googlemail.com wrote: Hi, today, I started with testing DRM Vblank timestamping patches. 1st Try. from Mario in combination with radeon pageflipping patches from Alex together in a non-BKL config Kernel-setup. First some words to my

Re: DRM Vblank timestamping patches. 1st Try.

2010-10-26 Thread Alex Deucher
! Reviewed-by: Alex Deucher alexdeuc...@gmail.com 1st patch modifies the drm vblank handling to maintain precise timestamps of when vblanks happen. It timestamps the end of each vblank interval (= start of active scanout of the following frame), as required by the OpenML OML_sync_control extension

<    7   8   9   10   11   12