Re: Cannot submit merge request for xf86-video-intel

2019-05-11 Thread Maarten Maathuis
Given that the xf86-video-intel repo hasn't been been set up for PRs it seems (as opposed to lets say the xserver). I see in https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel the following people having made the most recent changes: Ville Syrjälä: ville.syrj...@linux.intel.com (found

Re: [PATCH] platform/x86/intel-vbtn: add volume up and down

2017-04-24 Thread Maarten Maathuis
On Tue, Apr 25, 2017 at 4:43 AM, AceLan Kao <acelan@canonical.com> wrote: > According the spec. I have, the values are correct. > Please merge it, thanks. > Is there a reason the whole spec isn't implemented? Is it under NDA? > 2017-04-25 5:41 GMT+08:00 Maarten Maathuis <

Re: [PATCH] platform/x86/intel-vbtn: add volume up and down

2017-04-24 Thread Maarten Maathuis
On Tue, Apr 25, 2017 at 4:43 AM, AceLan Kao wrote: > According the spec. I have, the values are correct. > Please merge it, thanks. > Is there a reason the whole spec isn't implemented? Is it under NDA? > 2017-04-25 5:41 GMT+08:00 Maarten Maathuis : >> On Mon, Apr 24, 2017

Re: [PATCH] platform/x86/intel-vbtn: add volume up and down

2017-04-24 Thread Maarten Maathuis
On Mon, Apr 24, 2017 at 11:37 PM, Andy Shevchenko <andy.shevche...@gmail.com> wrote: > On Tue, Apr 25, 2017 at 12:29 AM, Maarten Maathuis <madman2...@gmail.com> > wrote: >> Tested on HP Elite X2 1012 G1. >> Matches event report of Lenovo Helix 2 >> (https://

Re: [PATCH] platform/x86/intel-vbtn: add volume up and down

2017-04-24 Thread Maarten Maathuis
On Mon, Apr 24, 2017 at 11:37 PM, Andy Shevchenko wrote: > On Tue, Apr 25, 2017 at 12:29 AM, Maarten Maathuis > wrote: >> Tested on HP Elite X2 1012 G1. >> Matches event report of Lenovo Helix 2 >> (https://www.spinics.net/lists/ibm-acpi-devel/msg03982.html). >>

[PATCH] platform/x86/intel-vbtn: add volume up and down

2017-04-24 Thread Maarten Maathuis
Tested on HP Elite X2 1012 G1. Matches event report of Lenovo Helix 2 (https://www.spinics.net/lists/ibm-acpi-devel/msg03982.html). V2: Fix indent and add sign-off V3: Missing whitespace correction Signed-off-by: Maarten Maathuis <madman2...@shikahr.net> --- drivers/platform/x86/intel-

[PATCH] platform/x86/intel-vbtn: add volume up and down

2017-04-24 Thread Maarten Maathuis
Tested on HP Elite X2 1012 G1. Matches event report of Lenovo Helix 2 (https://www.spinics.net/lists/ibm-acpi-devel/msg03982.html). V2: Fix indent and add sign-off V3: Missing whitespace correction Signed-off-by: Maarten Maathuis --- drivers/platform/x86/intel-vbtn.c | 4 1 file changed

Re: [PATCH] platform/x86/intel-vbtn: add volume up and down

2017-04-24 Thread Maarten Maathuis
On Mon, Apr 24, 2017 at 10:55 PM, Andy Shevchenko <andy.shevche...@gmail.com> wrote: > On Mon, Apr 24, 2017 at 11:47 PM, Maarten Maathuis <madman2...@gmail.com> > wrote: >> Tested on HP Elite X2 1012 G1. >> Matches event report of Lenovo Helix 2 >> (https://

Re: [PATCH] platform/x86/intel-vbtn: add volume up and down

2017-04-24 Thread Maarten Maathuis
On Mon, Apr 24, 2017 at 10:55 PM, Andy Shevchenko wrote: > On Mon, Apr 24, 2017 at 11:47 PM, Maarten Maathuis > wrote: >> Tested on HP Elite X2 1012 G1. >> Matches event report of Lenovo Helix 2 >> (https://www.spinics.net/lists/ibm-acpi-devel/msg03982.html). > > T

[PATCH] platform/x86/intel-vbtn: add volume up and down

2017-04-24 Thread Maarten Maathuis
Tested on HP Elite X2 1012 G1. Matches event report of Lenovo Helix 2 (https://www.spinics.net/lists/ibm-acpi-devel/msg03982.html). V2: Fix indent and add sign-off Signed-off-by: Maarten Maathuis <madman2...@shikahr.net> --- drivers/platform/x86/intel-vbtn.c | 4 1 file chan

[PATCH] platform/x86/intel-vbtn: add volume up and down

2017-04-24 Thread Maarten Maathuis
Tested on HP Elite X2 1012 G1. Matches event report of Lenovo Helix 2 (https://www.spinics.net/lists/ibm-acpi-devel/msg03982.html). V2: Fix indent and add sign-off Signed-off-by: Maarten Maathuis --- drivers/platform/x86/intel-vbtn.c | 4 1 file changed, 4 insertions(+) diff --git

[PATCH] platform/x86/intel-vbtn: add volume up and down

2017-04-24 Thread Maarten Maathuis
Tested on HP Elite X2 1012 G1. Matches event report of Lenovo Helix 2 (https://www.spinics.net/lists/ibm-acpi-devel/msg03982.html). --- drivers/platform/x86/intel-vbtn.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/platform/x86/intel-vbtn.c

[PATCH] platform/x86/intel-vbtn: add volume up and down

2017-04-24 Thread Maarten Maathuis
Tested on HP Elite X2 1012 G1. Matches event report of Lenovo Helix 2 (https://www.spinics.net/lists/ibm-acpi-devel/msg03982.html). --- drivers/platform/x86/intel-vbtn.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/platform/x86/intel-vbtn.c

Re: [PATCH 4.8 118/138] drm/i915: Clean up DDI DDC/AUX CH sanitation

2016-11-10 Thread Maarten Maathuis
d about a > non-standard assignment for the other ports. But as we know that > non-standard assignments are a fact of life, let's expand the > sanitization to all the ports. > > v2: Include a commit message, fix up the comments a bit > v3: Don't clobber other ports if the current

Re: [PATCH 4.8 118/138] drm/i915: Clean up DDI DDC/AUX CH sanitation

2016-11-10 Thread Maarten Maathuis
now that > non-standard assignments are a fact of life, let's expand the > sanitization to all the ports. > > v2: Include a commit message, fix up the comments a bit > v3: Don't clobber other ports if the current port has no alternate aux ch/ddc > pin > > Cc: Maarten Maathuis >

Re: How to debug DEBUG_TEST_DRIVER_REMOVE hang during loading of kernel?

2016-11-04 Thread Maarten Maathuis
Anyone have advice where else I can ask? On Sat, Oct 29, 2016 at 1:07 PM, Maarten Maathuis <madman2...@gmail.com> wrote: > Anyone have suggestions? > > On Thu, Oct 27, 2016 at 8:42 PM, Maarten Maathuis <madman2...@gmail.com> > wrote: >> Hi, >> >> I

Re: How to debug DEBUG_TEST_DRIVER_REMOVE hang during loading of kernel?

2016-11-04 Thread Maarten Maathuis
Anyone have advice where else I can ask? On Sat, Oct 29, 2016 at 1:07 PM, Maarten Maathuis wrote: > Anyone have suggestions? > > On Thu, Oct 27, 2016 at 8:42 PM, Maarten Maathuis > wrote: >> Hi, >> >> I recently had trouble with loading a 4.9rcX kernel, whic

Re: How to debug DEBUG_TEST_DRIVER_REMOVE hang during loading of kernel?

2016-10-29 Thread Maarten Maathuis
Anyone have suggestions? On Thu, Oct 27, 2016 at 8:42 PM, Maarten Maathuis <madman2...@gmail.com> wrote: > Hi, > > I recently had trouble with loading a 4.9rcX kernel, which was hanging > after loading the initial kernel ramdisk. After some painful b

Re: How to debug DEBUG_TEST_DRIVER_REMOVE hang during loading of kernel?

2016-10-29 Thread Maarten Maathuis
Anyone have suggestions? On Thu, Oct 27, 2016 at 8:42 PM, Maarten Maathuis wrote: > Hi, > > I recently had trouble with loading a 4.9rcX kernel, which was hanging > after loading the initial kernel ramdisk. After some painful bisecting > I found this: > > bea5b158ff0da9c7246

How to debug DEBUG_TEST_DRIVER_REMOVE hang during loading of kernel?

2016-10-27 Thread Maarten Maathuis
Hi, I recently had trouble with loading a 4.9rcX kernel, which was hanging after loading the initial kernel ramdisk. After some painful bisecting I found this: bea5b158ff0da9c7246ff391f754f5f38e34577a is the first bad commit commit bea5b158ff0da9c7246ff391f754f5f38e34577a Author: Rob Herring

How to debug DEBUG_TEST_DRIVER_REMOVE hang during loading of kernel?

2016-10-27 Thread Maarten Maathuis
Hi, I recently had trouble with loading a 4.9rcX kernel, which was hanging after loading the initial kernel ramdisk. After some painful bisecting I found this: bea5b158ff0da9c7246ff391f754f5f38e34577a is the first bad commit commit bea5b158ff0da9c7246ff391f754f5f38e34577a Author: Rob Herring

Re: [Intel-gfx] [PATCH v3 3/4] drm/i915: Clean up DDI DDC/AUX CH sanitation

2016-10-20 Thread Maarten Maathuis
I meant DON't suspect On Thu, Oct 20, 2016 at 11:53 PM, Maarten Maathuis <madman2...@gmail.com> wrote: > Also tested v3 on top of 4.8.3 (mainline git is a mess right now for > booting). > > I did encounter a seemingly unrelated message during boot (inc

Re: [Intel-gfx] [PATCH v3 3/4] drm/i915: Clean up DDI DDC/AUX CH sanitation

2016-10-20 Thread Maarten Maathuis
ents a bit > v3: Don't clobber other ports if the current port has no alternate aux > ch/ddc pin > > Cc: sta...@vger.kernel.org > Cc: Maarten Maathuis <madman2...@gmail.com> > Tested-by: Maarten Maathuis <madman2...@gmail.com> > References: https://bugs.freed

Re: [Intel-gfx] [PATCH 2/4] drm/i915: Respect alternate_ddc_pin for all DDI ports

2016-10-12 Thread Maarten Maathuis
Retested the _2 branch, works fine as well. On Wed, Oct 12, 2016 at 12:57 PM, Ville Syrjälä < ville.syrj...@linux.intel.com> wrote: > On Tue, Oct 11, 2016 at 10:04:00PM +0200, Maarten Maathuis wrote: > > My name does not include the word "show" (Tested-by tag). > &

Re: [Intel-gfx] [PATCH 2/4] drm/i915: Respect alternate_ddc_pin for all DDI ports

2016-10-11 Thread Maarten Maathuis
gt; > I've structured the code such that other platforms could easily start > using this as well, by simply filling in the ddi_port_info. IIRC there > may be CHV system that might actually need this. > > v2: Include a commit message, include a debug message during init > > Cc:

Re: [Intel-gfx] [i915] monitor is not detected unless it was active during boot

2016-09-19 Thread Maarten Maathuis
00 00 fc 00 55 [768590.904924] 32 34 45 38 35 30 0a 20 20 20 20 20 00 00 00 ff [768590.904940] 00 48 54 48 47 38 30 30 30 30 35 0b ff ff ff ff [768590.906012] nouveau :01:00.0: DRM: DDC responded, but no EDID for HDMI-A-1 On Mon, Sep 19, 2016 at 9:50 PM, Maarten Maathuis <madm

Re: [Intel-gfx] [i915] monitor is not detected unless it was active during boot

2016-09-19 Thread Maarten Maathuis
not enabled, skipping [2.853617] [drm:intel_fb_initial_config] connector HDMI-A-2 not enabled, skipping [2.853622] [drm:intel_fb_initial_config] looking for cmdline mode on connector DP-2 [2.853626] [drm:intel_fb_initial_config] looking for preferred mode on connector DP-2 0 [2.853729] [

Re: [Intel-gfx] [i915] monitor is not detected unless it was active during boot

2016-09-19 Thread Maarten Maathuis
ine 88:"640x480" 73 31500 640 664 704 832 480 489 492 520 0x40 0xa [2.870461] [drm:drm_mode_debug_printmodeline] Modeline 89:"640x480" 67 30240 640 704 768 864 480 483 486 525 0x40 0xa [2.870466] [drm:drm_mode_debug_printmodeline] Modeline 113:"640x480" 60 25200 640

[Intel-gfx] [i915] monitor is not detected unless it was active during boot

2016-09-19 Thread Maarten Maathuis
Hi, I have a monitor, that when connected a skylake system, doesn't ever come up when hotplugging or after resume. The "bios" seems to not have problems bringing it up, even at the native 3840x2160 resolution, and when it works, all modes are correctly read (checked via xrandr). I tried both the

[Intel-gfx] Hardlock problems when switching monitor channels and questions (Skylake)

2015-11-02 Thread Maarten Maathuis
Hi everyone. I've been some hardlock problems when switching from the HDMI connection of my monitor (connected to another PC) and the displayport (connected to the problematic PC), several times a week at least. In an effort to narrow down the problem I've been tried looking at drm modeset debug

Re: cannot find -lX11

2015-03-16 Thread Maarten Maathuis
Have you attempted to locate libX11.so in your filesystem? On Mon, Mar 16, 2015 at 11:13 AM, Roy Schofield r...@caistor.net wrote: Hi, Grateful for some help and/or assistance with X11 configuration on LinuxMint 17 Cinnamon. I have just upgraded from Linuxmint 16 Petra to LinuxMint 17

[REGRESSION] system does not resume from ram due to commit "drm/nv50/fifo: prevent races between clients updating playlists"

2013-05-27 Thread Maarten Maathuis
My NV96 does not resume from suspend to ram (the screen stays black, magic sysrq keys do work) with the current linus git kernel, i bisected it to the following commit. drm/nv50/fifo: prevent races between clients updating playlists b5096566f6e1ee2b88324772f020ae9bc0cfa9a0 It's not obvious to me

[REGRESSION] system does not resume from ram due to commit drm/nv50/fifo: prevent races between clients updating playlists

2013-05-26 Thread Maarten Maathuis
My NV96 does not resume from suspend to ram (the screen stays black, magic sysrq keys do work) with the current linus git kernel, i bisected it to the following commit. drm/nv50/fifo: prevent races between clients updating playlists b5096566f6e1ee2b88324772f020ae9bc0cfa9a0 It's not obvious to me

Re: (*pDamage-damageMarker) Crashes

2013-01-27 Thread Maarten Maathuis
On Sun, Jan 27, 2013 at 2:31 PM, prudhvi raj prudhvira...@gmail.com wrote: In Xorg-1.12.0, in a random scenario Xorg server crashes in damageRegionProcessPending (DrawablePtr pDrawable) {src/miext/damage/damage.c} when the (*pDamage-damageMarker) call is made. /* submit damage marker whenever

Re: Adding rotation to xf86-video-omapfb

2012-12-28 Thread Maarten Maathuis
On Fri, Dec 28, 2012 at 3:50 AM, Daniel Stone dan...@fooishbar.org wrote: Hi, On 28 December 2012 01:08, Maarten Maathuis madman2...@gmail.com wrote: As far as i remember you typically allocate a shadow (there are some driver hooks for that, check existing drivers like intel, radeon

Re: Adding rotation to xf86-video-omapfb

2012-12-27 Thread Maarten Maathuis
On Thu, Dec 27, 2012 at 8:48 PM, Denis 'GNUtoo' Carikli gnu...@no-log.org wrote: Hi, I've been trying to add rotation to the out of tree xf86-video-omapfb(I'm aware of xf86-video-omap but I've an omap3, and beside, it requires a staging kernel driver). So far I got rotation working(xrandr

Re: Adding rotation to xf86-video-omapfb

2012-12-27 Thread Maarten Maathuis
On Fri, Dec 28, 2012 at 2:08 AM, Maarten Maathuis madman2...@gmail.com wrote: On Thu, Dec 27, 2012 at 8:48 PM, Denis 'GNUtoo' Carikli gnu...@no-log.org wrote: Hi, I've been trying to add rotation to the out of tree xf86-video-omapfb(I'm aware of xf86-video-omap but I've an omap3, and beside

[Nouveau] Reproducible PGRAPH TLB flush timeout hang on NV96

2012-11-26 Thread Maarten Maathuis
Hi everyone, I was wondering what to do to dig into this problem further.The kernel is several weeks old (nouveau tree), it's at commit 000463f13fba6b2f94a5bfcb0d615751ae9c34a0. As you can see from the mesages below the problem is reproducable to the point of getting exactly the same error. Nov

Re: [Nouveau] Reproducible PGRAPH TLB flush timeout hang on NV96

2012-11-26 Thread Maarten Maathuis
On Mon, Nov 26, 2012 at 7:04 PM, Marcin Slusarz marcin.slus...@gmail.com wrote: On Sun, Nov 25, 2012 at 11:50:50PM +0100, Maarten Maathuis wrote: Hi everyone, I was wondering what to do to dig into this problem further.The kernel is several weeks old (nouveau tree), it's at commit

Re: [Nouveau] Reproducible PGRAPH TLB flush timeout hang on NV96

2012-11-26 Thread Maarten Maathuis
On Mon, Nov 26, 2012 at 8:28 PM, Marcin Slusarz marcin.slus...@gmail.com wrote: On Mon, Nov 26, 2012 at 08:16:17PM +0100, Maarten Maathuis wrote: On Mon, Nov 26, 2012 at 7:04 PM, Marcin Slusarz marcin.slus...@gmail.com wrote: On Sun, Nov 25, 2012 at 11:50:50PM +0100, Maarten Maathuis wrote

[PATCH 2/2] Add 2-level GPUVM pagetables support to radeon driver. v2

2012-09-15 Thread Maarten Maathuis
On Fri, Sep 14, 2012 at 7:49 PM, Dmitry Cherkasov wrote: > +#define RADEON_PT_OFFSET(_rdev) \ > + (RADEON_GPU_PAGE_ALIGN(RADEON_TOTAL_PDE_COUNT(rdev) * > RADEON_PDE_SIZE)) Shouldn't that be _rdev too? Also a few lines above that you use rdev instead of _rdev. I didn't check the whole

Re: [PATCH 2/2] Add 2-level GPUVM pagetables support to radeon driver. v2

2012-09-15 Thread Maarten Maathuis
On Fri, Sep 14, 2012 at 7:49 PM, Dmitry Cherkasov wrote: > +#define RADEON_PT_OFFSET(_rdev) \ > + (RADEON_GPU_PAGE_ALIGN(RADEON_TOTAL_PDE_COUNT(rdev) * > RADEON_PDE_SIZE)) Shouldn't that be _rdev too? Also a few lines above that you use rdev instead of _rdev. I didn't check the whole

Re: [PATCH 2/2] Add 2-level GPUVM pagetables support to radeon driver. v2

2012-09-15 Thread Maarten Maathuis
On Fri, Sep 14, 2012 at 7:49 PM, Dmitry Cherkasov dcherkas...@gmail.com wrote: +#define RADEON_PT_OFFSET(_rdev) \ + (RADEON_GPU_PAGE_ALIGN(RADEON_TOTAL_PDE_COUNT(rdev) * RADEON_PDE_SIZE)) Shouldn't that be _rdev too? Also a few lines above that you use rdev instead of _rdev. I didn't

Re: [PATCH 2/2] Add 2-level GPUVM pagetables support to radeon driver. v2

2012-09-15 Thread Maarten Maathuis
On Fri, Sep 14, 2012 at 7:49 PM, Dmitry Cherkasov dcherkas...@gmail.com wrote: +#define RADEON_PT_OFFSET(_rdev) \ + (RADEON_GPU_PAGE_ALIGN(RADEON_TOTAL_PDE_COUNT(rdev) * RADEON_PDE_SIZE)) Shouldn't that be _rdev too? Also a few lines above that you use rdev instead of _rdev. I didn't

Re: Does Xorg'x XRender implementation support better-than-bilinear interpolation?

2012-09-10 Thread Maarten Maathuis
On Mon, Sep 10, 2012 at 11:05 PM, Clemens Eisserer linuxhi...@gmail.com wrote: Hi, I just realized that at least on my machine (fedora 17 + intel 20.2), the only interpolation modes offered by Xrender are: {nearest , bilinear , convolution, fast , good, best} I always thought best translates

Re: [Nouveau] [PATCH 10/10] drm/nouveau: fix off-by-one bugs related to command submission in IB mode

2012-08-20 Thread Maarten Maathuis
On Mon, Aug 20, 2012 at 11:41 PM, Marcin Slusarz marcin.slus...@gmail.com wrote: On Tue, Aug 21, 2012 at 07:13:23AM +1000, Ben Skeggs wrote: Am Dienstag, 21. August 2012 schrieb Marcin Slusarz : On Mon, Aug 20, 2012 at 04:33:24PM +1000, Ben Skeggs wrote: On Sun, Aug 19, 2012 at

Re: [Nouveau] [PATCH 10/10] drm/nouveau: fix off-by-one bugs related to command submission in IB mode

2012-08-19 Thread Maarten Maathuis
); goto out; -- 1.7.8.6 Tested-by: Maarten Maathuis madman2...@gmail.com I would however like to voice a concern about the reinterpretation of MAX_PUSH. Strictly speaking the number needs to go down one as far as i'm concerned. But i'll Ben decide about the API/ABI concerns

[Nouveau] [bisected] nouveau: "Failed to idle channel x" after resume

2012-08-15 Thread Maarten Maathuis
On Mon, Aug 13, 2012 at 9:49 PM, Maxim Levitsky wrote: > On Mon, 2012-08-13 at 18:22 +0200, Sven Joachim wrote: >> On 2012-08-08 08:18 +0200, Sven Joachim wrote: >> >> > On 2012-08-08 08:08 +0200, Ben Skeggs wrote: >> > >> >> On Wed, Aug 08, 2012 at 08:00:21AM +0200, Sven Joachim wrote: >> >>>

Re: [Nouveau] [bisected] nouveau: "Failed to idle channel x" after resume

2012-08-15 Thread Maarten Maathuis
On Mon, Aug 13, 2012 at 9:49 PM, Maxim Levitsky wrote: > On Mon, 2012-08-13 at 18:22 +0200, Sven Joachim wrote: >> On 2012-08-08 08:18 +0200, Sven Joachim wrote: >> >> > On 2012-08-08 08:08 +0200, Ben Skeggs wrote: >> > >> >> On Wed, Aug 08, 2012 at 08:00:21AM +0200, Sven Joachim wrote: >> >>>

Re: [Nouveau] [bisected] nouveau: Failed to idle channel x after resume

2012-08-15 Thread Maarten Maathuis
On Mon, Aug 13, 2012 at 9:49 PM, Maxim Levitsky maximlevit...@gmail.com wrote: On Mon, 2012-08-13 at 18:22 +0200, Sven Joachim wrote: On 2012-08-08 08:18 +0200, Sven Joachim wrote: On 2012-08-08 08:08 +0200, Ben Skeggs wrote: On Wed, Aug 08, 2012 at 08:00:21AM +0200, Sven Joachim wrote:

Re: [Nouveau] [bisected] nouveau: Failed to idle channel x after resume

2012-08-15 Thread Maarten Maathuis
On Mon, Aug 13, 2012 at 9:49 PM, Maxim Levitsky maximlevit...@gmail.com wrote: On Mon, 2012-08-13 at 18:22 +0200, Sven Joachim wrote: On 2012-08-08 08:18 +0200, Sven Joachim wrote: On 2012-08-08 08:08 +0200, Ben Skeggs wrote: On Wed, Aug 08, 2012 at 08:00:21AM +0200, Sven Joachim wrote:

Re: [Nouveau] [bisected] nouveau: Failed to idle channel x after resume

2012-08-15 Thread Maarten Maathuis
On Mon, Aug 13, 2012 at 9:49 PM, Maxim Levitsky maximlevit...@gmail.com wrote: On Mon, 2012-08-13 at 18:22 +0200, Sven Joachim wrote: On 2012-08-08 08:18 +0200, Sven Joachim wrote: On 2012-08-08 08:08 +0200, Ben Skeggs wrote: On Wed, Aug 08, 2012 at 08:00:21AM +0200, Sven Joachim wrote:

Re: [Nouveau] BIG changes to kernel module

2012-08-10 Thread Maarten Maathuis
On Mon, Aug 6, 2012 at 8:58 AM, Ben Skeggs skeg...@gmail.com wrote: On Sun, Aug 05, 2012 at 10:56:37PM +0200, Marcin Slusarz wrote: On Sun, Aug 05, 2012 at 12:40:15PM +1000, Ben Skeggs wrote: Hey all, I've just pushed a major rework/rewrite of the Nouveau kernel module to git[1].

Re: [Nouveau] Mesa build issue... is it just me?

2012-07-29 Thread Maarten Maathuis
On Sun, Jul 29, 2012 at 7:14 PM, Andrew Green andrew.green...@gmail.com wrote: Anyone else getting this when building the latest mesa? make[3]: Entering directory `/usr/local/nouveau/mesa2/mesa/src/gallium/targets/dri-nouveau' gcc -c -I. -I../../../../src/mesa/drivers/dri/common -Iserver

[PATCH] nouveau: Add irq waiting as alternative to busywait

2012-07-14 Thread Maarten Maathuis
On Fri, Jul 13, 2012 at 11:35 PM, Maarten Lankhorst wrote: > A way to trigger an irq will be needed for optimus support since > cpu-waiting isn't always viable there. This could also be nice for > power saving on since cpu would no longer have to spin, and > performance might improve slightly on

Re: [PATCH] nouveau: Add irq waiting as alternative to busywait

2012-07-13 Thread Maarten Maathuis
On Fri, Jul 13, 2012 at 11:35 PM, Maarten Lankhorst m.b.lankho...@gmail.com wrote: A way to trigger an irq will be needed for optimus support since cpu-waiting isn't always viable there. This could also be nice for power saving on since cpu would no longer have to spin, and performance might

Re: I can not use 120Hz with nouveau

2012-07-06 Thread Maarten Maathuis
1680x1050x0.0 218.59 1680 1728 1760 1840 1050 1053 1059 1080 +hsync +vsync (118.8 kHz e) [ 428.160] (II) NOUVEAU(0): Modeline 1680x1050x0.0 198.72 1680 1728 1760 1840 1050 1053 1059 1080 +hsync +vsync (108.0 kHz e) Thanks 2012/7/5 Maarten Maathuis madman2...@gmail.com: On Thu, Jul 5

Re: I can not use 120Hz with nouveau

2012-07-05 Thread Maarten Maathuis
On Thu, Jul 5, 2012 at 8:38 PM, HacKurx hack...@gmail.com wrote: Hello, Can you help me? I cannot use 120Hz on my Samsung 2233RZ with nouveau. My xorg.conf : https://forums.gentoo.org/viewtopic-t-929124.html Thanks Best regards, HacKurx www.hackurx.info

[Nouveau] [PATCH 1/2] nouveau/exa: unref bo if map failed

2012-06-18 Thread Maarten Maathuis
Signed-off-by: Maarten Maathuis madman2...@gmail.com --- src/nouveau_exa.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/nouveau_exa.c b/src/nouveau_exa.c index 55dce99..c51a799 100644 --- a/src/nouveau_exa.c +++ b/src/nouveau_exa.c @@ -175,11 +175,15

Re: [Nouveau] [PATCH 14/14] drm/nouveau/therm: Rework nouveau_therm_create()

2012-05-21 Thread Maarten Maathuis
On Mon, May 21, 2012 at 8:30 AM, Ben Skeggs skeg...@gmail.com wrote: On Mon, May 21, 2012 at 12:15:03AM +0100, Emil Velikov wrote: It contains a few changes mainly targeting the following  * Therm table is present in BIT vbios  * Parse the vbios table before hooking temp_get(), as it contains

Re: lack of reviewers

2012-05-18 Thread Maarten Maathuis
On Fri, May 18, 2012 at 1:17 PM, Michal Suchanek hramr...@gmail.com wrote: On 18 May 2012 12:40, Peter Hutterer peter.hutte...@who-t.net wrote: On 18/05/12 19:26 , Michal Suchanek wrote: On 18 May 2012 01:14, Peter Huttererpeter.hutte...@who-t.net  wrote: On Thu, May 17, 2012 at 10:39:55AM

Re: lack of reviewers

2012-05-18 Thread Maarten Maathuis
On Fri, May 18, 2012 at 5:56 PM, Michal Suchanek hramr...@gmail.com wrote: On 18 May 2012 17:38, Maarten Maathuis madman2...@gmail.com wrote: I think that a tool that allows you to see diffs in a web interface and do point-and-click defect submission would never hurt. As long as it doesn't

Re: [Nouveau] NV43: Native resolution not available on Dell 2007FP

2012-05-04 Thread Maarten Maathuis
On Fri, May 4, 2012 at 5:55 PM, Mark Hills m...@pogo.org.uk wrote: I have a Dell 2007FP monitor. NV43 (GeForce 6600) can not use the native resolution. 1600x1200 is listed under DDC gathered Modelines with the rest of the info, but then is missing from probed modes. I have a secondary card,

Linux 3.4-rc4

2012-04-30 Thread Maarten Maathuis
On Mon, Apr 30, 2012 at 12:37 AM, Dmitry Torokhov wrote: > On Sat, Apr 28, 2012 at 11:33:50AM -0400, Nick Bowler wrote: >> On 2012-04-28 02:19 -0400, Alex Deucher wrote: >> > On Fri, Apr 27, 2012 at 8:39 PM, Nick Bowler >> > wrote: >> > > Hi Ben, >> > > >> > > On 2012-04-27 15:20 +1000, Ben

Re: Linux 3.4-rc4

2012-04-30 Thread Maarten Maathuis
On Mon, Apr 30, 2012 at 12:37 AM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: On Sat, Apr 28, 2012 at 11:33:50AM -0400, Nick Bowler wrote: On 2012-04-28 02:19 -0400, Alex Deucher wrote: On Fri, Apr 27, 2012 at 8:39 PM, Nick Bowler nbow...@elliptictech.com wrote: Hi Ben, On

Re: [Nouveau] [PATCH 2/2] drm/nouveau: implement precise vblank timestamping

2012-04-26 Thread Maarten Maathuis
It seems a bit strange to go in between a register and defines that probably belong to that register. On Thu, Apr 26, 2012 at 12:26 AM, Lucas Stach d...@lynxeye.de wrote:  #define NV_PCRTC_ENGINE_CTRL                           0x00600860 +#define NV_PCRTC_STAT(i0)                      

Re: [Nouveau] rendering problems with latest ddx driver (nv50)

2012-04-24 Thread Maarten Maathuis
On Tue, Apr 24, 2012 at 8:36 PM, Martin Peres martin.pe...@free.fr wrote: Le 24/04/2012 20:14, Maarten Maathuis a écrit : Do you get rendering errors also when using a nv50 class gpu? I seem to get them in firefox. I also noticed a huge amount of failures when running rendercheck -t

Re: [Nouveau] nvidia gt 545 and nouveau

2012-04-05 Thread Maarten Maathuis
On Thu, Apr 5, 2012 at 2:25 AM, Daniel Wallace daniel.wall...@gatech.edu wrote: I have 2 monitors plugged into the same nvidia card (running nouveau) one can be either DVI-I or VGA(vga right now) and the other is hdmi, right now, I am just trying to get the monitors to not be clones of each

Re: [Nouveau] nvidia gt 545 and nouveau

2012-04-05 Thread Maarten Maathuis
/gmane.comp.freedesktop.xorg.devel/29650 http://sprunge.us/LMjV?text here is all the information I get from inxi -F http://sprunge.us/TOef any help would be appreciated, Thank you, Daniel Wallace On Thu, Apr 05, 2012 at 04:24:46AM -0400, Daniel Wallace wrote: On Thu, Apr 05, 2012 at 08:46:01AM +0200, Maarten

BUG: drm_crtc_helper_set_config does not work

2012-03-09 Thread Maarten Maathuis
On Fri, Mar 9, 2012 at 5:28 PM, Yufeng Shen wrote: > On Fri, Mar 9, 2012 at 3:15 AM, Maarten Maathuis > wrote: >> On Fri, Mar 9, 2012 at 2:50 AM, Yufeng Shen wrote: >>> So a simple case of ?disabling a CRTC and then re-enabling it. >>> >>> Disabling:

BUG: drm_crtc_helper_set_config does not work

2012-03-09 Thread Maarten Maathuis
On Fri, Mar 9, 2012 at 2:50 AM, Yufeng Shen wrote: > So a simple case of ?disabling a CRTC and then re-enabling it. > > Disabling: > > CRTC X is originally connected to output Y > > 1. XRRSetCrtcConfig() ? ?is called to disable CRTC ?X > > 2. drm_helper_connector_dpms() ? then gets called on the

Re: BUG: drm_crtc_helper_set_config does not work

2012-03-09 Thread Maarten Maathuis
On Fri, Mar 9, 2012 at 2:50 AM, Yufeng Shen mile...@chromium.org wrote: So a simple case of  disabling a CRTC and then re-enabling it. Disabling: CRTC X is originally connected to output Y 1. XRRSetCrtcConfig()    is called to disable CRTC  X 2. drm_helper_connector_dpms()   then gets

Re: BUG: drm_crtc_helper_set_config does not work

2012-03-09 Thread Maarten Maathuis
On Fri, Mar 9, 2012 at 5:28 PM, Yufeng Shen mile...@chromium.org wrote: On Fri, Mar 9, 2012 at 3:15 AM, Maarten Maathuis madman2...@gmail.com wrote: On Fri, Mar 9, 2012 at 2:50 AM, Yufeng Shen mile...@chromium.org wrote: So a simple case of  disabling a CRTC and then re-enabling it. Disabling

Re: [Nouveau] [Patches][nouveau/kms]: Precise Vblank and pageflip timestamping v2

2012-02-21 Thread Maarten Maathuis
On Tue, Feb 21, 2012 at 8:04 PM, Mario Kleiner mario.klei...@tuebingen.mpg.de wrote: On Feb 20, 2012, at 8:24 AM, Lucas Stach wrote: Just updated versions of the patches send by Mario Kleiner. This ones are rebased on top of the nouveau tree and updated according to the review feedback.

Re: [Nouveau] [Patches][nouveau/kms]: Precise Vblank and pageflip timestamping v2

2012-02-21 Thread Maarten Maathuis
On Tue, Feb 21, 2012 at 8:26 PM, Maarten Maathuis madman2...@gmail.com wrote: On Tue, Feb 21, 2012 at 8:04 PM, Mario Kleiner mario.klei...@tuebingen.mpg.de wrote: On Feb 20, 2012, at 8:24 AM, Lucas Stach wrote: Just updated versions of the patches send by Mario Kleiner. This ones are rebased

Re: [Nouveau] Why do non-lvds monitors default to dithering these days?

2012-01-12 Thread Maarten Maathuis
On Thu, Dec 22, 2011 at 3:41 PM, Maarten Maathuis madman2...@gmail.com wrote: On Sun, Dec 18, 2011 at 8:47 PM, Maarten Maathuis madman2...@gmail.com wrote: In the past we assumed that external displays did their own dithering if needed. GPU based dithering is only needed for laptop displays

Re: [Nouveau] Why do non-lvds monitors default to dithering these days?

2011-12-22 Thread Maarten Maathuis
On Sun, Dec 18, 2011 at 8:47 PM, Maarten Maathuis madman2...@gmail.com wrote: In the past we assumed that external displays did their own dithering if needed. GPU based dithering is only needed for laptop displays if i had to guess. I was almost thinking my monitor was malfunctioning because

[Nouveau] Why do non-lvds monitors default to dithering these days?

2011-12-18 Thread Maarten Maathuis
In the past we assumed that external displays did their own dithering if needed. GPU based dithering is only needed for laptop displays if i had to guess. I was almost thinking my monitor was malfunctioning because of strange barely visible flickering. Now it *seems* as if dithering was the

Re: [Nouveau] Gentoo HOWTO is outdated

2011-12-14 Thread Maarten Maathuis
On Wed, Dec 14, 2011 at 6:15 PM, Stayvoid stayv...@gmail.com wrote: Hi there! This HOWTO is outdated: http://nouveau.freedesktop.org/wiki/GentooEbuilds x11-base/nouveau-drm from the x11 overlay asks for the 3.2 version of kernel, but the latest version is 3.1.5. This advice is also wrong:

Re: 8k resolution video causes X Error

2011-12-04 Thread Maarten Maathuis
On Sun, Dec 4, 2011 at 6:11 PM, Donald McLachlan donald.mclach...@crc.ca wrote: Hi, I don't know where to start to resolve this problem and guessed maybe this is a good place to start. If not, please point me in the right direction. Our ultimate goal is to stream 8k resolution video using

Re: EXA and damage performance problem

2011-11-29 Thread Maarten Maathuis
On Tue, Nov 29, 2011 at 2:33 PM, Christoph Bartoschek bartosc...@or.uni-bonn.de wrote: Hi, I am moving the thread EXA performance problem from xorg to xorg-devel and hope to get some help here. To sum up the problem: We use an application that displays vector pictures. We use it mostly to

Re: EXA and damage performance problem

2011-11-29 Thread Maarten Maathuis
On Tue, Nov 29, 2011 at 11:29 PM, Christoph Bartoschek bartosc...@or.uni-bonn.de wrote: Am 29.11.2011 23:19, schrieb Maarten Maathuis: On Tue, Nov 29, 2011 at 2:33 PM, Christoph Bartoschek bartosc...@or.uni-bonn.de  wrote: Hi, I am moving the thread EXA performance problem from xorg

Re: EXA performance problem

2011-11-28 Thread Maarten Maathuis
On Mon, Nov 28, 2011 at 4:49 PM, Christoph Bartoschek bartosc...@or.uni-bonn.de wrote: Am 28.11.2011 10:35, schrieb Christoph Bartoschek: Now one has to look at (*pGC-ops-PolyRectangle)(pDrawable, pGC, nRects, pRects); Here is what I see so far: - damagePolyRectangle is called for 2044

Re: EXA performance problem

2011-11-27 Thread Maarten Maathuis
On Sun, Nov 27, 2011 at 3:55 PM, Christoph Bartoschek bartosc...@or.uni-bonn.de wrote: Hi, I still have a huge performance problem with Xorg. One application that painted 2 Mio rectangles on the screen within a second or so with XFree86 needs about a minute with Xorg. Most of the time is

Re: EXA performance problem

2011-11-27 Thread Maarten Maathuis
On Sun, Nov 27, 2011 at 9:40 PM, Christoph Bartoschek bartosc...@or.uni-bonn.de wrote: Am 27.11.2011 16:13, schrieb Maarten Maathuis: On Sun, Nov 27, 2011 at 3:55 PM, Christoph Bartoschek bartosc...@or.uni-bonn.de  wrote: Hi, I still have a huge performance problem with Xorg. One

Re: EXA performance problem

2011-11-27 Thread Maarten Maathuis
On Mon, Nov 28, 2011 at 2:41 AM, Christoph Bartoschek bartosc...@or.uni-bonn.de wrote: I have new information. I am no longer sure whether it is a problem with EXA. I have a testcase that currently takes 90 seconds to draw all rectangles. I see that in damage.c two functions are mainly used:

Re: EXA performance problem

2011-11-27 Thread Maarten Maathuis
On Mon, Nov 28, 2011 at 7:43 AM, Maarten Maathuis madman2...@gmail.com wrote: On Mon, Nov 28, 2011 at 2:41 AM, Christoph Bartoschek bartosc...@or.uni-bonn.de wrote: I have new information. I am no longer sure whether it is a problem with EXA. I have a testcase that currently takes 90 seconds

KMS cursor BO semantics

2011-11-11 Thread Maarten Maathuis
On Fri, Nov 11, 2011 at 8:10 PM, Maarten Maathuis wrote: > On Fri, Nov 11, 2011 at 7:17 PM, James Simmons > wrote: >> >>> On Fri, Nov 04, 2011 at 11:30:06PM +0100, Thomas Hellstrom wrote: >>> > I'm not sure whether / how you handle the case of hardware render

KMS cursor BO semantics

2011-11-11 Thread Maarten Maathuis
On Fri, Nov 11, 2011 at 7:17 PM, James Simmons wrote: > >> On Fri, Nov 04, 2011 at 11:30:06PM +0100, Thomas Hellstrom wrote: >> > I'm not sure whether / how you handle the case of hardware render to >> > cursor surfaces on i915, but it seems to me like if a lot of drivers >> > need to implement

Re: KMS cursor BO semantics

2011-11-11 Thread Maarten Maathuis
On Fri, Nov 11, 2011 at 7:17 PM, James Simmons jsimm...@infradead.org wrote: On Fri, Nov 04, 2011 at 11:30:06PM +0100, Thomas Hellstrom wrote: I'm not sure whether / how you handle the case of hardware render to cursor surfaces on i915, but it seems to me like if a lot of drivers need to

Re: KMS cursor BO semantics

2011-11-11 Thread Maarten Maathuis
On Fri, Nov 11, 2011 at 8:10 PM, Maarten Maathuis madman2...@gmail.com wrote: On Fri, Nov 11, 2011 at 7:17 PM, James Simmons jsimm...@infradead.org wrote: On Fri, Nov 04, 2011 at 11:30:06PM +0100, Thomas Hellstrom wrote: I'm not sure whether / how you handle the case of hardware render

Re: [Nouveau] Option Rotate is not used

2011-11-10 Thread Maarten Maathuis
On Thu, Nov 10, 2011 at 10:36 PM, Grant emailgr...@gmail.com wrote: I just switched from nvidia to nouveau and I get the following in Xorg.0.log: (WW) NOUVEAU(0): Option Rotate is not used I have the following in xorg.conf because I've rotated the LCD screen to change its orientation:

Re: [Nouveau] Option Rotate is not used

2011-11-10 Thread Maarten Maathuis
On Thu, Nov 10, 2011 at 11:27 PM, Grant emailgr...@gmail.com wrote: I just switched from nvidia to nouveau and I get the following in Xorg.0.log: (WW) NOUVEAU(0): Option Rotate is not used I have the following in xorg.conf because I've rotated the LCD screen to change its orientation:

KMS cursor BO semantics

2011-11-05 Thread Maarten Maathuis
On Fri, Nov 4, 2011 at 11:59 PM, Thomas Hellstrom wrote: > On 11/04/2011 11:49 PM, Maarten Maathuis wrote: >> >> On Fri, Nov 4, 2011 at 11:30 PM, Thomas Hellstrom >> ?wrote: >> >>> >>> On 11/04/2011 04:34 PM, Daniel Vetter wrote: >>> >

KMS cursor BO semantics

2011-11-05 Thread Maarten Maathuis
On Fri, Nov 4, 2011 at 11:30 PM, Thomas Hellstrom wrote: > On 11/04/2011 04:34 PM, Daniel Vetter wrote: >> >> On Fri, Nov 04, 2011 at 12:59:59PM +0100, Thomas Hellstrom wrote: >> >>> >>> Hi. >>> >>> I have a question about the semantics of the DRM_IOCTL_MODE_CURSOR iotcl: >>> >>> Some hardware

Re: KMS cursor BO semantics

2011-11-04 Thread Maarten Maathuis
On Fri, Nov 4, 2011 at 11:30 PM, Thomas Hellstrom thellst...@vmware.com wrote: On 11/04/2011 04:34 PM, Daniel Vetter wrote: On Fri, Nov 04, 2011 at 12:59:59PM +0100, Thomas Hellstrom wrote: Hi. I have a question about the semantics of the DRM_IOCTL_MODE_CURSOR iotcl: Some hardware

Re: KMS cursor BO semantics

2011-11-04 Thread Maarten Maathuis
On Fri, Nov 4, 2011 at 11:59 PM, Thomas Hellstrom thellst...@vmware.com wrote: On 11/04/2011 11:49 PM, Maarten Maathuis wrote: On Fri, Nov 4, 2011 at 11:30 PM, Thomas Hellstromthellst...@vmware.com  wrote: On 11/04/2011 04:34 PM, Daniel Vetter wrote: On Fri, Nov 04, 2011 at 12:59:59PM

Re: [Nouveau] custom monitor formats

2011-11-01 Thread Maarten Maathuis
On Mon, Oct 31, 2011 at 8:34 PM, William Moss bill.m.m...@gmail.com wrote: I recently updated from OpenSUSE 11.3 to 11.4. The proprietary Nvidia driver will no longer work, even the latest NVIDIA...run. I removed it and set up nouveau, which works fine except it ignores my customized

Re: [Nouveau] enable ctxprog xfer only when we need it to save power introduces big performance regression

2011-10-29 Thread Maarten Maathuis
On Sat, Oct 29, 2011 at 7:29 PM, Marcin Slusarz marcin.slus...@gmail.com wrote: On Sat, Oct 29, 2011 at 07:08:01PM +0200, Marcin Slusarz wrote: Hi I've bisected pretty big performance regression (nv92): $ git bisect good b2737681d5442f05ab6419e05468c3d2511a5ced is the first bad commit

nouveau page_flip function implement not wait vblank, which cause screen garbage

2011-10-25 Thread Maarten Maathuis
2011/10/25 chris : > Can anyone give a suggestion, is wait-vblank fully implemented in > page_flip() for nouveau drm driver? > > > At 2011-10-24 14:30:55,chris? wrote: > > Dear, > > I use NVidia Geforce 7300GT graphics card in my PC, and Linux 3.1rc4 kernel > code, git drm 2.4.36. > ? When I run

  1   2   3   4   5   6   7   8   9   >