Re: [PATCH 1/2] drm/modeset: Handle tiled displays in pan_display_atomic.

2025-01-20 Thread Thomas Zimmermann
Hi Am 16.01.25 um 15:28 schrieb Maarten Lankhorst: Tiled displays have a different x/y offset to begin with. Instead of attempting to remember this, just apply a delta instead. Hope this works.. As far as I understand the tile code, this makes sense. Signed-off-by: Maarten Lankhorst Ac

[PATCH 1/2] drm/modeset: Handle tiled displays in pan_display_atomic.

2025-01-16 Thread Maarten Lankhorst
Tiled displays have a different x/y offset to begin with. Instead of attempting to remember this, just apply a delta instead. Hope this works.. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/drm_fb_helper.c | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a