Re: [PATCH 0/4] radeon_drm.h cleanup

2014-08-04 Thread Alex Deucher
On Mon, Aug 4, 2014 at 10:23 AM, Andreas Boll andreas.boll@gmail.com wrote: Hi, while working with RADEON_INFO_ACCEL_WORKING2 I noticed that we use another outdated copy of radeon_drm.h in xf86-video-ati. Let's use radeon_drm.h from libdrm and drop this one. Series is: Reviewed-by: Alex

Re: [PATCH] radeon: enable hawaii accel conditionally (v2)

2014-07-30 Thread Alex Deucher
On Tue, Jul 29, 2014 at 9:47 PM, Michel Dänzer mic...@daenzer.net wrote: On 29.07.2014 23:34, Alex Deucher wrote: Only if the kernel has the new CP firmware. v2: check value of ACCEL_WORKING2 Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- src/radeon_kms.c | 9 ++--- 1 file

[PATCH] radeon: enable hawaii accel conditionally (v2)

2014-07-29 Thread Alex Deucher
Only if the kernel has the new CP firmware. v2: check value of ACCEL_WORKING2 Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- src/radeon_kms.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/radeon_kms.c b/src/radeon_kms.c index 707d0c7..c4cf876 100644

Re: [PATCH] glamor: Eliminate diagonal tearing in xv

2014-07-28 Thread Alex Deucher
On Mon, Jul 28, 2014 at 2:10 PM, Keith Packard kei...@keithp.com wrote: This uses a single large triangle and a scissor to draw the video instead of two triangles. Signed-off-by: Keith Packard kei...@keithp.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- glamor/glamor_xv.c

Re: [PATCH 01/22] bsd: Remove some reference arm code behind #if 0

2014-07-24 Thread Alex Deucher
On Tue, Jul 22, 2014 at 11:46 AM, Adam Jackson a...@redhat.com wrote: git history is reference enough, thanks. Signed-off-by: Adam Jackson a...@redhat.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- hw/xfree86/os-support/bsd/arm_video.c | 139

Re: [PATCH 07/22] os: Remove deprecated malloc/free wrappers

2014-07-24 Thread Alex Deucher
On Tue, Jul 22, 2014 at 11:46 AM, Adam Jackson a...@redhat.com wrote: Signed-off-by: Adam Jackson a...@redhat.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- doc/Xserver-spec.xml | 6 ++ include/os.h | 37 + os/utils.c

Re: [PATCH 12/22] xfree86: Remove xf86ConfigActivePciEntity

2014-07-24 Thread Alex Deucher
On Tue, Jul 22, 2014 at 11:46 AM, Adam Jackson a...@redhat.com wrote: The giant OBSOLETE DO NOT USE comment has been there since 2000, probably it's safe to nuke by now. Signed-off-by: Adam Jackson a...@redhat.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- hw/xfree86/common

Re: [PATCH 18/22] xfree86: Remove useless #include fb.h

2014-07-24 Thread Alex Deucher
On Tue, Jul 22, 2014 at 11:46 AM, Adam Jackson a...@redhat.com wrote: Signed-off-by: Adam Jackson a...@redhat.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- hw/xfree86/modes/xf86Rotate.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/xfree86/modes/xf86Rotate.c b/hw

Re: [PATCH 19/22] xfree86: Remove unused HardEdges

2014-07-24 Thread Alex Deucher
On Tue, Jul 22, 2014 at 11:46 AM, Adam Jackson a...@redhat.com wrote: Signed-off-by: Adam Jackson a...@redhat.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- hw/xfree86/common/xf86Cursor.c | 17 + 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/hw

[PATCH] radeon: enable hawaii accel conditionally

2014-07-24 Thread Alex Deucher
Only if the kernel has the new CP firmware. Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- src/radeon_kms.c | 23 +++ 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/src/radeon_kms.c b/src/radeon_kms.c index 707d0c7..ab27911 100644 --- a/src

Re: [PATCH r128 3/5] Remove R128ConnectorType and R128BIOSConnector

2014-07-23 Thread Alex Deucher
On Tue, Jul 22, 2014 at 5:50 AM, Connor Behan connor.be...@gmail.com wrote: In the radeon UMS driver these make sense because there are many types of radeon cards and new ones keep coming out. With r128 on the other hand, there are only three types of cards (VGA only, DVI only and Mobility).

Re: [PATCH r128 0/5] Post RandR deletions

2014-07-23 Thread Alex Deucher
Unify byte swappers Remove R128ConnectorType and R128BIOSConnector Remove custom dualhead code Remove custom DGA code Patches 1,2,4,5 are: Reviewed-by: Alex Deucher alexander.deuc...@amd.com a couple comments on patch 3. Alex src/Makefile.am | 2 +- src/r128.h| 57

Re: [PATCH 10/16] xv: Fix malloc-failure cases in the fill color key helper.

2014-07-18 Thread Alex Deucher
On Fri, Jul 18, 2014 at 1:32 PM, Eric Anholt e...@anholt.net wrote: Signed-off-by: Eric Anholt e...@anholt.net Does what it says on the box. Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- Xext/xvmain.c | 22 +- 1 file changed, 13 insertions(+), 9 deletions

Re: [PATCH] Revert glamor: Fix coordinates handling for composite source/mask pictures

2014-07-17 Thread Alex Deucher
On Thu, Jul 17, 2014 at 8:10 PM, Keith Packard kei...@keithp.com wrote: Markus Wick mar...@selfnet.de writes: Hi, kwin still works fine. If you'll remove the ErrorF lines, this patch is: Reviewed-by: Markus Wick mar...@selfnet.de Merged (with ErrorF lines removed): 16fbad3..55f5bfb

Re: [Dell Vostro 3300] running bumblebee in Ubuntu 14.04 results in call trace in logs

2014-07-09 Thread Alex Deucher
On Wed, Jul 9, 2014 at 11:44 AM, Sayantan Das sayanta...@gmail.com wrote: Hi there, As per the request from Ubuntu devs, I am reporting this issue in the xorg mailing list. Please see the details below [1.] One line summary of the problem: [Dell Vostro 3300] running bumblebee in Ubuntu

Re: [PATCH r128] Move display enabling code to DPMS

2014-07-09 Thread Alex Deucher
On Wed, Jul 9, 2014 at 5:23 AM, Connor Behan connor.be...@gmail.com wrote: This ensures that DAC, TMDS and LVDS enable bits are properly saved and only set in the dpms hook. Signed-off-by: Connor Behan connor.be...@gmail.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- src

Re: [PATCH r128] Split up output register functions

2014-07-09 Thread Alex Deucher
-by: Connor Behan connor.be...@gmail.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- src/r128.h| 8 +- src/r128_crtc.c | 20 - src/r128_driver.c | 217 ++ src/r128_output.c | 30 +++- src/r128_probe.h | 2

Re: [PATCH r128] Split up flat panel register functions

2014-07-08 Thread Alex Deucher
On Tue, Jul 8, 2014 at 6:03 AM, Connor Behan connor.be...@gmail.com wrote: On 07/07/14 01:36 PM, Alex Deucher wrote: On Fri, Jul 4, 2014 at 1:59 AM, Connor Behan connor.be...@gmail.com wrote: The old code was writing registers more often than it needed to. TMDS writes were triggered

Re: x video extension support for MGA G200eW WPCM450

2014-07-07 Thread Alex Deucher
On Mon, Jul 7, 2014 at 6:40 AM, Raviv ra...@trego.co.il wrote: Hi, I'm porting a video application to a new x86 based hardware. the video card listed when running lspci is : VGA compatible controller: Matrox Graphics, Inc. MGA G200eW WPCM450 (rev 0a) the application i'm porting uses x video

Re: [PATCH r128] Only enable CRTCs for DPMSModeOn

2014-07-07 Thread Alex Deucher
On Fri, Jul 4, 2014 at 9:45 PM, Connor Behan connor.be...@gmail.com wrote: This was suggested as a power saving tip. Signed-off-by: Connor Behan connor.be...@gmail.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- src/r128_crtc.c | 14 ++ 1 file changed, 14

Re: [PATCH r128] Split up flat panel register functions

2014-07-07 Thread Alex Deucher
and RMX calls into their own functions. A couple of comments below about some of the encoder routing and enable bits. You can probably address them in a follow on patch if you are interested in clean things up further. Other than that, the patch is: Reviewed-by: Alex Deucher alexander.deuc

Re: [PATCH] Handle CRTC DPMS from output DPMS hooks

2014-06-30 Thread Alex Deucher
/resume and/or DPMS off/on cycle. This may also fix some dpm issues since the dpm updates are handled in the crtc dpms. Reviewed-by: Alex Deucher alexander.deuc...@amd.com Signed-off-by: Michel Dänzer michel.daen...@amd.com --- src/drmmode_display.c | 16 ++-- 1 file changed, 14

Re: XRandR/Xinerama and EyeFinity

2014-06-09 Thread Alex Deucher
On Mon, Jun 9, 2014 at 10:32 AM, Nikita Orlov nikitos1...@yandex.ru wrote: Hi! How are related XRandR/Xinerama and EyeFinity? Is XRandr/Xinerama implemented via hardware EyeFinity? Or are them totally separate features? I mean xf86-video-ati and Linux of cource. Eyefinity is a marketing

Re: XRandR/Xinerama and EyeFinity

2014-06-09 Thread Alex Deucher
://cgit.freedesktop.org/xorg/xserver/tree/hw/xfree86/modes Alex 09.06.2014, 18:39, Alex Deucher alexdeuc...@gmail.com: On Mon, Jun 9, 2014 at 10:32 AM, Nikita Orlov nikitos1...@yandex.ru wrote: Hi! How are related XRandR/Xinerama and EyeFinity? Is XRandr/Xinerama implemented via hardware EyeFinity

Re: [PATCH] Rename Option NoAccel to Accel

2014-06-04 Thread Alex Deucher
. Signed-off-by: Michel Dänzer michel.daen...@amd.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- man/radeon.man | 8 src/radeon.h | 2 +- src/radeon_kms.c | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/man/radeon.man b/man/radeon.man

Re: usb to VGA

2014-05-29 Thread Alex Deucher
On Wed, May 28, 2014 at 9:11 PM, Michael Durkin kc7...@gmail.com wrote: Yea .. im looking for Xorg or KMS drivers for it ... i dont think there are any yet ... and im hopeing some one would be interested in doing so ... You'll need to find out what chip it uses. There is pretty good KMS

Re: usb to VGA

2014-05-29 Thread Alex Deucher
driver and if not, see if they would be able to release documentation or sample code so you could write a driver. Alex On Thu, May 29, 2014 at 5:58 AM, Alex Deucher alexdeuc...@gmail.com wrote: On Wed, May 28, 2014 at 9:11 PM, Michael Durkin kc7...@gmail.com wrote: Yea .. im looking for Xorg

Re: [PATCH 2/2] xfree86: Fix initial output setup printout

2014-05-20 Thread Alex Deucher
with each. Signed-off-by: Adam Jackson a...@redhat.com This series never got any love. It would still be useful to show the initial CRTC origins in the log; any takers? They seems reasonable to me. Series is: Reviewed-by: Alex Deucher alexander.deuc...@amd.com - ajax --- hw/xfree86

Re: [PATCH] Don't disable acceleration on = SI on attempts to force EXA

2014-05-15 Thread Alex Deucher
On Thu, May 15, 2014 at 3:10 AM, Michel Dänzer mic...@daenzer.net wrote: From: Michel Dänzer michel.daen...@amd.com Also make this case clear in the log file: (WW) RADEON(0): EXA not supported, using glamor Signed-off-by: Michel Dänzer michel.daen...@amd.com Reviewed-by: Alex Deucher

Re: [Libva] VAAPI, VDPAU and ATI Radeon HD7750

2014-05-15 Thread Alex Deucher
On Thu, May 15, 2014 at 4:55 PM, G. Richard Bellamy rbell...@pteradigm.com wrote: Well, I spoke too soon. One of the issues I've been tracking with this card is crackling sound from the HDMI interface. I've now successfully narrowed down the problem to the HW Acceleration - when that's in use,

Re: RFC on major r128 update

2014-05-05 Thread Alex Deucher
On Mon, May 5, 2014 at 2:38 AM, Connor Behan connor.be...@gmail.com wrote: Over the last two months, I rewrote much of the r128 modesetting code in order to support RandR. The patch, which has many similarities to radeon UMS, is at https://bugs.freedesktop.org/show_bug.cgi?id=75629. I think

[PATCH 1/2] radeon: add support for Mullins.

2014-04-30 Thread Alex Deucher
From: Samuel Li samuel...@amd.com Signed-off-by: Samuel Li samuel...@amd.com Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- man/radeon.man | 3 +++ src/radeon_probe.h | 1 + 2 files changed, 4 insertions(+) diff --git a/man/radeon.man b/man/radeon.man index f6a825d..65b880c

[PATCH 2/2] radeon/kms: add Mullins pci ids.

2014-04-30 Thread Alex Deucher
From: Samuel Li samuel...@amd.com Signed-off-by: Samuel Li samuel...@amd.com Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- src/ati_pciids_gen.h | 16 src/pcidb/ati_pciids.csv | 16 src/radeon_chipinfo_gen.h | 16

Bug#746409: xserver-xorg-video-radeon: No 3D acceleration with radeon driver.

2014-04-29 Thread Alex Deucher
On Tue, Apr 29, 2014 at 2:58 PM, Владимир Титов megau...@yandex.ru wrote: Package: xserver-xorg-video-radeon Version: 1:6.14.4-8 Severity: normal Greetings everyone.I installed Debian Wheezy 7.5 on HDD. OS boot and GNOME 3 loading in fallback mode with error. I installed

Re: [PATCH] dri2: Handle PRIME for source buffer as well in radeon_dri2_copy_region2

2014-04-25 Thread Alex Deucher
On Thu, Apr 24, 2014 at 8:18 PM, Michel Dänzer mic...@daenzer.net wrote: From: Michel Dänzer michel.daen...@amd.com Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=77810 Signed-off-by: Michel Dänzer michel.daen...@amd.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- src

Re: [PATCH] Adapt to load_cursor_argb signature change in xserver 1.15.99.902

2014-04-15 Thread Alex Deucher
-by: Alex Deucher alexander.deuc...@amd.com --- src/drmmode_display.c | 8 1 file changed, 8 insertions(+) diff --git a/src/drmmode_display.c b/src/drmmode_display.c index 02bdf9e..fc99128 100644 --- a/src/drmmode_display.c +++ b/src/drmmode_display.c @@ -590,7 +590,11

Bug#742307: xserver-xorg-video-radeon: Radeon HD 6570 (Turks) - severe display corruption esp. after boot

2014-04-06 Thread Alex Deucher
On Sat, Mar 22, 2014 at 1:05 AM, Benjamin Moody benjaminmo...@gmail.com wrote: Package: xserver-xorg-video-radeon Version: 1:6.14.4-8 Severity: important Dear Maintainer, I have a Radeon HD 6570 card manufactured by XFX. I'm having multiple problems with this card, some of which are

Re: Lenovo X131e xorg.conf ?

2014-03-25 Thread Alex Deucher
On Mon, Mar 24, 2014 at 5:55 PM, Adrian Walker adriandwal...@gmail.com wrote: Hi All, Does anyone have a working xorg.conf for a Lenovo X131e please? You shoudn't need an xorg.conf for any KMS drivers. In most cases having a config will cause more problems than it solves. Alex

Re: [PATCH 14/20] glamor: stub out lines

2014-03-19 Thread Alex Deucher
On Wed, Mar 19, 2014 at 10:53 AM, Markus Wick mar...@selfnet.de wrote: I think this functions are worth to reimplement. eg horizontal lines are used a lot and very slow on mi. How are the interpolation requirement for a line? Is it possible to achive them with an opengl quad? Standalone

Re: RADEON(0): [drm] Failed to open DRM device: No such file or directory error

2014-03-15 Thread Alex Deucher
On Sat, Mar 15, 2014 at 4:34 AM, stompdagg...@yahoo.com stompdagg...@yahoo.com wrote: here is a simple test case that reproduces the issue on my machine: dagg@NCC-5001-D ~/workspace $ cat open_example.c #include unistd.h #include fcntl.h #include stdio.h #include errno.h #include string.h

Re: [PATCH v2] Allow enabling glamor on R500 (and R300) class 3D engines as well.

2014-03-10 Thread Alex Deucher
On Mon, Mar 10, 2014 at 3:33 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=75709 Signed-off-by: Michel Dänzer michel.daen...@amd.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- v2

[PATCH 2/2] radeon: enable tiling by default on CIK

2014-03-10 Thread Alex Deucher
Now that mesa 10.1 is released, we can enable this by default for CIK parts. Tiling improves memory bandwidth utilization. Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- src/radeon_kms.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/radeon_kms.c b/src

[PATCH 1/2] radeon: require libdrm 2.4.51

2014-03-10 Thread Alex Deucher
Required for proper tiling support on CIK parts. Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 200f979..e80de84 100644 --- a/configure.ac +++ b/configure.ac @@ -71,7

Re: x11/xcalib not working on radeondrm(4) ?

2014-02-27 Thread Alex Deucher
On Thu, Feb 27, 2014 at 4:30 AM, Alexis de BRUYN alexis.mailingl...@de-bruyn.fr wrote: On 27.02.2014 07:40, Michel Dänzer wrote: FWIW, if you set one of your connected outputs as the primary with xrandr --output DisplayPort-[123] --primary xcalib should work for that output I think. Not

Re: ati rage mobility-p crash

2014-02-26 Thread Alex Deucher
On Tue, Feb 25, 2014 at 9:22 PM, rwas rbt...@gmail.com wrote: Hello, 1. Option ExaNoComposite true this works 2. First try compiling xf86-video-mach64 from git ..also works. no crashes with the previously offending apps Life is good again, thanks. :) I am confused as to the

Re: x11/xcalib not working on radeondrm(4) ?

2014-02-25 Thread Alex Deucher
On Tue, Feb 25, 2014 at 12:27 PM, Alexis de BRUYN alexis.mailingl...@de-bruyn.fr wrote: Hi List, This mail was initialy posted on m...@openbsd.org but one of the developer suggested me to post here too. I am trying to adjust the brightness of my screens (and invert colors too) on the

Re: [PATCH] Only log debugging output about initializing colormaps when we're doing so

2014-02-24 Thread Alex Deucher
On Sun, Feb 23, 2014 at 11:12 PM, 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 Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- src/drmmode_display.c | 4 ++-- 1 file changed, 2 insertions

Re: Xorg crash on HD6450

2014-02-20 Thread Alex Deucher
On Wed, Feb 19, 2014 at 2:18 PM, Xavier Bestel xavier.bes...@free.fr wrote: Le mercredi 13 novembre 2013 à 12:19 +0900, Michel Dänzer a écrit : On Die, 2013-11-12 at 16:15 +0100, Xavier Bestel wrote: is the following kernel Oops expected ? An oops is not expected by definition. It

Re: [PATCH xf86-video-ati] return immediately in preinit when called with PROBE_DETECT

2014-02-18 Thread Alex Deucher
anything useful anymore? Not crashing is good. Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- diff --git a/src/radeon_kms.c b/src/radeon_kms.c index 21a420f..4a6c38e 100644 --- a/src/radeon_kms.c +++ b/src/radeon_kms.c @@ -781,6 +781,9 @@ Bool RADEONPreInit_KMS(ScrnInfoPtr pScrn

Re: Radeon rv610 (2400HD-Pro card) question

2014-02-07 Thread Alex Deucher
On Fri, Feb 7, 2014 at 3:34 PM, Gene Heskett ghesk...@shentel.net wrote: On Friday 07 February 2014 14:46:43 Alex Deucher did opine: On Wed, Feb 5, 2014 at 11:05 PM, Gene Heskett ghesk...@wdtv.com wrote: Greetings; Since it appears nvidia is not supporting the econo cards in the supply

[ANNOUNCE] xf86-video-ati 7.3.0

2014-01-24 Thread Alex Deucher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alex Deucher (16): radeon: disallow glamor on pre-R600 asics radeon/kms: add berlin pci ids radeon: enable glamor by default (v4) glamor: require 0.5.1 or newer radeon: fix limit handling for cards with 4G of ram

[ANNOUNCE] xf86-video-ati 7.3.0

2014-01-24 Thread Alex Deucher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alex Deucher (16): radeon: disallow glamor on pre-R600 asics radeon/kms: add berlin pci ids radeon: enable glamor by default (v4) glamor: require 0.5.1 or newer radeon: fix limit handling for cards with 4G of ram

Re: Xorg not working on PPC

2014-01-23 Thread Alex Deucher
On Wed, Jan 22, 2014 at 9:49 PM, Geoff Down geoffd...@fastmail.net wrote: Hello List, I'm installing Linux on a PowerMac G4. Since the installation with Gnome failed with a black-and-white horizontal stripey screen and frozen system, I was advised to try Xorg instead. My first attempt

Re: Quad head graphic card.

2014-01-23 Thread Alex Deucher
On Thu, Jan 23, 2014 at 5:48 PM, Grzegorz Sójka g...@sojka.co wrote: On 01/23/14 23:26, Alex Deucher wrote: On Thu, Jan 23, 2014 at 4:57 PM, Grzegorz Sójka g...@sojka.co wrote: Hi there, I have 4 identical monitors. So I decided to buy (not to expensive, around 100USD) quad head graphics

Re: Resurrecting uvesafb and turning it into a kms driver ?

2014-01-21 Thread Alex Deucher
On Tue, Jan 21, 2014 at 9:15 AM, Hans de Goede hdego...@redhat.com wrote: Hi, On 01/21/2014 12:57 PM, David Herrmann wrote: Hi On Tue, Jan 21, 2014 at 9:36 AM, Hans de Goede hdego...@redhat.com wrote: Hi, I've started a discussion on fedora-devel about what to do with old-style

Re: [PATCH mach64] Drop dependence on xf86PciInfo.h

2014-01-15 Thread Alex Deucher
On Thu, Dec 5, 2013 at 3:04 PM, Connor Behan connor.be...@gmail.com wrote: On 03/12/13 08:58 AM, Alex Deucher wrote: On Thu, Nov 28, 2013 at 2:53 AM, Connor Behan connor.be...@gmail.com wrote: It is about time we stop using this deprecated file and include pciids locally. Signed-off

Re: [PATCH] dri2: Make last_vblank_seq local unsigned to match dpms_last_seq

2014-01-08 Thread Alex Deucher
Dänzer michel.daen...@amd.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- src/radeon_dri2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/radeon_dri2.c b/src/radeon_dri2.c index 79d8f39..d47b035 100644 --- a/src/radeon_dri2.c +++ b/src/radeon_dri2.c

Re: [PATCH xrandr 0/3] Print GUIDs in canonical GUID format

2014-01-07 Thread Alex Deucher
/Globally_unique_identifier Aaron Plattner (3): Split output property printing into a helper function Move EDID printing into a helper function Special-case printing of the GUID property For the series: Reviewed-by: Alex Deucher alexander.deuc...@amd.com xrandr.c | 129

[PATCH] radeon/exa: Always use a scratch surface for UTS to vram

2014-01-06 Thread Alex Deucher
://bugs.freedesktop.org/show_bug.cgi?id=44099 Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- src/evergreen_exa.c| 5 +++-- src/r600_exa.c | 5 +++-- src/radeon_exa_funcs.c | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/evergreen_exa.c b/src

Re: [xorg-xgamma] Xgamma and xrandr discrepancy

2013-12-23 Thread Alex Deucher
On Sat, Dec 21, 2013 at 11:14 AM, Adrian C. an...@sysphere.org wrote: Hello I have a small issue with xgamma for a very long time that nobody could explain to me, so now I'd like to ask the developers. To get decent colors on my workstation and external monitors I want to apply gamma

Re: mga with default depth 16 turns computer off???

2013-12-20 Thread Alex Deucher
On Fri, Dec 20, 2013 at 4:40 AM, Felix Miata mrma...@earthlink.net wrote: This 1.13GHz i815 Piii with G400 AGP is multiboot which I've been updating over the past couple of days, Fedora 21, openSUSE 12.3, 13.1 13.2. It's been reliable for years, but tonight it has been acting like the power

Re: mga with default depth 16 turns computer off???

2013-12-20 Thread Alex Deucher
On Fri, Dec 20, 2013 at 5:03 PM, Felix Miata mrma...@earthlink.net wrote: On 2013-12-20 08:53 (GMT-0500) Alex Deucher composed: On Felix Miata wrote: This 1.13GHz i815 Piii with G400 AGP is multiboot which I've been updating over the past couple of days, Fedora 21, openSUSE 12.3, 13.1

Bug#732514: [PATCH] fixes for Radeon KMS on kFreeBSD

2013-12-18 Thread Alex Deucher
On Wed, Dec 18, 2013 at 4:18 PM, Robert Millan r...@debian.org wrote: On 18/12/2013 22:09, Julien Cristau wrote: On Wed, Dec 18, 2013 at 22:05:27 +0100, Robert Millan wrote: Besides, when it comes to KMS drivers, is there a point in auto-loading them just because the hardware is present?

Re: DMA ring test failure on Radeon HD 8970M

2013-12-10 Thread Alex Deucher
On Tue, Dec 10, 2013 at 1:16 AM, Joe Julian j...@julianfamily.org wrote: On Wed, 2013-12-04 at 12:08 -0500, Alex Deucher wrote: On Wed, Dec 4, 2013 at 12:41 AM, Joe Julian j...@julianfamily.org wrote: On Tue, 2013-12-03 at 09:28 -0500, Alex Deucher wrote: On Tue, Dec 3, 2013 at 8:20 AM, Joe

Re: DMA ring test failure on Radeon HD 8970M

2013-12-04 Thread Alex Deucher
On Wed, Dec 4, 2013 at 12:41 AM, Joe Julian j...@julianfamily.org wrote: On Tue, 2013-12-03 at 09:28 -0500, Alex Deucher wrote: On Tue, Dec 3, 2013 at 8:20 AM, Joe Julian j...@julianfamily.org wrote: Alex Deucher alexdeuc...@gmail.com wrote: On Fri, Nov 29, 2013 at 7:30 PM, Joe Julian j

Re: DMA ring test failure on Radeon HD 8970M

2013-12-03 Thread Alex Deucher
On Tue, Dec 3, 2013 at 8:20 AM, Joe Julian j...@julianfamily.org wrote: Alex Deucher alexdeuc...@gmail.com wrote: On Fri, Nov 29, 2013 at 7:30 PM, Joe Julian j...@julianfamily.org wrote: This MSI laptop has two crossfire connected video processors in it, 00:01.0 has a HD 8650G that seems

Re: [PATCH r128] Only declare PCITAG if we need it

2013-12-03 Thread Alex Deucher
On Thu, Nov 28, 2013 at 2:52 AM, Connor Behan connor.be...@gmail.com wrote: If libpciaccess is available, we do not need to declare the deprecated PciTag member because it will not be used. Signed-off-by: Connor Behan connor.be...@gmail.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com

Re: [PATCH mach64] Drop dependence on xf86PciInfo.h

2013-12-03 Thread Alex Deucher
On Thu, Nov 28, 2013 at 2:53 AM, Connor Behan connor.be...@gmail.com wrote: It is about time we stop using this deprecated file and include pciids locally. Signed-off-by: Connor Behan connor.be...@gmail.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- src/atimach64probe.c | 37

Re: [PATCH r128] Do not disable gouraud shading for a render op

2013-12-03 Thread Alex Deucher
On Wed, Nov 27, 2013 at 3:48 PM, Connor Behan connor.be...@gmail.com wrote: On 26/11/13 09:50 PM, Alex Deucher wrote: On Tue, Nov 26, 2013 at 10:36 PM, Connor Behan connor.be...@gmail.com wrote: [Fixing subject line] On 26/11/13 05:59 AM, Alex Deucher wrote: On Fri, Nov 22, 2013 at 3:25 PM

Re: DMA ring test failure on Radeon HD 8970M

2013-12-02 Thread Alex Deucher
On Fri, Nov 29, 2013 at 7:30 PM, Joe Julian j...@julianfamily.org wrote: This MSI laptop has two crossfire connected video processors in it, 00:01.0 has a HD 8650G that seems to initialize properly, and at 01:00.0 an HD 8970M that fails the ring 3 test, radeon: ring 3 test failed

Re: [PATCH r128] Drop dependence on xf86PciInfo.h

2013-11-26 Thread Alex Deucher
On Sat, Nov 23, 2013 at 1:58 AM, Connor Behan connor.be...@gmail.com wrote: It is about time we stop using this deprecated file and include pciids locally. Signed-off-by: Connor Behan connor.be...@gmail.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- src/r128_dri.c| 1

Re: [PATCH] Do not disable gouraud shading for a render op

2013-11-26 Thread Alex Deucher
On Fri, Nov 22, 2013 at 3:25 PM, Connor Behan connor.be...@gmail.com wrote: The EXA Composite hooks should not overwrite any register values expected by DRI. Initial testing of the EXA support revealed that R128_WINDOW_XY_OFFSET is one register where we have to be careful. However, it was

Re: [PATCH r128] Do not disable gouraud shading for a render op

2013-11-26 Thread Alex Deucher
On Tue, Nov 26, 2013 at 10:36 PM, Connor Behan connor.be...@gmail.com wrote: [Fixing subject line] On 26/11/13 05:59 AM, Alex Deucher wrote: On Fri, Nov 22, 2013 at 3:25 PM, Connor Behan connor.be...@gmail.com wrote: The EXA Composite hooks should not overwrite any register values expected

Re: [PATCH 0/5] A couple more present fixes

2013-11-21 Thread Alex Deucher
On Thu, Nov 21, 2013 at 1:12 AM, Keith Packard kei...@keithp.com wrote: Alex Deucher alexdeuc...@gmail.com writes: For anyone interested in fixing this for pre-present xserver, Ilija fixed it similarly in the ddx for radeon: http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?id

Re: [PATCH 0/5] A couple more present fixes

2013-11-20 Thread Alex Deucher
On Wed, Nov 20, 2013 at 1:51 AM, Keith Packard kei...@keithp.com wrote: I've gotten a couple more bugs in Present resolved, and I'd love to have some review of the current set of five tiny patches before I merge them to master. Three of these are a repost, the last two are new Again, I'm

Re: [PATCH] xfree86: Prefer fbdev to vesa

2013-11-15 Thread Alex Deucher
capable, or there's not and vesa will kick in anyway. Seems logical. Reviewed-by: Alex Deucher alexander.deuc...@amd.com Signed-off-by: Adam Jackson a...@redhat.com --- hw/xfree86/common/xf86AutoConfig.c | 17 + hw/xfree86/common/xf86Config.c | 2 +- 2 files changed

Re: ATI Radeon HD 8210 (missing?) driver

2013-11-11 Thread Alex Deucher
On Mon, Nov 11, 2013 at 8:47 AM, a.kapetano...@hispeed.ch wrote: Hi everyone, I bought a Toshiba Laptop (C75D-A-108) and I have installed debian wheezy on. I saw is that the graphics doesn't work, and I don't know what to do ; about this, my chip pci id is 1002:9834, what means 'ATI Radeon

Re: Horizontal timing range S3VIRGE

2013-11-08 Thread Alex Deucher
On Thu, Nov 7, 2013 at 9:39 AM, Martin martinr1...@yahoo.com wrote: IHAC, If my video card + monitor can do: S3VIRGE(0): Modeline 1400x1050x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz), shouldn't it also be able to do: Modeline 1920x1080_67.50 148.50 1920

Re: KMS/radeon regression: failure to set modes on CEDAR TAHITI v3.11 vs 3.12-rc5/rc7

2013-11-06 Thread Alex Deucher
On Sun, Nov 3, 2013 at 4:41 AM, Robin H. Johnson robb...@gentoo.org wrote: I apologize for not sending this sooner, but I wanted to be really sure that I wasn't introducing the bug elsewhere, and I was lacking time to even narrow it down this far. TL;DR: 3.11 kernel does proper modeset for

[PATCH] radeon: enable tiling on SI by default

2013-11-01 Thread Alex Deucher
Now that mesa 9.2 is out with support for tiling on SI asics, we can enable it here. Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- src/radeon_kms.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/radeon_kms.c b/src/radeon_kms.c index 255906b..5b85acc

Re: [PATCH r128] Do not use int10 or VBE on powerpc

2013-10-27 Thread Alex Deucher
this in a few days if there are no objections :). Looks good to me. Reviewed-by: Alex Deucher alexander.deuc...@amd.com src/r128_driver.c |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/r128_driver.c b/src/r128_driver.c index 72d9e3c..6acdf2d 100644 --- a/src

Re: Graphical Trouble with recent card AMD Radeon HD 8240

2013-10-14 Thread Alex Deucher
On Sun, Oct 13, 2013 at 10:02 PM, Quentin Garnier quentin.garnie...@gmail.com wrote: Hi all , I want to report some problems with my new computer . I am using Fedora 20 alpha 64 bits . When il lauched the X server my icon mouse is scrambled , and all object are very slow (Window and other

Re: [PATCH 1/2] dix: Add PostDispatchCallback

2013-10-02 Thread Alex Deucher
On Wed, Oct 2, 2013 at 11:56 AM, Adam Jackson a...@redhat.com wrote: maybe mention in the commit message that this is required to xineramify damage? Alex Signed-off-by: Adam Jackson a...@redhat.com --- dix/dispatch.c | 5 - include/dixstruct.h | 1 + 2 files changed, 5

Re: [PATCH video-ati] Revert radeon: enable glamor by default (v4)

2013-10-02 Thread Alex Deucher
On Wed, Oct 2, 2013 at 5:13 PM, Gaetan Nadon mems...@videotron.ca wrote: This reverts commit 282587cd0709850e7bacb1d8307065d95dc2c97d. Requiring the glamor package by default breaks the build as this package contains development files and is generally not installed by default in distros.

Re: [PATCH RESEND video-ark] Remove usage of mibstore.h (removed from server)

2013-09-26 Thread Alex Deucher
On Thu, Sep 26, 2013 at 8:24 AM, Gaetan Nadon mems...@videotron.ca wrote: The module had a compile error for this missing header file. Changes similar to vmware commit 23d87c92b7211cc5249eefe4ab3a2c7f370e279e Signed-off-by: Gaetan Nadon mems...@videotron.ca Reviewed-by: Alex Deucher

Re: Muxless Dual AMD + Xorg 1.14 = blank screen

2013-09-26 Thread Alex Deucher
On Thu, Sep 26, 2013 at 3:13 PM, Alexander Konotop alexander.kono...@gmail.com wrote: Hello, guys :-) Couldn't someone tell me if it's an issue or it really won't work as still unimplemented, or maybe I'm doing smth wrong: I have an AMD APU + External AMD card (Muxless). here's lspci --vv

[PATCH] radeon: fix limit handling for cards with 4G of ram

2013-09-26 Thread Alex Deucher
We can overflow the 32-bit limit. Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- src/drmmode_display.c | 2 +- src/radeon.h | 2 +- src/radeon_kms.c | 14 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/drmmode_display.c b/src

Re: [PATCH] DRI2: Install client callback only once

2013-09-26 Thread Alex Deucher
On Thu, Sep 26, 2013 at 10:48 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=60182 Signed-off-by: Michel Dänzer michel.daen...@amd.com Acked-by: Alex Deucher alexander.deuc...@amd.com --- src

Re: Latest radeon driver with 7670M

2013-09-24 Thread Alex Deucher
On Tue, Sep 24, 2013 at 3:31 PM, Vedran Furač vedran.fu...@gmail.com wrote: Hi All, Fglrx 2D is dead slow for me so I'm wondering if my 7670M (Turks on Dell 5520 laptop, hybrid with Intel) is supported with latest 7.2 free Radeon driver. I've spent few hours googling with no luck. I'll really

Re: [PATCH] EXA/evergreen: Paranoia around linear tiling.

2013-09-23 Thread Alex Deucher
On Fri, Sep 20, 2013 at 11:41 AM, Christopher James Halse Rogers r...@ubuntu.com wrote: The last two bytes of tiling_mode contain the actual tiling mode; the rest are extra tiling configuration bits. These configuration bits are not necessarily zero for a linear buffer, so mask them out before

Re: [PATCH] EXA/evergreen: Paranoia around linear tiling. (v2)

2013-09-23 Thread Alex Deucher
buffer, so mask them out before checking for linearity v2: Also fix up evergreen_textured_videofuncs.c Signed-off-by: Christopher James Halse Rogers r...@ubuntu.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- src/evergreen_exa.c | 15 ++- src

Re: [PATCH] Remove XAA

2013-09-22 Thread Alex Deucher
On Sun, Sep 22, 2013 at 12:27 PM, Matthieu Herrb matthieu.he...@laas.fr wrote: On Sun, Sep 22, 2013 at 08:59:42AM -0700, Alan Coopersmith wrote: On 09/21/13 07:49 AM, devz...@web.de wrote: Deliberately breaking drivers without giving people a chance to fix them isn't fair. Because of the

Re: HIS Radeon HD 6870 configuration in Debian wheezy

2013-09-16 Thread Alex Deucher
way? Most other distros include the firmware by default. Debian considers it non-free because the source to the firmware is not available. Alex Piotr On 16 September 2013 02:34, Alex Deucher alexdeuc...@gmail.com wrote: On Sat, Sep 14, 2013 at 2:11 PM, Piotr Winter piotr...@gmail.com

[PATCH] radeon: enable glamor automatically by default

2013-09-16 Thread Alex Deucher
It's required for newer asics, so enable it by default. Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index d1cf115..7cd30d2 100644 --- a/configure.ac +++ b/configure.ac

Re: HIS Radeon HD 6870 configuration in Debian wheezy

2013-09-16 Thread Alex Deucher
in Debian. You'll need to use a 3.11 or newer kernel. Alex Piotr On 16 September 2013 15:15, Alex Deucher alexdeuc...@gmail.com wrote: On Mon, Sep 16, 2013 at 3:13 AM, Piotr Winter piotr...@gmail.com wrote: This is exactly what was happening. Thank you very much. Installing

[PATCH] radeon: enable glamor automatically by default (v3)

2013-09-16 Thread Alex Deucher
It's required for newer asics, so enable it by default. v2: update the autoconf help. Require --disable-glamor to build without glamor support. v3: default to yes rather than auto Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- configure.ac | 6 +++--- 1 file changed, 3 insertions

[PATCH 2/2] glamor: require 0.5.1 or newer

2013-09-16 Thread Alex Deucher
0.5.1 fixes a number of issues. Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 52f8074..faf6400 100644 --- a/configure.ac +++ b/configure.ac @@ -107,7 +107,7

[PATCH 1/2] radeon: enable glamor automatically by default (v2)

2013-09-16 Thread Alex Deucher
It's required for newer asics, so enable it by default. v2: update the autoconf help. Require --disable-glamor to build without glamor support. Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH] radeon: enable glamor automatically by default (v4)

2013-09-16 Thread Alex Deucher
It's required for newer asics, so enable it by default. v2: update the autoconf help. Require --disable-glamor to build without glamor support. v3: default to yes rather than auto v4: fix help text Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- configure.ac | 6 +++--- 1 file

Re: HIS Radeon HD 6870 configuration in Debian wheezy

2013-09-15 Thread Alex Deucher
On Sat, Sep 14, 2013 at 2:11 PM, Piotr Winter piotr...@gmail.com wrote: Hello I need help with radeon hd 6870 setup in debian wheezy. I'm a linux newbie. Autodetection did not work, since I only have low resolution enabled (max 1280x1024) I did the search and found Debian AtiHowTo

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