Hannes Mann

Results 12 comments of Hannes Mann

> some mismatch between AMF/EncodeCore and VCN FW Output from dmesg: ``` [ 5.285797] [drm] VCN(0) decode is enabled in VM mode [ 5.285798] [drm] VCN(0) encode is enabled in...

Tried out the latest driver on Arch again and the issue seems to have fixed itself (without using libdrm from AMD). I'm not sure why, but I suspect it's because...

> Could you help what packages are you using? I have no sucess with amf-amdgpu-pro from aur. Hmm, seems 22.10 is still broken... I think this issue was fixed by...

You need to place it in the directory for the specific kernel you have installed. Once you've built the module you can try running this: ```bash sudo mkdir -p "/lib/modules/$(uname...

> Could you please include running this command after copying the .ko file to a proper directory? > sudo depmod Added, thanks! > I also wrote a script for making...

Hmm... I don't own a Steam Deck so I haven't tested it on SteamOS, but from the linked issue this should be all you need: ``` sudo steamos-readonly disable sudo...

> Like I said I'm not Linux proficient, are these commands just installing dependencies so that it can run `make` properly? Pretty much. The error shows up because `linux-neptune-headers` is...

> If the Deck does already have GCC I'm assuming running that will just overwrite it and not add any unnecessary files, correct? It'll warn that you're reinstalling GCC but...

Thanks for the update, good to know that it works! I added SteamOS instructions here: https://github.com/hannesmann/gcadapter-oc-kmod/blob/master/STEAMOS.md

I believe the reason for `ease()` working with values rather than references is that the former is better for primitive types. An `f32` is smaller than a pointer on 64-bit...