drm/radeon/evergreen_cs: lower evergreen_surface_check_linear_aligned restriction
authorPatrick Lerda <patrick9876@free.fr>
Tue, 10 Jun 2025 19:12:23 +0000 (21:12 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 24 Jun 2025 14:03:11 +0000 (10:03 -0400)
commite140281a62706b9e5a7977b04fe073309e8595d1
tree93440342ed5a9a5d03a408c969622ebd14169ff4
parent6a117dc39a7421697bea9a8e94a06fbcf937d489
drm/radeon/evergreen_cs: lower evergreen_surface_check_linear_aligned restriction

This change removes the restriction when palign=64 and nbx=32.
This makes two piglit tests working. This is discussed on the
thread linked below.

Link: https://gitlab.freedesktop.org/mesa/mesa/-/issues/9056
Signed-off-by: Patrick Lerda <patrick9876@free.fr>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/evergreen_cs.c