Re: [PATCH 8/9] drm: Add infrastructure for platform devices

2020-09-29 Thread Daniel Vetter
On Tue, Sep 29, 2020 at 10:59:10AM +0200, Thomas Zimmermann wrote: > Hi > > Am 29.06.20 um 11:27 schrieb Daniel Vetter: > > On Thu, Jun 25, 2020 at 02:00:10PM +0200, Thomas Zimmermann wrote: > >> Platform devices might operate on firmware framebuffers, such as VESA or > >> EFI. Before a native

Re: [PATCH 8/9] drm: Add infrastructure for platform devices

2020-09-29 Thread Thomas Zimmermann
Hi Am 29.06.20 um 11:27 schrieb Daniel Vetter: > On Thu, Jun 25, 2020 at 02:00:10PM +0200, Thomas Zimmermann wrote: >> Platform devices might operate on firmware framebuffers, such as VESA or >> EFI. Before a native driver for the graphics hardware can take over the >> device, it has to remove

Re: [PATCH 8/9] drm: Add infrastructure for platform devices

2020-09-28 Thread Thomas Zimmermann
Hi Am 28.09.20 um 10:50 schrieb Daniel Vetter: > On Mon, Sep 28, 2020 at 10:40 AM Thomas Zimmermann > wrote: >> >> Hi >> >> Am 29.06.20 um 11:27 schrieb Daniel Vetter: >>> On Thu, Jun 25, 2020 at 02:00:10PM +0200, Thomas Zimmermann wrote: Platform devices might operate on firmware

Re: [PATCH 8/9] drm: Add infrastructure for platform devices

2020-09-28 Thread Daniel Vetter
On Mon, Sep 28, 2020 at 10:40 AM Thomas Zimmermann wrote: > > Hi > > Am 29.06.20 um 11:27 schrieb Daniel Vetter: > > On Thu, Jun 25, 2020 at 02:00:10PM +0200, Thomas Zimmermann wrote: > >> Platform devices might operate on firmware framebuffers, such as VESA or > >> EFI. Before a native driver

Re: [PATCH 8/9] drm: Add infrastructure for platform devices

2020-09-28 Thread Thomas Zimmermann
Hi Am 29.06.20 um 11:27 schrieb Daniel Vetter: > On Thu, Jun 25, 2020 at 02:00:10PM +0200, Thomas Zimmermann wrote: >> Platform devices might operate on firmware framebuffers, such as VESA or >> EFI. Before a native driver for the graphics hardware can take over the >> device, it has to remove

Re: [PATCH 8/9] drm: Add infrastructure for platform devices

2020-06-30 Thread Daniel Vetter
On Thu, Jun 25, 2020 at 02:00:10PM +0200, Thomas Zimmermann wrote: > Platform devices might operate on firmware framebuffers, such as VESA or > EFI. Before a native driver for the graphics hardware can take over the > device, it has to remove any platform driver that operates on the firmware >

Re: [PATCH 8/9] drm: Add infrastructure for platform devices

2020-06-29 Thread Daniel Vetter
On Thu, Jun 25, 2020 at 02:00:10PM +0200, Thomas Zimmermann wrote: > Platform devices might operate on firmware framebuffers, such as VESA or > EFI. Before a native driver for the graphics hardware can take over the > device, it has to remove any platform driver that operates on the firmware >

[PATCH 8/9] drm: Add infrastructure for platform devices

2020-06-25 Thread Thomas Zimmermann
Platform devices might operate on firmware framebuffers, such as VESA or EFI. Before a native driver for the graphics hardware can take over the device, it has to remove any platform driver that operates on the firmware framebuffer. Platform helpers provide the infrastructure for platform drivers