-
-
Notifications
You must be signed in to change notification settings - Fork 14
Update kernel patch for kernel version 6.16.8 #59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Fix for kernel version 6.16.8
Fix headset order in comment
|
You shouldn't need this patch on 6.16 kernel, since VivePro2 announces its own usage using EDID, and kernel is able to detect that automatically |
|
You can check that by using edid-decode: This patch was required when the kernel was not respecting this field. |
|
I just came across this issue when trying to upgrade my kernel. So are the other patches (0002-drm-edid-parse-DRM-VESA-dsc-bpp-target_fix.patch and 0003-drm-amd-use-fixed-dsc-bits-per-pixel-from-edid.patch) also not needed anymore? |
You're right, it does work without it. |
Those are needed for modes 4 and 5, but you'd better use the updated version: https://lore.kernel.org/all/[email protected]/T/#u The patch I linked is for 6.18-rc3, rebased for 6.17 version is in this discord thread: https://discord.com/channels/1065291958328758352/1428185501008924672 |
|
Thanks that would be awesome @CertainLach. Your effort is much appreciated :) |
Starting with kernel version
6.16.8, the first kernel patch could no longer be applied because allEDID_QUIRK_NON_DESKTOPwere wrapped inBIT()in this commit.