Re: [PATCH] drm/panthor: Set FMODE_UNSIGNED_OFFSET in fop_flags

2024-09-30 Thread Steven Price
On 29/09/2024 23:10, Emmanuel Gil Peyrot wrote: > This fixes a regression introduced in commit > 641bb4394f405cba498b100b44541ffc0aed5be1. No panthor device, card or > render node, could be open() since this commit, returning EINVAL > instead. This prevented Mesa from working on SoCs such as the

[PATCH] drm/panthor: Set FMODE_UNSIGNED_OFFSET in fop_flags

2024-09-29 Thread Emmanuel Gil Peyrot
This fixes a regression introduced in commit 641bb4394f405cba498b100b44541ffc0aed5be1. No panthor device, card or render node, could be open() since this commit, returning EINVAL instead. This prevented Mesa from working on SoCs such as the rk3588 which contains a Mali-G610 GPU. The commit menti