Re: [PATCH v2] drm/virtio: Align host mapping request to maximum platform page size

From: Sasha Finkelstein
Date: Mon Jan 27 2025 - 04:05:59 EST


On Mon, 27 Jan 2025 at 08:31, Thomas Zimmermann <tzimmermann@xxxxxxx> wrote:
> This is per-architecture code and does not belong in a DRM driver.

I agree that this is not quite the place, and ideally i'd use MAX_PAGE_SIZE
from https://lore.kernel.org/all/20241014105514.3206191-1-ryan.roberts@xxxxxxx/
however that series has not landed yet. Would a todo comment
with instructions to replace it with that when that lands be ok?