Displaying 2 results from an estimated 2 matches for "fydeo".
Did you mean:
fydeos
2018 Nov 21
2
About Porting Android to nouveau
Hi, guys:
I’m a developer of FydeOS. We porting ChromiumOS to amd64 and arm platforms. Now, I’m woking on porting android environment to Nvidia graphic cards. I have experience to port android to Vmware(SVGA).
I found two display formats were not supported to display in nouveau driver: PIPE_FORMAT_R8G8B8A8_UNORM, PIPE_FORMAT_R8G8B8...
2019 Feb 16
0
About Porting Android to nouveau
On Sat, Feb 16, 2019 at 2:27 AM Yang Tsao <yang at fydeos.io> wrote:
>
> Thx for your reply.
> Chromium OS is running based DRM driver. There is no X server frame work. I modified nv50/nv50_formats.c.
>
> And there also a few code related the display format:
> nv50_surface.c
> Function nv50_2d_format:
> I add:
>
> ———————...