Google Summer of Code 2018

2018-02-26 Thread Martin Peres
Hi everyone, Just a quick word to remind you that the X.Org Foundation got accepted to the Google Summer of Code 2018! As a potential mentor, if you have a project falling under the foundation's (large) umbrella that you would like to kick start or get help finishing, please add it to the list

XDC 2017 : Call for paper

2017-06-06 Thread Martin Peres
/questions, please send them to Stéphane Marchesin (please also CC: board at foundation.x.org). Martin Peres ___ 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: re-set the crtc's mode when link-status goes BAD

2017-04-12 Thread Martin Peres
On 11/04/17 04:47, Eric Anholt wrote: Martin Peres <martin.pe...@linux.intel.com> writes: Despite all the careful planing of the kernel, a link may become insufficient to handle the currently-set mode. At this point, the kernel should mark this particular configuration as being

[PATCH xserver] modesetting: re-set the crtc's mode when link-status goes BAD

2017-04-10 Thread Martin Peres
. Signed-off-by: Martin Peres <martin.pe...@linux.intel.com> --- hw/xfree86/drivers/modesetting/drmmode_display.c | 51 1 file changed, 51 insertions(+) diff --git a/hw/xfree86/drivers/modesetting/drmmode_display.c b/hw/xfree86/drivers/modesetting/drmmode_display.c

Re: [RFC PATCH xserver] modesetting: re-set the crtc's mode when link-status goes BAD

2017-03-27 Thread Martin Peres
On 26/01/17 14:37, Martin Peres wrote: Despite all the careful planing of the kernel, a link may become insufficient to handle the currently-set mode. At this point, the kernel should mark this particular configuration as being broken and potentially prune the mode before setting the offending

Re: [RFC PATCH xserver] modesetting: re-set the crtc's mode when link-status goes BAD

2017-02-15 Thread Martin Peres
On 13/02/17 23:05, Eric Anholt wrote: I was just trying to provide review to get the kernel unstuck. The kernel should not be blocked until the patch gets lands (this obviously isn't the case with ioctls, which *don't* land in userspace until kernel does), you just need userspace published and

Re: [RFC PATCH xserver] modesetting: re-set the crtc's mode when link-status goes BAD

2017-02-08 Thread Martin Peres
On 06/02/17 17:50, Martin Peres wrote: On 03/02/17 10:04, Daniel Vetter wrote: On Fri, Feb 03, 2017 at 01:30:14AM +0200, Martin Peres wrote: On 01/02/17 22:05, Manasi Navare wrote: On Wed, Feb 01, 2017 at 11:58:16AM -0800, Eric Anholt wrote: Jani Nikula <jani.nik...@linux.intel.com>

Re: [RFC PATCH xserver] modesetting: re-set the crtc's mode when link-status goes BAD

2017-02-06 Thread Martin Peres
On 03/02/17 10:04, Daniel Vetter wrote: On Fri, Feb 03, 2017 at 01:30:14AM +0200, Martin Peres wrote: On 01/02/17 22:05, Manasi Navare wrote: On Wed, Feb 01, 2017 at 11:58:16AM -0800, Eric Anholt wrote: Jani Nikula <jani.nik...@linux.intel.com> writes: On Tue, 31 Jan 2017, Eric Anh

Re: [RFC PATCH xserver] modesetting: re-set the crtc's mode when link-status goes BAD

2017-02-02 Thread Martin Peres
On 01/02/17 22:05, Manasi Navare wrote: On Wed, Feb 01, 2017 at 11:58:16AM -0800, Eric Anholt wrote: Jani Nikula <jani.nik...@linux.intel.com> writes: On Tue, 31 Jan 2017, Eric Anholt <e...@anholt.net> wrote: Martin Peres <martin.pe...@linux.intel.com> writes: Despi

[RFC PATCH xserver] modesetting: re-set the crtc's mode when link-status goes BAD

2017-01-26 Thread Martin Peres
the userspace a hotplug event. This may happen right after a modeset or later on. When available, we should use the link-status information to reset the wanted mode. Signed-off-by: Martin Peres <martin.pe...@linux.intel.com> --- WARNING: The patches have not been merged in the kernel y

[PATCH xserver v2] tests: shuffle around the linking order to please GNU ld

2017-01-25 Thread Martin Peres
Classic GNU ld resolves symbol dependencies only forward, while GOLD seems to work regardless of the specified library order. Suggested-by: Eero Tamminen <eero.t.tammi...@intel.com> Reviewed-by: Mihail Konev <k@ya.ru> Signed-off-by: Martin Peres <martin.pe...@linux.intel.c

[PATCH xserver] tests: shuffle around the linking order to please GNU ld

2017-01-23 Thread Martin Peres
Ubuntu 16.04 which shows the issue. Suggested-by: Eero Tamminen <eero.t.tammi...@intel.com> Signed-off-by: Martin Peres <martin.pe...@linux.intel.com> --- test/Makefile.am | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am inde

Re: [PATCH rendercheck] Report results on a per-test basis

2016-10-31 Thread Martin Peres
On 27/10/16 21:03, Eric Anholt wrote: Martin Peres <martin.pe...@linux.intel.com> writes: On 21/10/16 19:18, Eric Anholt wrote: Martin Peres <martin.pe...@linux.intel.com> writes: This allows a runner such as EzBench to track each test individually and not limit the resoluti

Re: [PATCH rendercheck] Report results on a per-test basis

2016-10-24 Thread Martin Peres
On 21/10/16 19:18, Eric Anholt wrote: Martin Peres <martin.pe...@linux.intel.com> writes: This allows a runner such as EzBench to track each test individually and not limit the resolution to groups. This feature can be triggered by using the -r parameter. I don't really see the

Re: [PATCH rendercheck] Report results on a per-test basis

2016-10-20 Thread Martin Peres
On 06/10/16 17:05, Martin Peres wrote: This allows a runner such as EzBench to track each test individually and not limit the resolution to groups. This feature can be triggered by using the -r parameter. Signed-off-by: Martin Peres <martin.pe...@linux.intel.com> Has anyone

[PATCH rendercheck] Report results on a per-test basis

2016-10-06 Thread Martin Peres
This allows a runner such as EzBench to track each test individually and not limit the resolution to groups. This feature can be triggered by using the -r parameter. Signed-off-by: Martin Peres <martin.pe...@linux.intel.com> --- main.c| 12 ++ rendercheck.h | 4 ++-- t

Re: [PATCH xserver 0/6] modesetting: add DRI2 page flip support

2016-08-17 Thread Martin Peres
On 17/08/16 13:29, Qiang Yu wrote: Hi guys, This patch set is for adding DRI2 page flip support to modesetting driver. I mainly take reference of amdgpu DDX and reuse present page flip code in the modesetting driver. Regards, Qiang Qiang Yu (6): modesetting: make ms_do_pageflip generic for

Re: XDC 2016 : Call for paper

2016-07-12 Thread Martin Peres
On 13/05/16 01:56, Martin Peres wrote: Hello, I have the pleasure to announce that the X.org Developer Conference 2016 will be held in Helsinki from September 21 to September 23. The venue is located at Haaga-Helia university[0], next to the Pasila station. The official page for the event

XDC 2016 : Call for paper

2016-05-12 Thread Martin Peres
are attending please add your name as early as possible. I am looking forward to seeing you there, if you have any inquiries/questions, please send them to me (please also CC: board at foundation.x.org). Martin Peres [0] https://www.google.fi/maps/place/Ratapihantie+13,+00520+Helsinki

Re: Xorg software excellence recognized

2016-04-04 Thread Martin Peres
On 02/04/16 02:53, Jamenson Ferreira Espindula de Almeida Melo wrote: Jaboatão dos Guararapes, Pernambuco, Brazil, April 01, 2016. Xorg software excellence recognized I would like to congratulate the Xorg Software Development Team for the excellent software. I am using the twm and I am

Re: [PATCH xserver 3/3] present: Only requeue if target MSC is not reached after an unflip

2016-03-30 Thread Martin Peres
On 28/03/16 05:24, Michel Dänzer wrote: On 01.03.2016 20:26, Martin Peres wrote: On 25/02/16 17:28, Adam Jackson wrote: On Thu, 2016-02-25 at 09:49 +, Chris Wilson wrote: On Wed, Feb 24, 2016 at 04:52:59PM +0900, Michel Dänzer wrote: From: Michel Dänzer <michel.daen...@amd.com>

Re: [PATCH xserver 2/3] present: Requeue if flip driver hook fails and target MSC not reached

2016-03-19 Thread Martin Peres
On 25/02/16 11:53, Chris Wilson wrote: On Wed, Feb 24, 2016 at 04:52:58PM +0900, Michel Dänzer wrote: From: Michel Dänzer For flipping, we wait for the MSC before the target MSC and then call the driver flip hook. If the latter fails, we have to wait for the target MSC

Re: [PATCH xserver 3/3] present: Only requeue if target MSC is not reached after an unflip

2016-03-10 Thread Martin Peres
On 05/03/16 06:20, Michel Dänzer wrote: [ Sorry for the late followup; I was down with the flu ] On 01.03.2016 20:26, Martin Peres wrote: On 25/02/16 17:28, Adam Jackson wrote: On Thu, 2016-02-25 at 09:49 +, Chris Wilson wrote: On Wed, Feb 24, 2016 at 04:52:59PM +0900, Michel Dänzer

Re: [PATCH xserver 3/3] present: Only requeue if target MSC is not reached after an unflip

2016-03-01 Thread Martin Peres
On 25/02/16 17:28, Adam Jackson wrote: On Thu, 2016-02-25 at 09:49 +, Chris Wilson wrote: On Wed, Feb 24, 2016 at 04:52:59PM +0900, Michel Dänzer wrote: From: Michel Dänzer While present_pixmap decrements target_msc by 1 for present_queue_vblank, it leaves the

Re: [PATCH xserver] present: Handle wraparound when comparing MSC values

2016-01-20 Thread Martin Peres
On 20/01/16 03:57, Michel Dänzer wrote: On 16.01.2016 02:03, Keith Packard wrote: Michel Dänzer writes: From: Michel Dänzer When a window moves from one CRTC to another, present_window_to_crtc_msc updates window_priv->msc_offset according to the

Re: [PATCH xserver] present: Handle wraparound when comparing MSC values

2016-01-19 Thread Martin Peres
ndeed. Which header do you have in mind? In any case; this all lgtm. Reviewed-by: Keith Packard <kei...@keithp.com> Same here, thanks for tracking this down! Reviewed-by: Martin Peres <martin.pe...@linux.intel.com> ___ xorg-devel@lists.x.

Re: [PATCH xserver] os: Treat ssh as a non-local client (v3)

2016-01-13 Thread Martin Peres
gnore executable path for the match. v3: (Michel Dänzer) * Use GetClientCmdName (Mark Kettenis) * Perform check on Windows as well, but only ignore path on Cygwin (Martin Peres, Emil Velikov, Jon Turney) But this doesn't work reliably, which is why I used strncmp in the first place.

Re: [PATCH xserver] os: Treat ssh as a non-local client (v3)

2016-01-12 Thread Martin Peres
nzer) * Use GetClientCmdName (Mark Kettenis) * Perform check on Windows as well, but only ignore path on Cygwin (Martin Peres, Emil Velikov, Jon Turney) Signed-off-by: Adam Jackson <a...@redhat.com> Signed-off-by: Michel Dänzer <michel.daen...@amd.com> Martin, Mark, Jon, any o

Re: [PATCH xserver v2.1] os: Treat ssh as a non-local client (v2)

2015-12-11 Thread Martin Peres
On 11/12/15 11:30, Michel Dänzer wrote: On 11.12.2015 18:17, Martin Peres wrote: On 11/12/15 04:34, Michel Dänzer wrote: From: Adam Jackson <a...@redhat.com> By the time we get to ComputeLocalClient, we've already done NextAvailableClient → ReserveClientIds → DetermineClientCmd (as

Re: [PATCH xserver v2.1] os: Treat ssh as a non-local client (v2)

2015-12-11 Thread Martin Peres
On 11/12/15 04:34, Michel Dänzer wrote: From: Adam Jackson By the time we get to ComputeLocalClient, we've already done NextAvailableClient → ReserveClientIds → DetermineClientCmd (assuming we're built with #define CLIENTIDS), so we can look up the name of the client process

Re: [PATCH] os: make sure the clientsWritable fd_set is initialized before use

2015-08-23 Thread Martin Peres
On 22/08/15 22:21, Matt Turner wrote: On Mon, Aug 3, 2015 at 8:35 AM, Keith Packard kei...@keithp.com wrote: Alan Coopersmith alan.coopersm...@oracle.com writes: For the xserver itself, you mail the patch to Keith with all the reviewed-by tags added to push it to the master branch (now that

Re: [PATCH] os: make sure the clientsWritable fd_set is initialized before use

2015-08-03 Thread Martin Peres
On 21/07/15 03:20, Alan Coopersmith wrote: On 07/20/15 12:37 AM, Martin Peres wrote: In WaitForSomething(), the fd_set clientsWritable may be used unitialized when the boolean AnyClientsWriteBlocked is set in the WakeupHandler(). This leads to a crash in FlushAllOutput() after x11proto's

XDC2015 - Travel sponsorship

2015-07-30 Thread Martin Peres
Hello everyone, We are 1.5 months away from XDC and 20 days away from the proposals deadline[1]! If you did not manage to secure funding from your company but still think you could benefit the community by giving a talk, we encourage you to send an email to the board of X.Org with your talk

[PATCH] os: make sure the clientsWritable fd_set is initialized before use

2015-07-20 Thread Martin Peres
involved in tracking this one down! Reported-by: Karol Herbst freedesk...@karolherbst.de Reported-by: Tobias Klausmann tobias.klausm...@mni.thm.de Signed-off-by: Martin Peres martin.pe...@linux.intel.com Tested-by: Tobias Klausmann tobias.klausm...@mni.thm.de Tested-by: Martin Peres martin.pe

[PATCH] Xdmx: add a missing dependency to librandr introduced by 90db5ed

2015-07-09 Thread Martin Peres
Signed-off-by: Martin Peres martin.pe...@linux.intel.com --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b3e750c..64c0a41 100644 --- a/configure.ac +++ b/configure.ac @@ -2268,7 +2268,7 @@ if test x$DMX = xyes; then fi

Re: [Mesa-dev] [dri2proto] Declare DRI2ParamXHasBufferAge

2015-06-16 Thread Martin Peres
introduce the has-buffer-age parameter. Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk Reviewed-by: Ian Romanick ian.d.roman...@intel.com Reviewed-by: Martin Peres martin.pe...@linux.intel.com ___ xorg-devel@lists.x.org: X.Org development

Re: [Mesa-dev] [xorg 1/3] dri2: Allow GetBuffers to match any format

2015-06-16 Thread Martin Peres
On 20/01/15 22:49, Ian Romanick wrote: On 01/19/2015 03:00 AM, Chris Wilson wrote: Since the introduction of DRI2GetBuffersWithFormat, the old DRI2GetBuffers interface would always recreate all buffers all the time as it was no longer agnostic to the format value being set by the DDXes. This

GSoC 2015: The X.Org Foundation has been accepted as a mentoring organisation

2015-03-02 Thread Martin Peres
would still advice you to show your interest by providing patches or participating to our discussions. Finally, I would like to thank Google again this year for giving us the opportunity to get new blood to the projects under the X.Org Foundation's umbrella! Martin Peres, on behalf

Re: XDC2014: Call for paper

2014-09-08 Thread Martin Peres
Le 02/05/2014 00:52, Martin Peres a écrit : Hello, I have the pleasure to announce that the X.org Developer Conference 2014 will be held in Bordeaux, France from October 8th to October 10th. The venue is located in the campus of the University of Bordeaux 1, in the computer science research lab

[XDC2014] Travel sponsorship

2014-08-22 Thread Martin Peres
as possible and do so no later than September 5th! Thanks, Martin Peres - On behalf of the board of directors ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg

Re: Request for Evoc proposal draft review.(Shatter support for X server)

2014-06-26 Thread Martin Peres
On 26/06/2014 04:59, Dave Airlie wrote: On 13 June 2014 08:06, Check Nyah check.n...@gmail.com wrote: Hello Dave, I have the necessary modifications to the proposal as you suggested. I'll like you to review the modified proposal here: Evoc Proposal and tell me if there are any further changes

Re: Request for Evoc proposal draft review.(Shatter support for X server)

2014-06-04 Thread Martin Peres
Le 04/06/2014 12:12, Check Nyah a écrit : Hello, I was saying our semester ends in late June or early July, so for the days where Ill be writing exams to catch up with the programming I'll be coding at night and during the weekends and continue full-time work after my exams are over in late

Re: Request for Evoc proposal draft review.(Shatter support for X server)

2014-06-03 Thread Martin Peres
Le 02/06/2014 20:40, Check Nyah a écrit : Hello, I just finished writing the draft of my proposal for Shatter Support for X server Project(Xinerama replacement) http://bz.bzflag.bz/~Ch3ck/ I would love to get some feedback and fixes I could make to my proposal before officially submitting to

Re: [PATCH xf86-video-nouveau v2] Fix building on older servers without xf86platformBus.h

2014-05-09 Thread Martin Peres
Le 11/04/2014 16:57, Hans de Goede a écrit : Signed-off-by: Hans de Goede hdego...@redhat.com Hi Hans, I never received this patch although I was the main recipient :s That concerns me greatly because it means I have no email address immune to dropping emails... Anyway, I heard about it

Re: [PATCH xf86-video-nouveau v2] Fix building on older servers without xf86platformBus.h

2014-05-09 Thread Martin Peres
Le 09/05/2014 15:02, Hans de Goede a écrit : Hi, On 05/09/2014 02:46 PM, Martin Peres wrote: Le 11/04/2014 16:57, Hans de Goede a écrit : Signed-off-by: Hans de Goede hdego...@redhat.com Hi Hans, I never received this patch although I was the main recipient :s That concerns me greatly

XDC2014: Call for paper

2014-05-01 Thread Martin Peres
badges and plan for the catering. I am looking forward to seeing you there, if you have any inquiries/questions, please send them to me (please also CC: bo...@foundation.x.org). Martin Peres ___ xorg-devel@lists.x.org: X.Org development Archives: http

Re: [PATCH xf86-video-nouveau 2/2] Add support for server managed fds

2014-04-06 Thread Martin Peres
On 20/03/2014 09:43, Hans de Goede wrote: Hi, On 03/20/2014 01:23 AM, Martin Peres wrote: On 17/03/2014 17:37, Hans de Goede wrote: Signed-off-by: Hans de Goede hdego...@redhat.com Hi Hans, When compiling these patches, it generated some warnings because NVEntPtr pNVEnt was not defined

Re: [PATCH xf86-video-nouveau 2/2] Add support for server managed fds

2014-03-19 Thread Martin Peres
On 17/03/2014 17:37, Hans de Goede wrote: Signed-off-by: Hans de Goede hdego...@redhat.com Hi Hans, When compiling these patches, it generated some warnings because NVEntPtr pNVEnt was not defined in NVEnterVT and NVLeaveVT. I have tested the patches on top of xf86-video-nouveau-git and

The X.Org Foundation is an accepted for the GSoC 2014!

2014-02-25 Thread Martin Peres
find a mentor yourself. You can also have a look at the summer of code ideas wiki page[1] for interesting projects. Looking forward to seeing which projects will happen for this 2014 edition! Martin Peres [1] http://www.x.org/wiki/SummerOfCodeIdeas/ [2] https://www.google-melange.com/gsoc/homepage

[GSoC2014] Call for projects ideas and mentors

2014-02-05 Thread Martin Peres
Hi, fellow graphics stack developers, Now that FOSDEM is over, it is time to think about the Google Summer of Code 2014! If you would like to propose a project for the GSoC 2014, please write your proposals at [1], before the 14th of February, in order to increase our chances of being an

Re: [PATCH] Windows/Cygwin: Add support through the WinIo library

2014-01-21 Thread Martin Peres
On 18/01/2014 17:19, Samuel Pitoiset wrote: V2: - Add support for unmapping - Add a README.cygwin Reviewed-by: Martin Peres martin.pe...@free.fr Ping I checked and it doesn't seem to affect Linux's compilation at all. It is useful for Nouveau, to reverse the performance counters on Windows

X.org's GSoC 2013 projects

2013-05-30 Thread Martin Peres
nv_perfmon == Student: Samuel Pitoiset (hakzsam) Mentor: Martin Peres (mupuf) Blog: http://hakzsam.wordpress.com/ https://hakzsam.wordpress.com/ == Implementing GL_EXT_direct_state_access == Student: Dylan Noblesmith Mentor: Ian Romanick Proposal: http://www.cs.usm.maine.edu/~noblesmith