[PATCH 3/3] omap: Add proper name for DSI output

Tony Lindgren tony at atomide.com
Mon Jan 27 22:00:28 UTC 2020


* Rob Clark <robdclark at chromium.org> [200127 21:53]:
> On Mon, Jan 27, 2020 at 1:43 PM Tony Lindgren <tony at atomide.com> wrote:
> > * Rob Clark <robdclark at chromium.org> [200127 21:24]:
> > > I *think* gitlab[1] merge merge requests are the preferred way to
> > > submit patches these days.  (But tbh I've not followed xorg-devel much
> > > since xf86-video-modesetting + glamor relieved me from needing a ddx
> > > driver)
> >
> > OK
> >
> > I think we have omap4 basically permanently stuck with this driver
> > because of there are no current sgx user space blobs available. Not
> > sure what all it would take for xf86-video-modesetting + glamor type
> > solution and if it could even be done with the available blobs.
> 
> Once upon a time I added gbm support for the sgx blobs.. not sure if
> the available blobs have that (or if it is a new enough version of the
> gbm api to make modesetting ddx happy).  Beyond that, I'm not sure
> what kind of shape glamor's gles (vs desktop gl) support is.. that may
> need some work.

Oh OK, there seems to be something:

$ find usr/lib -name \*o | xargs strings | grep -i gbm_
gbm_create_device
gbm_bo_destroy
gbm_bo_create
gbm_surface_destroy
gbm_backend
gbm_pvr.so
gbm_pvr_is_format_supported
gbm_pvr_surface_has_free_buffers
gbm_pvr_destroy
gbm_pvr_surface_create
gbm_pvr_bo_import
gbm_pvr_bo_create
gbm_pvr_bo_write
gbm_pvr.so.1.9.6.0

Assuming that's what you refer to. I know nothing about that
stuff though, but maybe Merlijn does.

Regards,

Tony


More information about the xorg-devel mailing list