Re: [PATCH] drm/fourcc: add LINEAR modifiers with an exact pitch alignment

2025-01-15 Thread Daniel Stone
On Wed, 15 Jan 2025 at 04:05, Marek Olšák wrote: > On Tue, Jan 14, 2025 at 12:58 PM Daniel Stone wrote: >> AMD hardware is the only hardware I know of which doesn't support >> overaligning. Say (not hypothetically) we have a GPU and a display >> controller which have a minimum pitch alignment of

Re: (rusticl) OpenCL command cling is not detecting GPU in raspberry pi 5

2025-01-15 Thread Victor Labian Carro
Good news! I managed to solve it like this: Mesa's Rusticl implementation will look for SPIR-V files in specific locations. If necessary, create symbolic links to ensure compatibility: sudo mkdir -p /usr/local/share/clc sudo ln -sf /usr/lib/clc/spirv-mesa3d-.spv /usr/local/share/clc/spirv-m

Re: (rusticl) OpenCL command cling is not detecting GPU in raspberry pi 5

2025-01-15 Thread Victor Labian Carro
Note that those two files are in: ubuntu@ubuntu-desktop:~/mesa/builddir$ sudo find / -type f \( -name "spirv-mesa3d-*.spv" -o -name "spirv64-mesa3d-*.spv" \) 2>/dev/null /usr/lib/clc/spirv-mesa3d-.spv /usr/lib/clc/spirv64-mesa3d-.spv From: Victor Labian Carro Date: Tuesday, 14 January 202

Re: (rusticl) OpenCL command cling is not detecting GPU in raspberry pi 5

2025-01-15 Thread Victor Labian Carro
Hi Juan, Thank you very much. I was missing some options in meson. I did some progress, but it is still not working, I also installed libclc but I am seeing the following error in the output of clinfo: Libclc failed to load. Please make sure it is installed and provides spirv-mesa3d-.spv a

Re: (rusticl) OpenCL command cling is not detecting GPU in raspberry pi 5

2025-01-15 Thread Victor Labian Carro
Hi Juan or anyone, I am trying now to use this inside Docker container. However, rustic is not found and only Clover is found. Are there any guidances on how to use rustic inside a Docker container? Thank you beforehand, Victor From: Victor Labian Carro Date: Tuesday, 14 January 2025 a

Re: [PATCH] drm/fourcc: add LINEAR modifiers with an exact pitch alignment

2025-01-15 Thread Simona Vetter
On Tue, Jan 14, 2025 at 12:33:57PM -0600, Faith Ekstrand wrote: > On January 14, 2025 03:39:45 Marek Olšák wrote: > > I would keep the existing modifier interfaces, API extensions, and > > expectations the same as today for simplicity. > > > > The new linear modifier definition (proposal) will ha