Re: [PATCH 0/6] drm,fbdev: Use fbdev's I/O helpers

2023-04-26 Thread Thomas Zimmermann
Am 26.04.23 um 12:33 schrieb Sui Jingfeng: Hi, The whole patch set is tested with fbdev of IGT, on LoongArch with drm/radeon and efifb driver. Test results say SUCCESS. Thanks a lot. On 2023/4/25 22:28, Thomas Zimmermann wrote: Make fbdev's built-in helpers for reading and writing I/O

Re: [PATCH 0/6] drm,fbdev: Use fbdev's I/O helpers

2023-04-26 Thread Sui Jingfeng
Hi, The whole patch set is tested with fbdev of IGT, on LoongArch with drm/radeon and efifb driver. Test results say SUCCESS. On 2023/4/25 22:28, Thomas Zimmermann wrote: Make fbdev's built-in helpers for reading and writing I/O and system memory available to DRM. Replace DRM's internal helpe

Re: [PATCH 0/6] drm,fbdev: Use fbdev's I/O helpers

2023-04-25 Thread Helge Deller
On 4/25/23 16:28, Thomas Zimmermann wrote: Make fbdev's built-in helpers for reading and writing I/O and system memory available to DRM. Replace DRM's internal helpers. The first patch resolves a bug that's been in the fbdev code for more than 15 years. Makes the read/write helpers work successf

[PATCH 0/6] drm,fbdev: Use fbdev's I/O helpers

2023-04-25 Thread Thomas Zimmermann
Make fbdev's built-in helpers for reading and writing I/O and system memory available to DRM. Replace DRM's internal helpers. The first patch resolves a bug that's been in the fbdev code for more than 15 years. Makes the read/write helpers work successfully with the IGT tests. Patches 2 to 4 stre