Re: [PATCH 6/6] drm/gud: Use the shadow plane helper

2022-11-24 Thread Thomas Zimmermann
Hi Am 23.11.22 um 13:37 schrieb Noralf Trønnes: Den 23.11.2022 11.38, skrev Thomas Zimmermann: Hi Am 22.11.22 um 21:58 schrieb Noralf Trønnes via B4 Submission Endpoint: From: Noralf Trønnes Use the shadow plane helper to take care of preparing the framebuffer for CPU access. The

Re: [PATCH 6/6] drm/gud: Use the shadow plane helper

2022-11-23 Thread Noralf Trønnes
Den 23.11.2022 11.38, skrev Thomas Zimmermann: > Hi > > Am 22.11.22 um 21:58 schrieb Noralf Trønnes via B4 Submission Endpoint: >> From: Noralf Trønnes >> >> Use the shadow plane helper to take care of preparing the framebuffer for >> CPU access. The synchronous flushing is now done inline

Re: [PATCH 6/6] drm/gud: Use the shadow plane helper

2022-11-23 Thread Thomas Zimmermann
Hi Am 22.11.22 um 21:58 schrieb Noralf Trønnes via B4 Submission Endpoint: From: Noralf Trønnes Use the shadow plane helper to take care of preparing the framebuffer for CPU access. The synchronous flushing is now done inline without the use of a worker. The async path now uses a shadow

Re: [PATCH 6/6] drm/gud: Use the shadow plane helper

2022-11-23 Thread Javier Martinez Canillas
On 11/22/22 21:58, Noralf Trønnes via B4 Submission Endpoint wrote: > From: Noralf Trønnes > > Use the shadow plane helper to take care of preparing the framebuffer for > CPU access. The synchronous flushing is now done inline without the use of > a worker. The async path now uses a shadow

[PATCH 6/6] drm/gud: Use the shadow plane helper

2022-11-22 Thread Noralf Trønnes via B4 Submission Endpoint
From: Noralf Trønnes Use the shadow plane helper to take care of preparing the framebuffer for CPU access. The synchronous flushing is now done inline without the use of a worker. The async path now uses a shadow buffer to hold framebuffer changes and it doesn't read the framebuffer behind