Re: has weston a rtsp video src support?

2019-07-23 Thread Esaki Tomohito
Hello Barry, The remoting plugin doesn't support mirroring. If the recently merged pipewire plugin doesn't support mirroring, I think that weston doesn't support remote mirroring. pipewire plugin: https://gitlab.freedesktop.org/wayland/weston/merge_requests/177 Thanks, Esaki On 2019/07/24 6:24,

about weston behavior if DRM driver don't expose supported modifiers

2019-05-17 Thread Esaki Tomohito
Hello, A board (arm64 arch) DRM kernel driver doesn't expose supported DRM modifiers (hardware supports linear only), so I suggested following patch: https://patchwork.kernel.org/patch/10936631/ The driver maintainer (Laurent CC'd) replied: > I don't think the right solution is to expose the li

Re: [PATCH weston v2 3/3] compositor-drm: Support linux_dmabuf output for sprite planes without gbm

2017-09-27 Thread Esaki Tomohito
Hello Daniel-san On 2017/09/27 2:09, Daniel Stone wrote: > Hello Esaki-san, > > On 1 November 2016 at 19:09, Daniel Stone wrote: >>> @@ -1101,15 +1096,9 @@ drm_output_prepare_overlay_view(struct drm_output >>> *output, >>> if (!found) >>> return NULL; >>> >>> - if

Re: [PATCH weston v2 3/3] compositor-drm: Support linux_dmabuf output for sprite planes without gbm

2016-11-02 Thread Esaki Tomohito
Dear Daniel, On 2016/11/02 4:09, Daniel Stone wrote: > This includes the small changes I mentioned to patch 1/3: please let > me know if this change is OK with you. I think the series which is in > there is pretty good to review already, but needs a tiny bit more > testing. This is what I am curre

Re: [PATCH weston v2 2/3] compositor-drm: Add scanout support for linux_dmabuf buffers

2016-10-06 Thread Esaki Tomohito
Hi, Fabien Thanks for your reviewing. On 2016/10/05 0:45, Fabien DESSENNE wrote: > On 09/30/2016 11:28 AM, Tomohito Esaki wrote: >> +width = dmabuf->attributes.width; >> +height = dmabuf->attributes.height; >> +if (backend->min_width > width || >> +width > backend->max_width |

Re: [PATCH weston v2 2/3] compositor-drm: Add scanout support for linux_dmabuf buffers

2016-10-06 Thread Esaki Tomohito
Hi, Derek Thanks for your reviewing and testing. On 2016/10/04 3:20, Derek Foreman wrote: > If I mess up redraw() to call exit(1); after drawing 100 frames I get > the same weston crash with intel_do_flush_locked failed. > > I don't have a lot of time to dig into this right now - can you test an

Re: [PATCH weston 2/2] compositor-drm: Support linux_dmabuf output for sprite planes without gbm

2016-06-15 Thread Esaki Tomohito
Hello Pekka, Thanks for reviewing the patchset. On 2016/06/15 17:22, Pekka Paalanen wrote: > On Fri, 27 May 2016 18:52:28 +0900 > Tomohito Esaki wrote: > >> Multiplanar formats are supported by using drmModeAddFB2 and bypassing >> gbm. If drmModeAddFB2 isn't available, the existing gbm bo impor