[Mesa-dev] [PATCH 3/3] pipe-loader: add pipe loader for freedreno/msm

Rob Clark robdclark at gmail.com
Mon Feb 10 10:01:41 PST 2014


On Mon, Feb 10, 2014 at 12:30 PM, Johannes Obermayr
<johannesobermayr at gmx.de> wrote:
> There should be one called pipe_freedreno and the pipe driver loader should support sth. like:
>
>    if ((strcmp(dev->driver_name, "kgsl") == 0) || (strcmp(dev->driver_name, "msm") == 0))
>       dev->driver_name = "freedreno";
>
> in pipe_loader_find_module ...

*really*?  That seems even more ugly..

fwiw, I don't expect kgsl to stick around forever.. it is mainly a
temporary convenience for folks with tablets/phones, since drm/msm is
missing some features (mainly dsi panel support).  We don't control
the kgsl kernel interface.  Eventually qcom will break it badly
enough, and drm/msm will have gained enough features, that we decide
kgsl is not worth keeping.

BR,
-R

> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list