Re: [PATCH] radeon: adopt for new X server dirty tracking APIs.

2015-07-09 Thread Alex Deucher
On Thu, Jul 9, 2015 at 5:27 AM, Dave Airlie airl...@gmail.com wrote: Signed-off-by: Dave Airlie airl...@redhat.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- src/drmmode_display.c | 4 +++- src/radeon_kms.c | 4 2 files changed, 7 insertions(+), 1 deletion(-) diff

Re: [PATCH 1/3] present: Fall back to modeset for unflip operation

2015-07-08 Thread Alex Deucher
setting DPMS off while a fullscreen Present app is running, e.g. at the GNOME3 lock screen. Signed-off-by: Michel Dänzer michel.daen...@amd.com Having to do a full modeset is pretty ugly, but I don't have a better solution. Series is: Reviewed-by: Alex Deucher alexander.deuc...@amd.com

Re: [PATCH 1/7] glamor: Drop a redundant check.

2015-07-01 Thread Alex Deucher
On Tue, Jun 30, 2015 at 6:58 PM, Eric Anholt e...@anholt.net wrote: Above, we've already checked for -fbo -fbo-fb and returned. Signed-off-by: Eric Anholt e...@anholt.net Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- glamor/glamor_pixmap.c | 3 +-- 1 file changed, 1 insertion

Re: [PATCH 7/7] glamor: Use ARRAY_SIZE in a couple more places for consistency.

2015-07-01 Thread Alex Deucher
On Tue, Jun 30, 2015 at 6:58 PM, Eric Anholt e...@anholt.net wrote: Signed-off-by: Eric Anholt e...@anholt.net Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- glamor/glamor_program.c | 6 ++ glamor/glamor_render.c | 5 + 2 files changed, 3 insertions(+), 8 deletions

Re: [PATCH 5/7] glamor: Make a bunch of single-file glamor functions static.

2015-07-01 Thread Alex Deucher
On Tue, Jun 30, 2015 at 6:58 PM, Eric Anholt e...@anholt.net wrote: Signed-off-by: Eric Anholt e...@anholt.net Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- glamor/glamor_largepixmap.c | 10 +++--- glamor/glamor_priv.h| 22 -- glamor

Re: [PATCH 2/7] glamor: Fix up some weird formatting in _glamor_create_fbo_array().

2015-07-01 Thread Alex Deucher
On Tue, Jun 30, 2015 at 6:58 PM, Eric Anholt e...@anholt.net wrote: Signed-off-by: Eric Anholt e...@anholt.net Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- glamor/glamor_fbo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glamor/glamor_fbo.c b/glamor

Re: [PATCH 4/7] glamor: Drop dead glamor_es2_pixmap_read_prepare().

2015-07-01 Thread Alex Deucher
On Tue, Jun 30, 2015 at 6:58 PM, Eric Anholt e...@anholt.net wrote: It's been unused since I killed glamor_download_pixmap_to_cpu(). Signed-off-by: Eric Anholt e...@anholt.net Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- glamor/glamor_pixmap.c | 70

Re: [PATCH 3/7] glamor: Restore the hook to glamor_composite_rectangles().

2015-07-01 Thread Alex Deucher
On Tue, Jun 30, 2015 at 6:58 PM, Eric Anholt e...@anholt.net wrote: It was apparently accidentally dropped in keithp's removal of _nf functions in 90d326fcc687e6d6d4b308f6272ededcf8145a17. Signed-off-by: Eric Anholt e...@anholt.net Reviewed-by: Alex Deucher alexander.deuc...@amd.com

Re: [PATCH] prime: add rotation support for offloaded outputs (v2)

2015-07-01 Thread Alex Deucher
and rotations. This breaks ABI in two places. Signed-off-by: Dave Airlie airl...@redhat.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- dix/pixmap.c | 180 +-- hw/xfree86/drivers/modesetting/driver.c | 2 +- hw/xfree86

Re: [PATCH 6/7] glamor: Mark a bunch of single-file data static.

2015-07-01 Thread Alex Deucher
Anholt e...@anholt.net Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- glamor/glamor_core.c| 2 +- glamor/glamor_program.c | 8 glamor/glamor_render.c | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/glamor/glamor_core.c b/glamor/glamor_core.c

Re: [PATCH] Skip disabled CRTCs in radeon_scanout_(do_)update

2015-06-24 Thread Alex Deucher
On Tue, Jun 16, 2015 at 4:35 AM, Michel Dänzer mic...@daenzer.net wrote: From: Michel Dänzer michel.daen...@amd.com The vblank / page flip ioctls don't work as expected for a disabled CRTC. Signed-off-by: Michel Dänzer michel.daen...@amd.com Reviewed-by: Alex Deucher alexander.deuc

Re: [PATCH xf86-video-amdgpu] Handle CRTC DPMS from output DPMS hooks

2015-06-24 Thread Alex Deucher
/resume and/or DPMS off/on cycle. (imported from commit c4ae0e2cbcc0e2ebf9f13ee92d59b5120254a1dc) Signed-off-by: Michel Dänzer michel.daen...@amd.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- src/drmmode_display.c | 17 +++-- 1 file changed, 15 insertions(+), 2

Re: [PATCH 1/2] present: Ignore TILE_SPLIT tiling flags in page flip check.

2015-06-24 Thread Alex Deucher
On Sun, Jun 21, 2015 at 6:36 PM, Mario Kleiner mario.kleiner...@gmail.com wrote: On 06/05/2015 03:10 PM, Alex Deucher wrote: On Fri, Jun 5, 2015 at 8:33 AM, Mario Kleiner mario.kleiner...@gmail.com wrote: Mismatched tile split bits between source pixmap and target screen pixmap caused

Re: [PATCH] Don't attempt a DRI2/Present page flip while the other one is flipping

2015-06-11 Thread Alex Deucher
-by: Michel Dänzer michel.daen...@amd.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- src/drmmode_display.h | 3 +++ src/radeon_dri2.c | 23 +-- src/radeon_present.c | 17 - 3 files changed, 36 insertions(+), 7 deletions(-) diff --git

Re: [PATCH xf86-video-amdgpu 00/11] ShadowPrimary TearFree support

2015-06-11 Thread Alex Deucher
. Reviewed-by: Alex Deucher alexander.deuc...@amd.com [PATCH xf86-video-amdgpu 01/11] Rename scanout_pixmap_x field to [PATCH xf86-video-amdgpu 02/11] Split out struct drmmode_scanout for [PATCH xf86-video-amdgpu 03/11] Add RADEON_CREATE_PIXMAP_SCANOUT flag [PATCH xf86-video-amdgpu 04/11

Re: [PATCH] [RFC] cursor: drop ARGB_CURSOR

2015-06-09 Thread Alex Deucher
it. Signed-off-by: Dave Airlie airl...@redhat.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- dix/cursor.c | 8 hw/kdrive/ephyr/ephyrcursor.c | 4 hw/xfree86/modes/xf86Cursors.c | 8 hw/xfree86/ramdac/xf86Cursor.c | 2 -- hw/xfree86

Re: [PATCH 2/2] Allow/Fix use of multiple ZaphodHead outputs per x-screen.

2015-06-05 Thread Alex Deucher
combos of one, two or three ZaphodHeads per one, two or three x-screens. This is a port of almost identical code from nouveau-ddx. Signed-off-by: Mario Kleiner mario.kleiner...@gmail.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- src/drmmode_display.c | 44

Re: [PATCH 1/2] present: Ignore TILE_SPLIT tiling flags in page flip check.

2015-06-05 Thread Alex Deucher
On Fri, Jun 5, 2015 at 8:33 AM, Mario Kleiner mario.kleiner...@gmail.com wrote: Mismatched tile split bits between source pixmap and target screen pixmap caused present_check_flip to reject page flips on at least RV730 (Radeon HD 4670). (Source pixmap had 0x1, Target screen pixmap had

Re: [PATCH xf86-video-amdgpu 0/13] DRI3/Present support ported from radeon

2015-06-02 Thread Alex Deucher
extension [PATCH xf86-video-amdgpu 11/13] glamor: Add radeon_pixmap parameter [PATCH xf86-video-amdgpu 12/13] amdgpu_set_shared_pixmap_backing: Add [PATCH xf86-video-amdgpu 13/13] Add DRI3 support For the series: Reviewed-by: Alex Deucher alexander.deuc...@amd.com

Re: [PATCH 1/4] present: static cleanup

2015-06-02 Thread Alex Deucher
On Tue, Jun 2, 2015 at 11:37 AM, Adam Jackson a...@redhat.com wrote: Signed-off-by: Adam Jackson a...@redhat.com For the series: Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- present/present_event.c | 2 +- present/present_priv.h| 2 -- present/present_request.c | 4

Re: [PATCH] DRI2: Fix handling of drmmode_crtc_get_ust_msc return code

2015-06-01 Thread Alex Deucher
michel.daen...@amd.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- src/radeon_dri2.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/radeon_dri2.c b/src/radeon_dri2.c index 6bb3dc6..a1f0145 100644 --- a/src/radeon_dri2.c +++ b/src/radeon_dri2.c

Re: [PATCH xf86-video-amdgpu] Check GBM_BO_USE_LINEAR correctly

2015-05-28 Thread Alex Deucher
On Thu, May 28, 2015 at 12:02 PM, Jammy Zhou jammy.z...@amd.com wrote: Signed-off-by: Jammy Zhou jammy.z...@amd.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- configure.ac | 11 +++ src/amdgpu_bo_helper.c | 2 +- src/amdgpu_kms.c | 2 +- 3 files

Re: [PATCH] glamor: Only wait for GPU writes in radeon_glamor_prepare_access_cpu_ro

2015-05-27 Thread Alex Deucher
On Wed, May 27, 2015 at 10:29 PM, Michel Dänzer mic...@daenzer.net wrote: From: Michel Dänzer michel.daen...@amd.com We don't need to wait for GPU reads to finish before reading with the CPU. Signed-off-by: Michel Dänzer michel.daen...@amd.com Reviewed-by: Alex Deucher alexander.deuc

Bug#786816: xserver-xorg-video-radeon: Leaving X (suspend, switch to VT) scrambles the desktop colours

2015-05-27 Thread Alex Deucher
On Wed, May 20, 2015 at 4:53 PM, rw r...@shadowrobot.com wrote: Package: xserver-xorg-video-radeon Version: 1:7.5.0-1 Severity: normal Dear Maintainer, Using X on a Thinkpad T60, just upgraded to Debian 8. Previous versions worked fine for suspend/resume/switch to VT and back Now

Bug#785448: xserver-xorg-video-ati: Screen is badly tinged with green when using the open source driver

2015-05-19 Thread Alex Deucher
On Mon, May 18, 2015 at 4:32 AM, Owen Riddy owen.ri...@gmail.com wrote: No worries. It turns out that the problem was the Color Format of my screen. Dunno what that is, but it was configuring poorly and the open source driver seems happier when it is set to RGB rather than YCbCr. Maybe

Bug#785448: xserver-xorg-video-ati: Screen is badly tinged with green when using the open source driver

2015-05-18 Thread Alex Deucher
On Mon, May 18, 2015 at 3:28 AM, Owen Riddy owen.ri...@gmail.com wrote: I have not, but if I reboot the computer to an install of Jessie using fglrx the tinge is not present; and it appeared shortly after updating to Jessie + unstable. I'll try a few things with the cable report back if any of

[PATCH 2/2] add some new tonga pci ids

2015-05-12 Thread Alex Deucher
Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- src/amdgpu_chipinfo_gen.h | 7 +-- src/amdgpu_chipset_gen.h | 7 +-- src/amdgpu_pci_chipset_gen.h | 7 +-- src/amdgpu_pci_device_match_gen.h | 7 +-- src/ati_pciids_gen.h | 7 +-- src

[PATCH] add new bonaire pci id

2015-05-12 Thread Alex Deucher
Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- src/ati_pciids_gen.h | 1 + src/pcidb/ati_pciids.csv | 1 + src/radeon_chipinfo_gen.h | 1 + src/radeon_chipset_gen.h | 1 + src/radeon_pci_chipset_gen.h | 1 + src/radeon_pci_device_match_gen.h

[PATCH 1/2] add new bonaire pci id

2015-05-12 Thread Alex Deucher
Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- src/amdgpu_chipinfo_gen.h | 1 + src/amdgpu_chipset_gen.h | 1 + src/amdgpu_pci_chipset_gen.h | 1 + src/amdgpu_pci_device_match_gen.h | 1 + src/ati_pciids_gen.h | 1 + src/pcidb/ati_pciids.csv

Re: [PATCH] glamor: Deal with glamor_glyphs_init being removed from xserver

2015-05-12 Thread Alex Deucher
On Tue, May 12, 2015 at 4:46 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 Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- glamor_glyphs_init would be removed by http

Re: Radeon 8570 HD R7 240 OEM

2015-05-11 Thread Alex Deucher
On Sat, May 9, 2015 at 1:38 PM, Yogi A. Patel yapa...@gatech.edu wrote: Hi - Is there any plan for supporting the Radeon HD 8570/R7 240 OEM card? They have been supported for a while. Alex ___ xorg-driver-ati mailing list xorg-driver-ati@lists.x.org

Re: Radeon 8570 HD R7 240 OEM

2015-05-11 Thread Alex Deucher
On Mon, May 11, 2015 at 5:21 PM, Yogi A. Patel yapa...@gatech.edu wrote: On May 12, 2015, at 06:10, Alex Deucher alexdeuc...@gmail.com wrote: On Mon, May 11, 2015 at 5:04 PM, Yogi A. Patel yapa...@gatech.edu wrote: We use a custom RT kernel (using Xenomai). You are correct, I do see

Re: Radeon 8570 HD R7 240 OEM

2015-05-11 Thread Alex Deucher
and dmesg has no trace of Radeon ever loading). Manually loading at startup also doesn't fix the problem. Thoughts? What custom kernel are you using? Maybe it's too old or missing features. Alex Yogi A. Patel @yapatel525 On May 11, 2015, at 22:42, Alex Deucher alexdeuc...@gmail.com wrote

Re: [PATCH] Skip disabled CRTCs in drmmode_set_desired_modes() even if set_hw == FALSE

2015-04-30 Thread Alex Deucher
-by: Alex Deucher alexander.deuc...@amd.com --- src/drmmode_display.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/drmmode_display.c b/src/drmmode_display.c index 06d1ec0..c12bf51 100644 --- a/src/drmmode_display.c +++ b/src/drmmode_display.c @@ -2145,10

[PATCH] amdgpu: fixup README

2015-04-24 Thread Alex Deucher
Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 4b92a18..98deab9 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -xf86-video-ati - ATI Radeon video driver for the Xorg X server +xf86

Re: [PATCH xf86-video-amdgpu] Add 10-amdgpu.conf xorg.conf.d snippet

2015-04-23 Thread Alex Deucher
-by: Alex Deucher alexander.deuc...@amd.com --- Makefile.am | 2 +- conf/10-amdgpu.conf | 5 + conf/Makefile.am| 24 configure.ac| 14 ++ 4 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 conf/10-amdgpu.conf

Re: [PATCH 6/5] On screen resize, clear the new buffer before displaying it

2015-04-22 Thread Alex Deucher
...@amd.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- src/drmmode_display.c| 23 --- src/radeon.h | 1 + src/radeon_glamor_wrappers.c | 9 + 3 files changed, 30 insertions(+), 3 deletions(-) diff --git a/src/drmmode_display.c b

Re: [PATCH] DRI2: Clear old-devPrivate.ptr in fixup_glamor

2015-04-22 Thread Alex Deucher
Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- src/radeon_dri2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/radeon_dri2.c b/src/radeon_dri2.c index 31a1ce7..6bb3dc6 100644 --- a/src/radeon_dri2.c +++ b/src/radeon_dri2.c @@ -119,6 +119,7 @@ static PixmapPtr fixup_glamor

Re: [PATCH] xfree86: attempt to autoconfig gpu slave devices (v3)

2015-04-22 Thread Alex Deucher
will get assigned to the GPUDevice sections for the screen. v2: fix the skipping unsuitable screen logic (Aaron) v3: fix segfault if not conf file (me, 5s after sending v2) Anyone care to r-b this? I'm not too familiar with the code in question, but the logic seems correct. Reviewed-by: Alex

Re: [PATCH 0/5] Smoother startup

2015-04-22 Thread Alex Deucher
work as intended with glamor as well The patches apply on top of the 'Add Option TearFree' patch and are also available on the master branch of git://people.freedesktop.org/~daenzer/xf86-video-ati . For the series: Reviewed-by: Alex Deucher alexander.deuc...@amd.com [PATCH 1/5] Only copy

Re: [PATCH] Add amdgpu as a default driver for AMD GPUs

2015-04-20 Thread Alex Deucher
On Mon, Apr 20, 2015 at 11:08 PM, Michel Dänzer mic...@daenzer.net wrote: From: Michel Dänzer michel.daen...@amd.com Its Probe hook bails cleanly when it can't initialize, in which case the ati driver will be tried next. Signed-off-by: Michel Dänzer michel.daen...@amd.com Reviewed-by: Alex

Re: [PATCH] Add Option TearFree

2015-04-20 Thread Alex Deucher
On Mon, Apr 20, 2015 at 5:54 AM, Michel Dänzer mic...@daenzer.net wrote: From: Michel Dänzer michel.daen...@amd.com Avoids tearing by flipping between two scanout BOs per (non-rotated) CRTC Signed-off-by: Michel Dänzer michel.daen...@amd.com Reviewed-by: Alex Deucher alexander.deuc

Re: [PATCH 0/7] glamor: Option ShadowPrimary

2015-04-20 Thread Alex Deucher
corner of each monitor. These changes are also available on the master branch of git://people.freedesktop.org/~daenzer/xf86-video-ati . For the series: Reviewed-by: Alex Deucher alexander.deuc...@amd.com [PATCH 1/7] Rename scanout_pixmap_x field to prime_pixmap_x [PATCH 2/7] Split out struct

Re: [PATCH] glamor: Remove the stride member of struct radeon_pixmap

2015-04-16 Thread Alex Deucher
On Thu, Apr 16, 2015 at 5:48 AM, Michel Dänzer mic...@daenzer.net wrote: From: Michel Dänzer michel.daen...@amd.com Its value was always the same as that of the PixmapRec devKind member. Signed-off-by: Michel Dänzer michel.daen...@amd.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com

Bug#782610: linux-image-3.16.0-4-amd64, xserver-xorg-video-radeon: Acer Aspire One 725: black screen in X after resume

2015-04-15 Thread Alex Deucher
On Tue, Apr 14, 2015 at 2:58 PM, Simon Richter s...@debian.org wrote: Package: linux-image-3.16.0-4-amd64,xserver-xorg-video-radeon Severity: normal Hi, I've recently installed an Acer Aspire One 725 with Debian jessie, and found that after resuming from sleep, the display remains black

Re: [PATCH 1/2] Add radeon_get_pixmap_tiling_flags helper

2015-04-02 Thread Alex Deucher
On Wed, Apr 1, 2015 at 9:36 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 For the series: Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- src/radeon_bo_helper.c | 33

Re: [PATCH] glamor: Prepare for GLAMOR_* flags being removed from xserver

2015-03-27 Thread Alex Deucher
On Thu, Mar 26, 2015 at 4:28 AM, Michel Dänzer mic...@daenzer.net wrote: From: Michel Dänzer michel.daen...@amd.com The behaviour will be the same when the flags are removed. Signed-off-by: Michel Dänzer michel.daen...@amd.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- src

Re: [PATCH] glamor: Prepare for GLAMOR_* flags being removed from xserver

2015-03-27 Thread Alex Deucher
On Thu, Mar 26, 2015 at 4:28 AM, Michel Dänzer mic...@daenzer.net wrote: From: Michel Dänzer michel.daen...@amd.com The behaviour will be the same when the flags are removed. Signed-off-by: Michel Dänzer michel.daen...@amd.com --- src/radeon_glamor.c | 8 +++- src/radeon_glamor.h

Re: [PATCH 1/3] Increase robustness against DRM page flip ioctl failures v2

2015-03-27 Thread Alex Deucher
://bugs.freedesktop.org/show_bug.cgi?id=89681 v2: Only call drmModeRmFB for flipdata-old_fb_id on receipt of last DRM page flip event. Fixes Black screen on making glxgears fullscreen with DRI3 enabled. Signed-off-by: Michel Dänzer michel.daen...@amd.com For the series: Reviewed-by: Alex Deucher

Re: [PATCH 1/2] Move get_pixmap_handle helper to radeon_bo_helper.c

2015-03-27 Thread Alex Deucher
On Thu, Mar 26, 2015 at 11:37 PM, Michel Dänzer mic...@daenzer.net wrote: From: Michel Dänzer michel.daen...@amd.com No functional change. Signed-off-by: Michel Dänzer michel.daen...@amd.com For the series: Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- src/radeon_bo_helper.c

Re: [PATCH 0/5] Trivial randr cleanups

2015-03-20 Thread Alex Deucher
decided to remove them. Alternatively we can change them to LogMessageVerb(X_INFO, 3...) or similar. While there, my editor pointed out a few long lines so I've decided to address those as well :-) Any and all input will be appreciated. For the series: Reviewed-by: Alex Deucher alexander.deuc

Re: [PATCH 3/3] glamor: Avoid generating GEM flink names for BOs shared via DRI3 v2

2015-03-19 Thread Alex Deucher
directly via dma-buf. v2: Close dma-buf file descriptor, pointed out by Axel Davy. Signed-off-by: Michel Dänzer michel.daen...@amd.com For the series: Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- src/radeon.h | 4 src/radeon_dri3.c| 10 ++ src

Re: [PATCH 2/2] modesetting: Include dix-config.h from dumb_bo.c

2015-03-17 Thread Alex Deucher
On Mon, Mar 16, 2015 at 9:21 PM, Michel Dänzer mic...@daenzer.net wrote: From: Michel Dänzer michel.daen...@amd.com Fixes mmap failures with 32-bit builds. Signed-off-by: Michel Dänzer mic...@daenzer.net For the series: Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- hw/xfree86

Re: [PATCH 0/14] DRI3 and Present support

2015-03-16 Thread Alex Deucher
, probably due to bugs in the Gallium DRI state tracker code), it's guarded by Option DRI3 for now. It should work with EXA as well, but I've only tested glamor. Any testing with EXA appreciated. Latest versions of the patches are: Reviewed-by: Alex Deucher alexander.deuc...@amd.com [PATCH 01

Re: FireMV 2250 thermal sensor data

2015-03-11 Thread Alex Deucher
On Wed, Mar 11, 2015 at 3:28 PM, Basker P baske...@gmail.com wrote: Hi, Does ATI FireMV 2250 card driver support reporting thermal sensor data via hwmon? Is there any other way I can get the temperature fan information? I'm also interested in looking at the code that reads this information

Re: [PATCH 2/2] exa: Verify non-null pSrc in mgaDownloadFromScreen()

2015-03-03 Thread Alex Deucher
On Tue, Mar 3, 2015 at 2:21 PM, Tormod Volden lists.tor...@gmail.com wrote: On Tue, Mar 3, 2015 at 3:18 AM, Michel Dänzer wrote: On 03.03.2015 05:01, Tormod Volden wrote: mgaDownloadFromScreen(PixmapPtr pSrc, int x, int y, int w, int h, char *dst, int dst_pitch) { +

Re: [PATCH 2/2] exa: Verify non-null pSrc in mgaDownloadFromScreen()

2015-03-03 Thread Alex Deucher
On Tue, Mar 3, 2015 at 3:50 PM, Tormod Volden lists.tor...@gmail.com wrote: On Tue, Mar 3, 2015 at 9:21 PM, Alex Deucher wrote: On Tue, Mar 3, 2015 at 2:21 PM, Tormod Volden wrote: On Tue, Mar 3, 2015 at 3:18 AM, Michel Dänzer wrote: About patch 1, since mgaDownloadFromScreen doesn't do

Re: multihead output bug where? kernel? driver? server?

2015-03-02 Thread Alex Deucher
On Sat, Feb 28, 2015 at 4:57 AM, Felix Miata mrma...@earthlink.net wrote: Whether starting X including this: xrandr --dpi 144 --output DVI-0 --mode 1920x1080 --above VGA-0 --output VGA-0 --primary --mode 1920x1440 # ati dual works or not depends on which Radeon gfxcard used, and how new the

Re: Video option for a big endian machine?

2015-02-11 Thread Alex Deucher
On Wed, Feb 11, 2015 at 3:53 AM, lausg...@gmail.com wrote: Hello. I'm looking for a PCI or AGP video card that would work on a Linux port for a big endian architecture (HP PA-RISC). Unfortunately the stock video options (ATI FireGL X1 and X3) give an incredibly slow unaccelerated 2D due to

GSoC Ideas!

2015-02-11 Thread Alex Deucher
Hi everyone! It's that time of year again. Time to start coming up with GSoC ideas. Martin and I are organizing this year's Xorg entry. We need to fill in our ideas page with some good possible projects for students. The project ideas should be something that a student could accomplish over

GSoC Ideas!

2015-02-11 Thread Alex Deucher
Hi everyone! It's that time of year again. Time to start coming up with GSoC ideas. Martin and I are organizing this year's Xorg entry. We need to fill in our ideas page with some good possible projects for students. The project ideas should be something that a student could accomplish over

Re: [PATCH] glamor: check max native ALU instructions

2015-01-28 Thread Alex Deucher
On Wed, Jan 28, 2015 at 4:55 PM, Ian Romanick i...@freedesktop.org wrote: On 01/28/2015 01:00 PM, Olivier Fourdan wrote: On 28/01/15 21:17, Ian Romanick wrote: Do we know which GPUs cannot meet this limit and also do not have true integer support? I wonder if we should go ahead and do the

Re: [xf86-video-ati] dri2: Enable BufferAge support

2015-01-20 Thread Alex Deucher
exchanges. radeon does not support TripleBuffering so we do not have to worry about perserving the flags when injecting the third buffer. Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk Cc: Dave Airlie airl...@redhat.com Cc: Jerome Glisse jgli...@redhat.com Cc: Alex Deucher alexander.deuc

Re: Dual screen issues with Radeon X1250 on HP t5730

2015-01-20 Thread Alex Deucher
On Tue, Jan 20, 2015 at 5:16 AM, Jeffrey Langerak jeff...@langerak.it wrote: Hi, Does disabling ColorTiling2D or ColorTiling work around the problem? If not, please provide the corresponding Xorg log file. Disabling the ColorTiling option seemed to fix the issue, according to the radeon

Re: [PATCH] randr/prime: Don't stop on the first pipe when disabling ReplaceScanoutPixmap

2015-01-16 Thread Alex Deucher
://bugs.freedesktop.org/show_bug.cgi?id=84653 Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk Cc: Dave Airlie airl...@redhat.com Tested-by: Christoph Haag haa...@frickel.club Ping? Reviewed-by: Alex Deucher alexander.deuc...@amd.com -Chris -- Chris Wilson, Intel Open Source

Re: Dual screen issues with Radeon X1250 on HP t5730

2015-01-15 Thread Alex Deucher
On Wed, Jan 14, 2015 at 4:59 AM, Jeffrey Langerak jeff...@prutsertjes.nl wrote: Hi all, I have a HP t5730 thin client, lightly converted to a fat client sporting the following specs: AMD Turion X2 TL-58 1,9GHz CPU 2GB 800MHz RAM 32MB Radeon X1250 GPU 8GB DOM flash disk OS'es tested:

Re: [PATCHv2] dri2: Set vdpau driver name if ddx does not provide any driver name

2015-01-06 Thread Alex Deucher
assume that the VDPAU driver matches the DRI2 driver name, this is true for nouveau, r300, r600 and radeonsi i.e all VDPAU drivers currently supported by mesa. Signed-off-by: Adel Gadllah adel.gadl...@gmail.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- hw/xfree86/dri2/dri2.c | 6

Re: [PATCH 0/2] Fix GPU screen handling for drivers with no normal screens

2015-01-05 Thread Alex Deucher
. Series is: Acked-by: Alex Deucher alexander.deuc...@amd.com Aaron Plattner (2): xfree86: Fix xf86_check_platform_slot's handling of PCI xfree86: Add GPU screens even if there are no active GDevs hw/xfree86/common/xf86platformBus.c | 20 +++- 1 file changed, 15

Re: How to configure radeonsi for clone mode?

2015-01-05 Thread Alex Deucher
On Fri, Jan 2, 2015 at 5:25 AM, Boszormenyi Zoltan zbos...@pr.hu wrote: Hi, for an NVIDIA based Xorg setup with the proprietary driver, I have this file as /etc/X11/xorg.conf.d/nvidia.conf: Section Device Identifier NVIDIA Driver nvidia Option

Re: [PATCH] glamor: Make glamor_purge_fbo static

2014-12-30 Thread Alex Deucher
On Tue, Dec 23, 2014 at 9:46 PM, Michel Dänzer mic...@daenzer.net wrote: From: Michel Dänzer michel.daen...@amd.com Only called from glamor_fbo.c now. Signed-off-by: Michel Dänzer michel.daen...@amd.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- glamor/glamor_fbo.c | 2

Re: [PATCH] modesetting: Enable Xv when using glamor

2014-12-15 Thread Alex Deucher
On Sun, Dec 14, 2014 at 1:29 AM, Keith Packard kei...@keithp.com wrote: This just calls the existing function to create the relevant Xv adaptor and hook it up. Signed-off-by: Keith Packard kei...@keithp.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- hw/xfree86/drivers

Re: [PATCH 8/8] modesetting: Add output hotplug support

2014-12-10 Thread Alex Deucher
On Wed, Dec 10, 2014 at 3:03 AM, Daniel Martin consume.no...@gmail.com wrote: On 9 December 2014 at 08:14, Aaron Plattner aplatt...@nvidia.com wrote: On 12/08/2014 01:01 AM, Daniel Martin wrote: On 5 December 2014 at 17:45, Keith Packard kei...@keithp.com wrote: Daniel Martin

Re: Sony G520 CRT snaps on mode switch

2014-12-05 Thread Alex Deucher
On Fri, Dec 5, 2014 at 3:55 AM, Felix Miata mrma...@earthlink.net wrote: I have an rv516 card: http://fm.no-ip.com/Tmp/Linux/hwinfo-gfx-rv516-big41.txt In as many different machines and with as many different Linux distros and versions I've tried this with (always FOSS X drivers, and IIRC,

Re: Blank screen after updating to Kernel 3.16 with Radeon HD4250 and DVI

2014-11-10 Thread Alex Deucher
On Fri, Nov 7, 2014 at 3:32 PM, Markus Gaugusch mar...@gaugusch.at wrote: Hi, I hope you can help me ... After upgrading my system to openSUSE 13.2 I experienced very bad behaviour - my screen started to go blank during boot, returned again, turned black again and kept black. Sometimes it

Re: add hotplug connector support

2014-11-10 Thread Alex Deucher
should get these upstream I suppose. Series is: Reviewed-by: Alex Deucher alexander.deuc...@amd.com Probably worthwhile to add MST support to xf86-video-modesetting as well. Alex ___ xorg-driver-ati mailing list xorg-driver-ati@lists.x.org http

Re: [PATCH] glamor: Don't insert fbos from external objects into fbo cache

2014-11-06 Thread Alex Deucher
Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- glamor/glamor.c | 1 + glamor/glamor_fbo.c | 3 ++- glamor/glamor_priv.h | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/glamor/glamor.c b/glamor/glamor.c index fc24b1b..d228e35 100644 --- a/glamor

Re: AMD RADEON 8730M on linux

2014-11-06 Thread Alex Deucher
On Wed, Nov 5, 2014 at 11:53 PM, Hashan Darshana hashanabesin...@gmail.com wrote: I have dell inspiron 3521 i7 with hybrid graphics. I have tried everything to stop AMD vga from working all the time. It heats the laptop and drains the battery. I tried it on ubuntu 14, linux mint 17 and fedora

Re: [PATCH 3/4] modesetting: Export two functions I want to reuse from DRI2/Present.

2014-10-26 Thread Alex Deucher
On Fri, Oct 10, 2014 at 5:09 AM, Eric Anholt e...@anholt.net wrote: This renames dumb_get_bo_from_handle(), since it wasn't using a handle (GEM terminology) but a dmabuf fd. Signed-off-by: Eric Anholt e...@anholt.net Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- hw/xfree86

Re: Crash in X server [with Patch]

2014-10-26 Thread Alex Deucher
by the list), as I suggested. :) Looks like there's a path which will leak these bits still -- the fast path doesn't reach the call to free the bits. Can either of you review this patch and I'll merge both in? Makes sense to me. Reviewed-by: Alex Deucher alexander.deuc...@amd.com

Re: vesa and 2560x1440

2014-10-24 Thread Alex Deucher
On Wed, Oct 22, 2014 at 5:47 AM, basteon bast...@gmail.com wrote: I use Xorg configuration: Section Monitor Modeline2560x1440_60 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync +vsync HorizSync 89.40 VertRefresh 60.00 Identifier Monitor0

Re: [PATCH v2] PRIME: Don't advertise offload capabilities when acceleration is disabled

2014-10-22 Thread Alex Deucher
-off-by: Michel Dänzer michel.daen...@amd.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- v2: Add bugzilla tag src/radeon_kms.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/radeon_kms.c b/src/radeon_kms.c index 4666988..b6d11e8 100644

Re: Colorspace adjustment

2014-10-20 Thread Alex Deucher
On Fri, Oct 17, 2014 at 7:36 PM, David Harks d...@dwink.net wrote: All, In the proprietary driver, it’s possible to set the colorspace used for output, with 4 possible options on my hardware: YCbCr 4:4:4, YCbCr 2:2:2, RGB Limited, and RGB Full. For a system I’m working on, we have been using

Re: Colorspace adjustment

2014-10-20 Thread Alex Deucher
On Mon, Oct 20, 2014 at 3:01 PM, David Harks d...@dwink.net wrote: On Oct 20, 2014, at 1:09 PM, Alex Deucher alexdeuc...@gmail.com wrote: On Fri, Oct 17, 2014 at 7:36 PM, David Harks d...@dwink.net wrote: All, In the proprietary driver, it’s possible to set the colorspace used for output

Re: [PATCH 1/4] dri2: Import a copy of Mesa's PCI ID - driver name mappings.

2014-10-17 Thread Alex Deucher
On Fri, Oct 17, 2014 at 12:08 PM, Eric Anholt e...@anholt.net wrote: Adam Jackson a...@nwnk.net writes: On Fri, 2014-10-10 at 11:09 +0200, Eric Anholt wrote: +CHIPSET(0xA011, IGD_GM, Intel(R) IGD) +CHIPSET(0xA001, IGD_G,Intel(R) IGD) Can we not? Pineview, right? Or Atom

Re: [PATCH] radeon/vdpau: don't report VDPAU for r300

2014-10-14 Thread Alex Deucher
On Tue, Oct 14, 2014 at 10:51 AM, David Heidelberger david.heidelber...@ixit.cz wrote: I noticed in logs VDPAU support, then I tried compile mesa with vdpau, enable it and of course it was useless. Anyway, I'm not alone, when you check forums, you'll notice other guys also tried. If it could

Re: installing VDPAU on Fedora 20 ??

2014-10-13 Thread Alex Deucher
On Sun, Oct 12, 2014 at 8:10 AM, sean darcy seandar...@gmail.com wrote: On F20: mesa-vdpau-drivers-10.1.5-1.20140607.fc20.x86_64 libvdpau-0.7-1.fc20.x86_64 vdpauinfo-0.1-1.fc20.x86_64 /usr/lib64/vdpau/libvdpau_radeonsi.so.1 /usr/lib64/vdpau/libvdpau_radeonsi.so.1.0.0 Xorg.0.log:

Re: installing VDPAU on Fedora 20 ??

2014-10-13 Thread Alex Deucher
On Mon, Oct 13, 2014 at 10:59 AM, sean darcy seandar...@gmail.com wrote: On 10/13/2014 10:14 AM, Alex Deucher wrote: On Sun, Oct 12, 2014 at 8:10 AM, sean darcy seandar...@gmail.com wrote: On F20: mesa-vdpau-drivers-10.1.5-1.20140607.fc20.x86_64 libvdpau-0.7-1.fc20.x86_64 vdpauinfo-0.1-1

Re: F21/F22: xorg-x11-drv: which for SiS?

2014-09-26 Thread Alex Deucher
On Fri, Sep 26, 2014 at 12:40 AM, Felix Miata mrma...@earthlink.net wrote: Alex Deucher wrote on 2014-09-25 22:55 (UCT-0400): On Thu, Sep 25, 2014 at 12:01 PM, Felix Miata wrote: ... The sis and mga drivers are yet more cases of pushing hardware toward landfills and recyclers before

Re: F21/F22: xorg-x11-drv: which for SiS?

2014-09-25 Thread Alex Deucher
On Thu, Sep 25, 2014 at 12:01 PM, Felix Miata mrma...@earthlink.net wrote: Hans de Goede wrote on 2014-09-25 08:45 (GMT-0400): this package is dead for Fedora 21 and later due to lack of KMS support. Not exactly. My OP here was intended to goto the de...@lists.fedoraproject.org list, but I

Re: RS690 [Radeon X1200]

2014-09-22 Thread Alex Deucher
Spec Certified CompTia Linux+ / Security+ | ce DC Tech Spec Certified +55 021 9291-0584 Em Sexta-feira, 19 de Setembro de 2014 14:24, Alex Deucher alexdeuc...@gmail.com escreveu: On Fri, Sep 19, 2014 at 1:14 PM, Ricardo Tweeg rtw...@yahoo.com.br wrote: I installed Xorg so compiled via

Re: RS690 [Radeon X1200]

2014-09-19 Thread Alex Deucher
On Fri, Sep 19, 2014 at 1:14 PM, Ricardo Tweeg rtw...@yahoo.com.br wrote: I installed Xorg so compiled via ports (not removed nor include anything. I left everything as default). Then I installed fluxbox. After that I generated xorg.conf (X -configure) and moved / ara's / etc / X11 /. I

Re: Question about enabling deep color support

2014-09-17 Thread Alex Deucher
On Fri, Sep 12, 2014 at 11:37 AM, Patrick Voigt patrick-vo...@web.de wrote: Hello, I wanted to give the deep color support a try. I installed the kernel 3.16 and set the kernel module parameter deep_color=1. That seemed to work since I see the following: pvoigt@bart:~$ more

Re: [PATCH 1/4] glamor: Call glamor_glyphs_init from glamor_create_screen_resources

2014-09-10 Thread Alex Deucher
On Wed, Sep 10, 2014 at 3:20 AM, Michel Dänzer mic...@daenzer.net wrote: From: Michel Dänzer michel.daen...@amd.com The comment above glamor_glyphs_init was already saying so. Signed-off-by: Michel Dänzer michel.daen...@amd.com For the series: Reviewed-by: Alex Deucher alexander.deuc

Re: [PATCH] modesetting: Don't pretend to support rotation

2014-08-26 Thread Alex Deucher
On Tue, Aug 26, 2014 at 5:33 PM, Rob Clark robdcl...@gmail.com wrote: It only ends in tears Signed-off-by: Rob Clark robdcl...@gmail.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- src/drmmode_display.c | 13 - 1 file changed, 13 deletions(-) diff --git a/src

Re: [PATCH] Revert glamor: Set environment variable RADEON_THREAD=0

2014-08-20 Thread Alex Deucher
in some other cases. Signed-off-by: Michel Dänzer michel.daen...@amd.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- src/radeon_glamor.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/src/radeon_glamor.c b/src/radeon_glamor.c index 02fa658..210ddcf 100644 --- a/src

Re: [PATCH] glamor: Don't try to set up core fonts textures when we won't use them.

2014-08-12 Thread Alex Deucher
On Mon, Aug 11, 2014 at 6:23 PM, Eric Anholt e...@anholt.net wrote: This happens to avoid GL errors on hardware without EXT_texture_integer (which implies GLSL 130, and thus glamor_text.c programs not compiling anyway). Signed-off-by: Eric Anholt e...@anholt.net Reviewed-by: Alex Deucher

Re: [PATCH r128 1/3] Restore detailed timing usage

2014-08-08 Thread Alex Deucher
On Fri, Aug 8, 2014 at 1:09 PM, Connor Behan connor.be...@gmail.com wrote: Since the RandR commit, we no longer parse the detailed timing table. However, this code probably should have been moved instead of deleted. The detect hook is a good place to gather this information for DFP monitors

Re: [PATCH r128 2/3] Reorganize panel BIOS code

2014-08-08 Thread Alex Deucher
On Fri, Aug 8, 2014 at 1:09 PM, Connor Behan connor.be...@gmail.com wrote: Panel values should be stored instead of read and applied in one go. This allows us to use the mode_fixup hook for laptop LCDs as well. Signed-off-by: Connor Behan connor.be...@gmail.com For the LVDS panel, just grab

Re: [PATCH] fb: Correctly implement CopyArea when using a window with depth 32 and 24bpp.

2014-08-07 Thread Alex Deucher
and annoying problem over years. Seems reasonable to me. Reviewed-by: Alex Deucher alexander.deuc...@amd.com Thanks! Takashi On Fri, Jun 6, 2014 at 11:52 PM, Robert Ancell robert.anc...@canonical.com wrote: When using the fb backend at 24bpp it allows a visual with 32 bit depth. When using

Re: [PATCH r128] Improve handling of monitor and output types

2014-08-06 Thread Alex Deucher
or TMDS registers. This patch also removes R128ConnectorType and R128BIOSConnector because they were not doing much. These data structures are more useful for the radeon driver where there is a much wider range of cards. Signed-off-by: Connor Behan connor.be...@gmail.com Reviewed-by: Alex

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