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

2023-04-03 Thread Tomi Valkeinen
Hi Thomas, On 03/04/2023 11:24, Thomas Zimmermann wrote: That's my only real comment. Kernel test bot had one comment too. But other than that: Reviewed-by: Tomi Valkeinen I tested this series on TI DRA76 EVM, and worked fine for me. That you so much. I'm going to send out an update with

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

2023-04-03 Thread Thomas Zimmermann
Hi Am 30.03.23 um 15:13 schrieb Tomi Valkeinen: On 30/03/2023 11:32, 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 bot

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

2023-04-01 Thread kernel test robot
https://lore.kernel.org/r/20230330083205.12621-7-tzimmermann%40suse.de patch subject: [PATCH 6/6] drm/omapdrm: Implement fbdev emulation as in-kernel client config: arm-randconfig-r046-20230401 (https://download.01.org/0day-ci/archive/20230402/202304020128.epl6d3zl-...@intel.com/config) compi

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

2023-03-30 Thread Tomi Valkeinen
On 30/03/2023 11:32, 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 client helpers, f

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

2023-03-30 Thread kernel test robot
https://lore.kernel.org/r/20230330083205.12621-7-tzimmermann%40suse.de patch subject: [PATCH 6/6] drm/omapdrm: Implement fbdev emulation as in-kernel client config: arm-allyesconfig (https://download.01.org/0day-ci/archive/20230330/202303302056.9us55dt4-...@intel.com/config) compiler: arm-lin

[PATCH 6/6] drm/omapdrm: Implement fbdev emulation as in-kernel client

2023-03-30 Thread Thomas Zimmermann
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 client helpers, from the same places. The new functions perform t