Re: Radeonhd repo not migrated to gitlab.

2019-03-11 Thread Mike Lothian
You really don't know when to quit do you? If you can't be civil perhaps you should leave Radeonhd is dead, xf86-video-ati only works on old hardware and the modesetting driver replaces that and wayland will make it further redundant Your work on lima helped with Panfrost but even that has far o

Re: how do I build xf86-video-ati

2018-08-22 Thread Mike Lothian
Hi It works fine here, so I'm guessing you're missing a part of autotools or don't have a new enough version Here's what I get: ./autogen.sh autoreconf-2.69: Entering directory `.' autoreconf-2.69: configure.ac: not using Gettext autoreconf-2.69: running: aclocal --force -I m4 aclocal-1.16: warn

Re: 4K@60 YCbCr420 missing mode in usermode

2018-06-27 Thread Mike Lothian
> getting filtered out. The usermode I am using now is 607399. Thanks for > your help. > > > > Regards, > > Jerry > > > > *From:* Mike Lothian [mailto:m...@fireburn.co.uk] > > *Sent:* June 27, 2018 11:36 AM > > > *To:* Zuo, Jerry > *Cc:* Mi

Re: 4K@60 YCbCr420 missing mode in usermode

2018-06-27 Thread Mike Lothian
7f74dc31a66c26c4fbb2926. Please let me > know which build you are using. Thanks. > > > > Regards, > > Jerry > > > > *From:* Mike Lothian [mailto:m...@fireburn.co.uk] > > *Sent:* June 26, 2018 7:09 PM > *To:* Zuo, Jerry > *Cc:* Michel Dänzer ; Emil V

Re: 4K@60 YCbCr420 missing mode in usermode

2018-06-26 Thread Mike Lothian
k kernel: FS: 7f5529f3df80() GS:88083ec8() knlGS: Jun 27 00:00:38 quark kernel: CS: 0010 DS: ES: CR0: 80050033 Jun 27 00:00:38 quark kernel: CR2: 7fb043f26610 CR3: 000811394000 CR4: 003406a0 On Wed, 27 Jun 2018 at 00:06 Mike Lothian wrote:

Re: 4K@60 YCbCr420 missing mode in usermode

2018-06-26 Thread Mike Lothian
ASIC with DCE version < 112. > > Please use DCE112 or higher ASIC as well. > > > > Regards, > > Jerry > > > > *From:* Zuo, Jerry > *Sent:* June 26, 2018 2:15 PM > *To:* 'Mike Lothian' ; Michel Dänzer < > mic...@daenzer.net> > *Cc:* Emil

Re: 4K@60 YCbCr420 missing mode in usermode

2018-06-26 Thread Mike Lothian
r_hwframe+0x44/0xa9 [ 105.397966] Modules linked in: [ 105.397967] ---[ end trace 82b2adbb705155c8 ]--- On Tue, 26 Jun 2018 at 17:27 Mike Lothian wrote: > Hi > > I'm happy to test this when I get home > > I'm currently reverting that patch that enables >8bit colou

Re: 4K@60 YCbCr420 missing mode in usermode

2018-06-26 Thread Mike Lothian
Hi I'm happy to test this when I get home I'm currently reverting that patch that enables >8bit colour to get 60Hz back Cheers Mike On Tue, 26 Jun 2018 at 17:23 Michel Dänzer wrote: > On 2018-06-26 05:43 PM, Emil Velikov wrote: > > Hi Jerry, > > > > On 25 June 2018 at 22:45, Zuo, Jerry wrot

Re: [PATCH xserver] modesetting: Fix and improve ms_kernel_msc_to_crtc_msc()

2018-05-07 Thread Mike Lothian
From f1a0beaaa72db8e09228dac124090e5ccd0c5129 Mon Sep 17 00:00:00 2001 From: Mario Kleiner Date: Mon, 7 May 2018 10:14:14 +0100 Subject: [PATCH] modesetting: Fix and improve ms_kernel_msc_to_crtc_msc() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The o

Re: [PATCH xserver] modesetting: Fix and improve ms_kernel_msc_to_crtc_msc()

2018-05-07 Thread Mike Lothian
Hi This doesn't seem to apply cleanly to master or 1.19.6, am I missing something? Cheers Mike On Sun, 6 May 2018 at 06:35 Mario Kleiner wrote: > The old 32-Bit wraparound handling didn't actually work, > due to some integer casting bug, and the mapping was ill > equipped to deal with input f

Re: [PATCH 2/2] loader_dri3: Variant 2: Wait for pending swaps to complete before drawable_fini.

2018-05-05 Thread Mike Lothian
Thank you for the clarification. On Sat, 5 May 2018 at 14:31 Daniel Stone wrote: > On 5 May 2018 at 10:15, Mike Lothian wrote: > > Out of interest can you try running the vulkan smoketest, I'm seeing > this: > > > > smoketest > > terminate called

Re: [PATCH 2/2] loader_dri3: Variant 2: Wait for pending swaps to complete before drawable_fini.

2018-05-05 Thread Mike Lothian
Which is: VK_ERROR_OUT_OF_DATE_KHR = -101004, On Sat, 5 May 2018 at 10:15 Mike Lothian wrote: > Out of interest can you try running the vulkan smoketest, I'm seeing this: > > smoketest > terminate called after throwing an instance of 'std::runtime_error' >

Re: [PATCH 2/2] loader_dri3: Variant 2: Wait for pending swaps to complete before drawable_fini.

2018-05-05 Thread Mike Lothian
ay 5, 2018 at 4:08 AM, Mike Lothian wrote: > > I definately saw the steam bug with patch 1 but not with plasmashell, > > I started seeing it with patch 2 but it seemed to fix itself > > > > I had two hangs of kwin_x11 within the last 6 hours when alt-tabbing &g

Re: [PATCH 2/2] loader_dri3: Variant 2: Wait for pending swaps to complete before drawable_fini.

2018-05-04 Thread Mike Lothian
d eid %d\n", draw->width, draw->height, draw->drawable, draw->eid); } dri3_flush_present_events(draw); mtx_unlock(&draw->mtx); -- 2.17.0 On 4 May 2018 at 17:54, Mario Kleiner wrote: > On Fri, May 4, 2018 at 6:45 PM, Mike Lothian wrote: >> H

Re: [PATCH 1/2] loader_dri3: Wait for pending swaps to complete before drawable_fini.

2018-05-04 Thread Mike Lothian
Hi Yes I've not seen any freezes with Plasmashell, so a big improvement Had issues with patch 2 Cheers Mike On 4 May 2018 at 17:36, Mario Kleiner wrote: > On Fri, May 4, 2018 at 6:31 PM, Mike Lothian wrote: >> Hi >> >> I'm still seeing the freeze in t

Re: [PATCH 2/2] loader_dri3: Variant 2: Wait for pending swaps to complete before drawable_fini.

2018-05-04 Thread Mike Lothian
Hi The first hunk doesn't apply, the other 3 gives this with GCC 8.1 ../mesa-/src/loader/loader_dri3_helper.c: In function ‘dri3_handle_present_event’: ../mesa-/src/loader/loader_dri3_helper.c:376:13: error: implicit declaration of function ‘printf’ [-Werror=implicit-function-declaration

Re: [PATCH 1/2] loader_dri3: Wait for pending swaps to complete before drawable_fini.

2018-05-04 Thread Mike Lothian
Hi I'm still seeing the freeze in the Steam client with this patch Just about to test the other one Mike On 4 May 2018 at 17:17, Mike Lothian wrote: > Hi Mario > > Again thanks for looking into this issue :D > > Tested-by: Mike Lothian > > I'll give the oth

Re: [PATCH 1/2] loader_dri3: Wait for pending swaps to complete before drawable_fini.

2018-05-04 Thread Mike Lothian
Hi Mario Again thanks for looking into this issue :D Tested-by: Mike Lothian I'll give the other patch a whirl now Cheers Mike On 4 May 2018 at 14:45, Mario Kleiner wrote: > Before destroying the loader_dri3_drawable, make sure all pending > swaps for it have completed. This gui

Re: [PATCH xserver] modesetting: Remove ms_crtc_msc_to_kernel_msc().

2018-05-04 Thread Mike Lothian
Hi Mario Thanks for finding this Tested-by: Mike Lothian Cheers Mike On 4 May 2018 at 14:02, Mario Kleiner wrote: > Hi Daniel, Eero, > > On Fri, May 4, 2018 at 2:41 PM, Daniel Stone wrote: >> Hi Mario, >> >> On 4 May 2018 at 13:14, Mario Kleiner wrote: >

Re: [PATCH xserver] dri3: Fix DRI3.2 support for drivers other than modesetting-ddx.

2018-04-30 Thread Mike Lothian
27;ll raise a separate bug for that, it happens with smoketest and Rise of > the Tomb Raider > > On Mon, 30 Apr 2018 at 08:26 Mario Kleiner > wrote: > >> On Wed, Apr 25, 2018 at 2:23 AM, Mike Lothian >> wrote: >> > >> > The plasmashell & steam freezes

Re: [PATCH xserver] dri3: Fix DRI3.2 support for drivers other than modesetting-ddx.

2018-04-30 Thread Mike Lothian
ise of the Tomb Raider On Mon, 30 Apr 2018 at 08:26 Mario Kleiner wrote: > On Wed, Apr 25, 2018 at 2:23 AM, Mike Lothian wrote: > > > > The plasmashell & steam freezes aren't present with the Intel or AMDGPU > > DDXs, only modesetting > > > > I'm quit

Xorg Issues

2018-04-27 Thread Mike Lothian
Hi I'll happily raise a bug for these but just wanted to make sure I wasn't shouting into the void With Xserver master I can now get the Intel DDX working, however, when the screen powers down and it woken back up I only see the cursor moving the background is black, if I then do a VT switch away

Re: [ANNOUNCE] xorg-server 1.19.99.905

2018-04-25 Thread Mike Lothian
There's finally a patch that fixes non-modesetting DDXs, would be nice to see a release candidate with those working too On Wed, 25 Apr 2018 at 09:37 Michel Dänzer wrote: > On 2018-04-24 11:17 PM, Adam Jackson wrote: > > More bugfixes, and streams support for Xwayland. This will almost > > certa

Re: [PATCH xserver] dri3: Fix DRI3.2 support for drivers other than modesetting-ddx.

2018-04-24 Thread Mike Lothian
working with the Intel and AMDGPU DDXs on my laptop with Kwin The plasmashell & steam freezes aren't present with the Intel or AMDGPU DDXs, only modesetting I'm quite happy to mark https://bugs.freedesktop.org/show_bug.cgi?id=105851 as resolved and look into the modesetting freezes seperately Feel free to add my: Tested-by: Mike Lothian Cheers again Mike ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel

Re: [PATCH xserver] modesetting: Fix inverted check in dri2 WaitMSC

2018-04-16 Thread Mike Lothian
I've applied this too as part of my testing, I don't see a dri3 file - does that mean the dri2 one covers both dri2&3? If it doesn't please ignore Tested-by: Mike Lothian On Mon, 16 Apr 2018 at 21:17 Frank Binns wrote: > Adam Jackson writes: > > > ms_queue_vb

Re: [PATCH xserver] dri3: Fix dri3_buffers_from_pixmap request.

2018-04-16 Thread Mike Lothian
Tested-by: Mike Lothian On Mon, 16 Apr 2018 at 20:33 Louis-Francis Ratté-Boulianne < l...@collabora.com> wrote: > Thanks Mario for spotting that. > > On Mon, 2018-04-16 at 08:14 +0200, Mario Kleiner wrote: > > Sending pixmap depth and bpp was omitted, so the Mesa > &g

Re: [PATCH xserver] modesetting: Fix page flipping under DRI 3.2.

2018-04-16 Thread Mike Lothian
formats for the fb. > On NVidia Pascal i also saw modesetting failure, but not on older > Tesla gpu's. > This needs more testing. > > -mario > > > On Fri, Apr 6, 2018 at 11:44 AM, Daniel Stone > wrote: > > Hi, > > > > On 6 April 2018 at 09:48, Mike

Re: [PATCH xserver] dri3: Fix dri3_buffers_from_pixmap request.

2018-04-16 Thread Mike Lothian
Hi Mario Thanks for finding this, I'll test it tonight Cheers Mike On Mon, 16 Apr 2018 at 07:15 Mario Kleiner wrote: > Sending pixmap depth and bpp was omitted, so the Mesa > X11 + EGL + DRI3 side of things always failed to > dri3_create_image_khr_pixmap_from_buffers(), which led > to failure

Re: Bug 105851 Xserver 1.20 RC2+ issues with Kwin + Present 1.2

2018-04-12 Thread Mike Lothian
om "Alt + F2". I've attached the journal again just after a freeze (journalctl.freeze) Cheers Mike On Mon, 9 Apr 2018 at 11:07 Mike Lothian wrote: > Switching between egl and glx can only be done these days by editing the > kwinrc file (egl however is used by default on w

Re: Bug 105851 Xserver 1.20 RC2+ issues with Kwin + Present 1.2

2018-04-11 Thread Mike Lothian
add libdrm version check for drmGetDevice Get PCI information from info->fd with drmGetDevice instead of assuming the info->fd is the first entity of scrn which is not true for multi entities scrn. Signed-off-by: Qiang Yu Reviewed-by: Emil Velikov On 11 April 2018 at 23:

Re: Bug 105851 Xserver 1.20 RC2+ issues with Kwin + Present 1.2

2018-04-11 Thread Mike Lothian
8 at 22:53, Mike Lothian wrote: > The journal.freeze I mentioned but was too big to attach > > On 11 April 2018 at 22:53, Mike Lothian wrote: >> Hi >> >> Hopefully 3rd time lucky (sorry Roman) >> >> I've done some more testing. The flashing I was seeing

Re: Bug 105851 Xserver 1.20 RC2+ issues with Kwin + Present 1.2

2018-04-11 Thread Mike Lothian
The journal.freeze I mentioned but was too big to attach On 11 April 2018 at 22:53, Mike Lothian wrote: > Hi > > Hopefully 3rd time lucky (sorry Roman) > > I've done some more testing. The flashing I was seeing with Xserver > 1.19.5 goes away when I use egl rather then glx

Re: Bug 105851 Xserver 1.20 RC2+ issues with Kwin + Present 1.2

2018-04-11 Thread Mike Lothian
Hi Hopefully 3rd time lucky (sorry Roman) I've done some more testing. The flashing I was seeing with Xserver 1.19.5 goes away when I use egl rather then glx with Kwin - I won't be using egl in any of the next tests When I use Xserver 1.20 RC4 with Intel/AMDPGU DDXs Kwin doesn't start - the X se

Re: Bug 105851 Xserver 1.20 RC2+ issues with Kwin + Present 1.2

2018-04-09 Thread Mike Lothian
d into the binaries so I'm not sure how useful they are On Mon, 9 Apr 2018 at 10:45 Roman Gilg wrote: > On Sat, Apr 7, 2018 at 9:56 AM, Mike Lothian wrote: > > Switching to glx from egl gets things started for me > > Do you mean switching from egl to glx as in switching the com

Re: Bug 105851 Xserver 1.20 RC2+ issues with Kwin + Present 1.2

2018-04-07 Thread Mike Lothian
Which led me to https://bugs.gentoo.org/650106 On Sat, 7 Apr 2018 at 08:56 Mike Lothian wrote: > Hi > > Switching to glx from egl gets things started for me > > I'm wondering if this is an issue with Qt 5.10.1 - I've been seeing a lot > of plasmashell freezes latel

Re: Bug 105851 Xserver 1.20 RC2+ issues with Kwin + Present 1.2

2018-04-07 Thread Mike Lothian
Hi Switching to glx from egl gets things started for me I'm wondering if this is an issue with Qt 5.10.1 - I've been seeing a lot of plasmashell freezes lately, I'll try and do some more digging Cheers Mike On Fri, 6 Apr 2018 at 12:58 Mike Lothian wrote: > It's Thie

Re: Bug 105851 Xserver 1.20 RC2+ issues with Kwin + Present 1.2

2018-04-06 Thread Mike Lothian
It's Thierry's patch I revert to get things working On Fri, 6 Apr 2018 at 12:11 Emil Velikov wrote: > On 5 April 2018 at 19:06, Mike Lothian wrote: > > Nope still not working > > > > Intel DDX didn't launch, Modesetting did however compositing was disabled &

Re: [PATCH xserver] modesetting: Fix page flipping under DRI 3.2.

2018-04-06 Thread Mike Lothian
Hi Mario Thanks for reminding me about GLX vs EGL The config option in KDE was removed from the System Setting app and can only be adjusted manually in in ~/.config/kwinrc GLPlatformInterface=egl This might explain why Daniel hasn't been seeing the issues I've been seeing Cheers Mike On Thu,

Re: Bug 105851 Xserver 1.20 RC2+ issues with Kwin + Present 1.2

2018-04-05 Thread Mike Lothian
icker menu too On Thu, 5 Apr 2018 at 11:07 Mike Lothian wrote: > There's also some journalctl output in the bug report > > On 5 April 2018 at 11:06, Mike Lothian wrote: > > Hi > > > > I'm attaching the core dumps (4GB uncompressed, 7MB XZ compressed) &

Re: Bug 105851 Xserver 1.20 RC2+ issues with Kwin + Present 1.2

2018-04-05 Thread Mike Lothian
There's also some journalctl output in the bug report On 5 April 2018 at 11:06, Mike Lothian wrote: > Hi > > I'm attaching the core dumps (4GB uncompressed, 7MB XZ compressed) > > Might still be too big for the list > > Cheers > > Mike > > On 5 Apri

Re: Bug 105851 Xserver 1.20 RC2+ issues with Kwin + Present 1.2

2018-04-05 Thread Mike Lothian
g disabled or set to Xrender everything starts fine Cheers Mike On Thu, 5 Apr 2018 at 08:58 Daniel Stone wrote: > > Hi Mike, > > On 5 April 2018 at 07:10, Mike Lothian wrote: > > I've just tested with those patches, it still doesn't work without that > > rever

Re: Bug 105851 Xserver 1.20 RC2+ issues with Kwin + Present 1.2

2018-04-04 Thread Mike Lothian
Hi Mike, > > On 4 April 2018 at 09:12, Mike Lothian wrote: >> Kwin doesn't seem to start with the following commit: >> >> commit abb9b58d1af9a0286162e52ef9db390d0c950fc1 >> Author: Thierry Reding >> Date: Fri Mar 16 14:24:21 2018 +0100 >> >>

Re: Bug 105851 Xserver 1.20 RC2+ issues with Kwin + Present 1.2

2018-04-04 Thread Mike Lothian
Hi Emil I'm running the latest everything from git and have that commit Regards Mike On Wed, 4 Apr 2018 at 12:50 Emil Velikov wrote: > Hi Mike, > > On 4 April 2018 at 09:12, Mike Lothian wrote: > > Hi > > > > Kwin doesn't seem to start with

Bug 105851 Xserver 1.20 RC2+ issues with Kwin + Present 1.2

2018-04-04 Thread Mike Lothian
Hi Kwin doesn't seem to start with the following commit: commit abb9b58d1af9a0286162e52ef9db390d0c950fc1 Author: Thierry Reding Date: Fri Mar 16 14:24:21 2018 +0100 present: Advertise protocol version 1.2 Everything is implemented to support protocol version 1.2. Make it official

Re: [PATCH 08/37] mi: Drop plane argument from miHandleExposures

2014-10-11 Thread Mike Lothian
I think I've found the correct way to do it I've tested against xorg-server 1.16.1 and xorg-server from the latest git - I'm not sure if the formatting if correct or not but it compiles and runs on both Cheers Mike On 11 October 2014 14:35, Mike Lothian wrote: > Hi > &g

Re: [PATCH 08/37] mi: Drop plane argument from miHandleExposures

2014-10-11 Thread Mike Lothian
will be used. The > -exposing is done by the backing store's GraphicsExpose function, of course. > - > */ > > RegionPtr > miHandleExposures(DrawablePtr pSrcDrawable, DrawablePtr pDstDrawable, >GCPtr pGC, int srcx, int srcy, int width, int height, > -

Re: [PATCH] Fallback to std DRI2CopyRegion when DRI2UpdatePrime fails

2014-10-06 Thread Mike Lothian
Is this the issue in KDE that when I start a game I have to toggle compositing a couple of times to get it rendering? On 6 Oct 2014 07:39, "Chris Wilson" wrote: > On Mon, Oct 06, 2014 at 11:04:51AM +0900, Michel Dänzer wrote: > > On 05.10.2014 16:06, Chris Wilson wrote: > > >I was looking at a bu

Re: [PATCH xf86-input-synaptics v4 00/10] ClickPad support

2012-03-03 Thread Mike Lothian
Hi I'm testing these patches out on my Gentoo box where I'm running the latest git for the whole X stack I can't seem to get the right (or middle) buttons working I've tried your script but it's failing at the following command: fireburn@tau ~ $ xinput list 12 SynPS/2 Synaptics TouchPad

Re: [Mesa-dev] [PATCH 20/20] tests/glx: Add unit tests for GLX_ARB_create_context GLX protocol

2012-01-04 Thread Mike Lothian
On 4 January 2012 03:50, Ian Romanick wrote: > On 01/03/2012 06:06 PM, Mike Lothian wrote: >> >> On 3 January 2012 20:27, Ian Romanick  wrote: >>> >>> On 01/03/2012 11:13 AM, Mike Lothian wrote: >>>> >>>> >>>> Hi >

Re: [Mesa-dev] [PATCH 20/20] tests/glx: Add unit tests for GLX_ARB_create_context GLX protocol

2012-01-03 Thread Mike Lothian
On 3 January 2012 20:27, Ian Romanick wrote: > On 01/03/2012 11:13 AM, Mike Lothian wrote: >> >> Hi >> >> Ever since these tests went in I get failures during configure: >> >> >> configure: creating ./config.status >> config.status: creating co

Re: [Mesa-dev] [PATCH 20/20] tests/glx: Add unit tests for GLX_ARB_create_context GLX protocol

2012-01-03 Thread Mike Lothian
On 3 January 2012 20:27, Ian Romanick wrote: > On 01/03/2012 11:13 AM, Mike Lothian wrote: >> >> Hi >> >> Ever since these tests went in I get failures during configure: >> >> >> configure: creating ./config.status >> config.status: creating co

Re: [Mesa-dev] [PATCH 20/20] tests/glx: Add unit tests for GLX_ARB_create_context GLX protocol

2012-01-03 Thread Mike Lothian
Hi Ever since these tests went in I get failures during configure: configure: creating ./config.status config.status: creating configs/autoconf config.status: error: cannot find input file: `tests/Makefile.in' Before I raise a bug am I doing something stupid? Cheers Mike _