Re: [Mesa-dev] [PATCH 0/2] Initial Panfrost driver

2019-02-05 Thread Emil Velikov
On Tue, 5 Feb 2019 at 06:29, Alyssa Rosenzweig wrote: > > Hi Emil, > > > As you pointed out, the CS of the driver is not included, so I wonder > > if we cannot add link to instructions in panfrost_create_screen() > > Reading the current fprintf is fairly discouraging. > > The command stream portio

Re: [Mesa-dev] [PATCH 0/2] Initial Panfrost driver

2019-02-04 Thread Alyssa Rosenzweig
Hi Emil, > As you pointed out, the CS of the driver is not included, so I wonder > if we cannot add link to instructions in panfrost_create_screen() > Reading the current fprintf is fairly discouraging. The command stream portion is now included in a follow-up patch, although for downstream kerne

Re: [Mesa-dev] [PATCH 0/2] Initial Panfrost driver

2019-01-31 Thread Alyssa Rosenzweig
> As you pointed out, the CS of the driver is not included, so I wonder > if we cannot add link to instructions in panfrost_create_screen() > Reading the current fprintf is fairly discouraging. We could probably add a link to downstream there, yes. Ideally, we could just get the cmdstream code mer

Re: [Mesa-dev] [PATCH 0/2] Initial Panfrost driver

2019-01-31 Thread Emil Velikov
Hi Alyssa, On Wed, 30 Jan 2019 at 05:43, Alyssa Rosenzweig wrote: > > Panfrost is a community-led, free software driver for Mali Midgard and > Bifrost GPUs. This patchset contains the initial changes for upstreaming > the driver. On the command stream side, for now only a stub and winsys > integr

[Mesa-dev] [PATCH 0/2] Initial Panfrost driver

2019-01-29 Thread Alyssa Rosenzweig
Panfrost is a community-led, free software driver for Mali Midgard and Bifrost GPUs. This patchset contains the initial changes for upstreaming the driver. On the command stream side, for now only a stub and winsys integration is included; the full driver is pending on kernel changes. As for shader