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
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
> 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
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
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