]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/nouveau/disp: Move tiling functions to dispnv50/tile.h
authorJocelyn Falempe <jfalempe@redhat.com>
Tue, 22 Oct 2024 18:39:48 +0000 (20:39 +0200)
committerJocelyn Falempe <jfalempe@redhat.com>
Mon, 4 Nov 2024 11:38:06 +0000 (12:38 +0100)
commit74cfa1efe22171d85a8f5a00db3b11fa5dcf8f47
tree6bb8f664ec2490fec27fec7971d7ea9c3bc6a512
parent04596969eea9e73b64d63be52aabfddb382e9ce6
drm/nouveau/disp: Move tiling functions to dispnv50/tile.h

Refactor, and move the tiling geometry functions to dispnv50/tile.h,
so they can be re-used by drm_panic.
No functional impact.

Signed-off-by: Jocelyn Falempe <jfalempe@redhat.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241022185553.1103384-3-jfalempe@redhat.com
drivers/gpu/drm/nouveau/dispnv50/tile.h [new file with mode: 0644]
drivers/gpu/drm/nouveau/nouveau_display.c