drm/xe/stolen: lower the default alignment
authorMatthew Auld <matthew.auld@intel.com>
Fri, 12 Apr 2024 15:03:02 +0000 (16:03 +0100)
committerMatthew Auld <matthew.auld@intel.com>
Wed, 17 Apr 2024 12:09:46 +0000 (13:09 +0100)
commit9890821f3ec160c8255b8807d15025e792c39d52
treee6e4ba22ccb6d021719a6ed6907cf851b3a266a5
parent67a9e86dc1305107df0bad57f7788229c040f280
drm/xe/stolen: lower the default alignment

No need to be so aggressive here. The upper layers will already apply
the needed alignment, plus some allocations might wish to skip it. Main
issue is that we might want to have start/end bias range which doesn't
match the default alignment which is rejected by the allocator.

Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240412150301.273344-3-matthew.auld@intel.com
drivers/gpu/drm/xe/xe_ttm_stolen_mgr.c