Re: Planes enumeration with sun4i-drm driver

2018-10-26 Thread Maxime Ripard
On Thu, Oct 18, 2018 at 01:45:16PM +0200, Daniel Vetter wrote: > On Thu, Oct 18, 2018 at 12:27 PM Maxime Ripard > wrote: > > > > On Mon, Oct 15, 2018 at 04:52:04PM +0200, Daniel Vetter wrote: > > > On Mon, Oct 15, 2018 at 10:29 AM Maxime Ripard > > > wrote: > > > > On Fri, Oct 12, 2018 at 06:47:1

Re: Planes enumeration with sun4i-drm driver

2018-10-18 Thread Daniel Vetter
On Thu, Oct 18, 2018 at 12:27 PM Maxime Ripard wrote: > > On Mon, Oct 15, 2018 at 04:52:04PM +0200, Daniel Vetter wrote: > > On Mon, Oct 15, 2018 at 10:29 AM Maxime Ripard > > wrote: > > > On Fri, Oct 12, 2018 at 06:47:13PM +0200, Paul Kocialkowski wrote: > > > > I'm looking at the sun4i DRM driv

Re: Planes enumeration with sun4i-drm driver

2018-10-18 Thread Maxime Ripard
On Mon, Oct 15, 2018 at 04:52:04PM +0200, Daniel Vetter wrote: > On Mon, Oct 15, 2018 at 10:29 AM Maxime Ripard > wrote: > > On Fri, Oct 12, 2018 at 06:47:13PM +0200, Paul Kocialkowski wrote: > > > I'm looking at the sun4i DRM driver these days (especially for > > > mainlining the VPU tiled format

Re: Planes enumeration with sun4i-drm driver

2018-10-15 Thread Daniel Vetter
On Mon, Oct 15, 2018 at 10:29 AM Maxime Ripard wrote: > On Fri, Oct 12, 2018 at 06:47:13PM +0200, Paul Kocialkowski wrote: > > I'm looking at the sun4i DRM driver these days (especially for > > mainlining the VPU tiled format support through the frontend). > > > > The way things are done currently

Re: Planes enumeration with sun4i-drm driver

2018-10-15 Thread Maxime Ripard
Hi, On Fri, Oct 12, 2018 at 06:47:13PM +0200, Paul Kocialkowski wrote: > I'm looking at the sun4i DRM driver these days (especially for > mainlining the VPU tiled format support through the frontend). > > The way things are done currently, all the possibly-supported plane > formats are listed in

Planes enumeration with sun4i-drm driver

2018-10-12 Thread Paul Kocialkowski
Hi, I'm looking at the sun4i DRM driver these days (especially for mainlining the VPU tiled format support through the frontend). The way things are done currently, all the possibly-supported plane formats are listed in sun4i_backend_layer_formats and exposed as-is to userspace for every plane. H