[PATCH v7 2/4] drm/panthor: Add driver IOCTL for setting BO labels

Daniel Stone daniel at fooishbar.org
Tue Apr 15 11:07:56 UTC 2025


Hi,

On Fri, 11 Apr 2025 at 16:05, Adrián Larumbe
<adrian.larumbe at collabora.com> wrote:
> +#define PANTHOR_BO_LABEL_MAXLEN        PAGE_SIZE

PAGE_SIZE can change between kernel builds with a config setting.

If the thinking here is '4KiB is big enough' (which I agree with),
then just define it to 4096.

Cheers,
Daniel


More information about the dri-devel mailing list