Re: [PATCH 9/9] drm/simplekms: Acquire memory aperture for framebuffer

2020-06-30 Thread Greg KH
On Mon, Jun 29, 2020 at 08:13:51PM -0600, Rob Herring wrote: > On Mon, Jun 29, 2020 at 10:04 AM Greg KH wrote: > > > > On Mon, Jun 29, 2020 at 11:22:30AM +0200, Daniel Vetter wrote: > > > On Thu, Jun 25, 2020 at 02:00:11PM +0200, Thomas Zimmermann wrote: > > > > We register the simplekms device

Re: [PATCH 9/9] drm/simplekms: Acquire memory aperture for framebuffer

2020-06-29 Thread Rob Herring
On Mon, Jun 29, 2020 at 10:04 AM Greg KH wrote: > > On Mon, Jun 29, 2020 at 11:22:30AM +0200, Daniel Vetter wrote: > > On Thu, Jun 25, 2020 at 02:00:11PM +0200, Thomas Zimmermann wrote: > > > We register the simplekms device with the DRM platform helpers. A > > > native driver for the graphics

Re: [PATCH 9/9] drm/simplekms: Acquire memory aperture for framebuffer

2020-06-29 Thread Greg KH
On Mon, Jun 29, 2020 at 05:23:16PM +0100, Mark Brown wrote: > On Mon, Jun 29, 2020 at 06:04:21PM +0200, Greg KH wrote: > > > Yes, please do that. Or, use the "virtual bus/device" code that some > > people at Intel are still trying to get into mergable shape. See the > > posts on the netdev list

Re: [PATCH 9/9] drm/simplekms: Acquire memory aperture for framebuffer

2020-06-29 Thread Mark Brown
On Mon, Jun 29, 2020 at 06:04:21PM +0200, Greg KH wrote: > Yes, please do that. Or, use the "virtual bus/device" code that some > people at Intel are still trying to get into mergable shape. See the > posts on the netdev list for those details. Any pointers on that? There's also some ongoing

Re: [PATCH 9/9] drm/simplekms: Acquire memory aperture for framebuffer

2020-06-29 Thread Greg KH
On Mon, Jun 29, 2020 at 11:22:30AM +0200, Daniel Vetter wrote: > On Thu, Jun 25, 2020 at 02:00:11PM +0200, Thomas Zimmermann wrote: > > We register the simplekms device with the DRM platform helpers. A > > native driver for the graphics hardware will kickout the simplekms > > driver before taking

Re: [PATCH 9/9] drm/simplekms: Acquire memory aperture for framebuffer

2020-06-29 Thread Daniel Vetter
On Thu, Jun 25, 2020 at 02:00:11PM +0200, Thomas Zimmermann wrote: > We register the simplekms device with the DRM platform helpers. A > native driver for the graphics hardware will kickout the simplekms > driver before taking over the device. > > Signed-off-by: Thomas Zimmermann > --- >

[PATCH 9/9] drm/simplekms: Acquire memory aperture for framebuffer

2020-06-25 Thread Thomas Zimmermann
We register the simplekms device with the DRM platform helpers. A native driver for the graphics hardware will kickout the simplekms driver before taking over the device. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/tiny/Kconfig | 1 + drivers/gpu/drm/tiny/simplekms.c | 94