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
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