Re: Grabbing modesetting ddx related patches for pull request

2018-06-20 Thread Thomas Hellstrom

On 06/20/2018 06:53 PM, Lyude Paul wrote:

On Wed, 2018-06-20 at 16:46 +0200, Thomas Hellstrom wrote:

On 06/18/2018 10:48 PM, Lyude Paul wrote:

To help ajax out with getting a bug release out for Xorg, we figured it
would
be a good idea for me to go through the stuff I needed to get upstream and
file pull requests for all of it. This is pretty much the same thing as
what
I'm doing for EGLStreams stuff in Xwayland, except for modesetting.

For starters, my current WIP branch for this pull lives at:


...


If I've missed anyone's patches, please feel free to respond to this
email.
I'll give an update when I think it's ready for pulling time (which should
hopefully not be too long from now).


Could we have "glamor: Work around GEM usage v2" included as well?
Currently xf86-video-modesetting is broken with vmwgfx. This is one of
the problems I've identified.


hm... actually the only version of this patch I can currently find is:


...

Are you sure you got around to resending it?

Hmm.
That might explain why I never got any response. I Resent it now with 
you on the CC list. I'll ask my co-workers to review it.


/Thomas

___
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: Grabbing modesetting ddx related patches for pull request

2018-06-20 Thread Lyude Paul
On Wed, 2018-06-20 at 16:46 +0200, Thomas Hellstrom wrote:
> On 06/18/2018 10:48 PM, Lyude Paul wrote:
> > To help ajax out with getting a bug release out for Xorg, we figured it
> > would
> > be a good idea for me to go through the stuff I needed to get upstream and
> > file pull requests for all of it. This is pretty much the same thing as
> > what
> > I'm doing for EGLStreams stuff in Xwayland, except for modesetting.
> > 
> > For starters, my current WIP branch for this pull lives at:
> > 
> 
> ...
> 
> > 
> > If I've missed anyone's patches, please feel free to respond to this
> > email.
> > I'll give an update when I think it's ready for pulling time (which should
> > hopefully not be too long from now).
> > 
> 
> Could we have "glamor: Work around GEM usage v2" included as well? 
> Currently xf86-video-modesetting is broken with vmwgfx. This is one of 
> the problems I've identified.
> 

hm... actually the only version of this patch I can currently find is:

https://patchwork.freedesktop.org/patch/224908/

Are you sure you got around to resending it?
> /Thomas
> 
> 
> ___
> 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
-- 
Cheers,
Lyude Paul
___
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: Grabbing modesetting ddx related patches for pull request

2018-06-20 Thread Lyude Paul
On Wed, 2018-06-20 at 16:46 +0200, Thomas Hellstrom wrote:
> On 06/18/2018 10:48 PM, Lyude Paul wrote:
> > To help ajax out with getting a bug release out for Xorg, we figured it
> > would
> > be a good idea for me to go through the stuff I needed to get upstream and
> > file pull requests for all of it. This is pretty much the same thing as
> > what
> > I'm doing for EGLStreams stuff in Xwayland, except for modesetting.
> > 
> > For starters, my current WIP branch for this pull lives at:
> > 
> 
> ...
> 
> > 
> > If I've missed anyone's patches, please feel free to respond to this
> > email.
> > I'll give an update when I think it's ready for pulling time (which should
> > hopefully not be too long from now).
> > 
> 
> Could we have "glamor: Work around GEM usage v2" included as well? 
> Currently xf86-video-modesetting is broken with vmwgfx. This is one of 
> the problems I've identified.
Sounds fine to me, I will add it to my list of patches to get reviewed/pulled
in (unless it's already reviewed?)
> 
> /Thomas
> 
> 
> ___
> 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
-- 
Cheers,
Lyude Paul
___
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: Grabbing modesetting ddx related patches for pull request

2018-06-20 Thread Thomas Hellstrom

On 06/18/2018 10:48 PM, Lyude Paul wrote:

To help ajax out with getting a bug release out for Xorg, we figured it would
be a good idea for me to go through the stuff I needed to get upstream and
file pull requests for all of it. This is pretty much the same thing as what
I'm doing for EGLStreams stuff in Xwayland, except for modesetting.

For starters, my current WIP branch for this pull lives at:


...



If I've missed anyone's patches, please feel free to respond to this email.
I'll give an update when I think it's ready for pulling time (which should
hopefully not be too long from now).

Could we have "glamor: Work around GEM usage v2" included as well? 
Currently xf86-video-modesetting is broken with vmwgfx. This is one of 
the problems I've identified.


/Thomas


___
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: Grabbing modesetting ddx related patches for pull request

2018-06-19 Thread Tony Lindgren
* Lyude Paul  [180618 20:50]:
> To help ajax out with getting a bug release out for Xorg, we figured it would
> be a good idea for me to go through the stuff I needed to get upstream and
> file pull requests for all of it. This is pretty much the same thing as what
> I'm doing for EGLStreams stuff in Xwayland, except for modesetting.
> 
> For starters, my current WIP branch for this pull lives at:
> 
> https://gitlab.freedesktop.org/lyudess/xserver/tree/wip/modesetting-pull
> 
> This contains all the modesetting patches on patchwork I could find that have
> been reviewed and are ready to go. Additionally, there's a rather important
> fix for the modesetting ddx regarding the new partial atomic support that I
> haven't written up yet that will be included in this too.
> 
> Other then that, there's currently some patches on the ML that I found which
> need reviews:
> 
>  * "modesetting: Update fb_id from shadow allocate and destroy if not set"
>from Tony Lindgren:
>https://patchwork.freedesktop.org/patch/203834/

Thanks for picking this one up. And yes that's the improved
version that I never received any comments for.

>  * "modesetting: Allow a DRM fd to be passed on command line with -masterfd"
>from Keith Packard
>https://patchwork.freedesktop.org/patch/207655/
> 
> I will try to give a review of these, but reviews from others would be
> appreciated as well since there are probably people a lot more experienced
> with this ddx than I on this list :).
> 
> If I've missed anyone's patches, please feel free to respond to this email.
> I'll give an update when I think it's ready for pulling time (which should
> hopefully not be too long from now).

Things have been working just fine for me with the
just patch above thanks :)

Regards,

Tony
___
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

Grabbing modesetting ddx related patches for pull request

2018-06-18 Thread Lyude Paul
To help ajax out with getting a bug release out for Xorg, we figured it would
be a good idea for me to go through the stuff I needed to get upstream and
file pull requests for all of it. This is pretty much the same thing as what
I'm doing for EGLStreams stuff in Xwayland, except for modesetting.

For starters, my current WIP branch for this pull lives at:

https://gitlab.freedesktop.org/lyudess/xserver/tree/wip/modesetting-pull

This contains all the modesetting patches on patchwork I could find that have
been reviewed and are ready to go. Additionally, there's a rather important
fix for the modesetting ddx regarding the new partial atomic support that I
haven't written up yet that will be included in this too.

Other then that, there's currently some patches on the ML that I found which
need reviews:

 * "modesetting: Update fb_id from shadow allocate and destroy if not set"
   from Tony Lindgren:
   https://patchwork.freedesktop.org/patch/203834/
 * "modesetting: Allow a DRM fd to be passed on command line with -masterfd"
   from Keith Packard
   https://patchwork.freedesktop.org/patch/207655/

I will try to give a review of these, but reviews from others would be
appreciated as well since there are probably people a lot more experienced
with this ddx than I on this list :).

If I've missed anyone's patches, please feel free to respond to this email.
I'll give an update when I think it's ready for pulling time (which should
hopefully not be too long from now).

-- 
Cheers,
Lyude Paul
___
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