Re: [PATCH v2 5/5] drm/omapdrm: Implement fbdev emulation as in-kernel client

2023-04-04 Thread Thomas Zimmermann
Hi Am 03.04.23 um 17:07 schrieb Emil Velikov: On Mon, 3 Apr 2023 at 15:50, Thomas Zimmermann wrote: Hi Am 03.04.23 um 16:27 schrieb Emil Velikov: On Mon, 3 Apr 2023 at 11:41, Thomas Zimmermann wrote: Move code from ad-hoc fbdev callbacks into DRM client functions and remove the old callb

Re: [PATCH v2 5/5] drm/omapdrm: Implement fbdev emulation as in-kernel client

2023-04-03 Thread Emil Velikov
On Mon, 3 Apr 2023 at 15:50, Thomas Zimmermann wrote: > > Hi > > Am 03.04.23 um 16:27 schrieb Emil Velikov: > > On Mon, 3 Apr 2023 at 11:41, Thomas Zimmermann wrote: > >> > >> Move code from ad-hoc fbdev callbacks into DRM client functions > >> and remove the old callbacks. The functions instruct

Re: [PATCH v2 5/5] drm/omapdrm: Implement fbdev emulation as in-kernel client

2023-04-03 Thread Thomas Zimmermann
Hi Am 03.04.23 um 16:27 schrieb Emil Velikov: On Mon, 3 Apr 2023 at 11:41, Thomas Zimmermann wrote: Move code from ad-hoc fbdev callbacks into DRM client functions and remove the old callbacks. The functions instruct the client to poll for changed output or restore the display. The DRM core c

Re: [PATCH v2 5/5] drm/omapdrm: Implement fbdev emulation as in-kernel client

2023-04-03 Thread Emil Velikov
On Mon, 3 Apr 2023 at 11:41, Thomas Zimmermann wrote: > > Move code from ad-hoc fbdev callbacks into DRM client functions > and remove the old callbacks. The functions instruct the client > to poll for changed output or restore the display. The DRM core > calls both, the old callbacks and the new