Re: [PATCH v3 0/8] drm/panfrost: Add heap and no execute buffer allocation

2019-08-05 Thread Tomeu Vizoso
On 8/5/19 11:10 PM, Rob Herring wrote: On Mon, Aug 5, 2019 at 10:10 AM Tomeu Vizoso wrote: On 8/2/19 9:51 PM, Rob Herring wrote: This series adds new BO allocation flags PANFROST_BO_HEAP and PANFROST_BO_NOEXEC. The heap allocations are paged in on GPU page faults. Tomeu reports he has

Re: [PATCH v3 0/8] drm/panfrost: Add heap and no execute buffer allocation

2019-08-05 Thread Rob Herring
On Mon, Aug 5, 2019 at 10:10 AM Tomeu Vizoso wrote: > > On 8/2/19 9:51 PM, Rob Herring wrote: > > This series adds new BO allocation flags PANFROST_BO_HEAP and > > PANFROST_BO_NOEXEC. The heap allocations are paged in on GPU page faults. > > > > Tomeu reports he has tested this in the panfrost

Re: [PATCH v3 0/8] drm/panfrost: Add heap and no execute buffer allocation

2019-08-05 Thread Tomeu Vizoso
On 8/2/19 9:51 PM, Rob Herring wrote: This series adds new BO allocation flags PANFROST_BO_HEAP and PANFROST_BO_NOEXEC. The heap allocations are paged in on GPU page faults. Tomeu reports he has tested this in the panfrost CI. All seems to be working fine:

[PATCH v3 0/8] drm/panfrost: Add heap and no execute buffer allocation

2019-08-02 Thread Rob Herring
This series adds new BO allocation flags PANFROST_BO_HEAP and PANFROST_BO_NOEXEC. The heap allocations are paged in on GPU page faults. Tomeu reports he has tested this in the panfrost CI. This is based on drm-misc-next. An updated branch is here[1]. v3: - Retain shared irq support, splitting