forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 92
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
30Hz on HDMI with 6.12.10-2 #367
Comments
My best guess it is now only using 2 DP lanes instead of 4. That is a possible scenario based on changes I did. I'll take a look. |
Same with 6.12.10 here. |
jannau
added a commit
that referenced
this issue
Jan 21, 2025
phy_validate() on the DP only ATC phy returns 0 lanes if it happens before the phy_set_mode(PHY_MODE_DP). Since this is the only known case default to 4 lanes as the phy is used exclusively for DP. Fixes: #367 Signed-off-by: Janne Grunau <[email protected]>
hunch was correct. fixes in b9ec224 but not yet tagged/released |
jannau
added a commit
that referenced
this issue
Jan 27, 2025
phy_validate() on the DP only ATC phy returns 0 lanes if it happens before the phy_set_mode(PHY_MODE_DP). Since this is the only known case default to 4 lanes as the phy is used exclusively for DP. Fixes: #367 Signed-off-by: Janne Grunau <[email protected]>
herrnst
pushed a commit
to herrnst/linux-asahi
that referenced
this issue
Jan 29, 2025
phy_validate() on the DP only ATC phy returns 0 lanes if it happens before the phy_set_mode(PHY_MODE_DP). Since this is the only known case default to 4 lanes as the phy is used exclusively for DP. Fixes: AsahiLinux/linux#367 Signed-off-by: Janne Grunau <[email protected]>
herrnst
pushed a commit
to herrnst/linux-asahi
that referenced
this issue
Feb 3, 2025
phy_validate() on the DP only ATC phy returns 0 lanes if it happens before the phy_set_mode(PHY_MODE_DP). Since this is the only known case default to 4 lanes as the phy is used exclusively for DP. Fixes: AsahiLinux/linux#367 Signed-off-by: Janne Grunau <[email protected]>
Fixed in |
alyssarosenzweig
pushed a commit
to alyssarosenzweig/linux
that referenced
this issue
Feb 17, 2025
phy_validate() on the DP only ATC phy returns 0 lanes if it happens before the phy_set_mode(PHY_MODE_DP). Since this is the only known case default to 4 lanes as the phy is used exclusively for DP. Fixes: AsahiLinux#367 Signed-off-by: Janne Grunau <[email protected]>
herrnst
pushed a commit
to herrnst/linux-asahi
that referenced
this issue
Feb 17, 2025
phy_validate() on the DP only ATC phy returns 0 lanes if it happens before the phy_set_mode(PHY_MODE_DP). Since this is the only known case default to 4 lanes as the phy is used exclusively for DP. Fixes: AsahiLinux/linux#367 Signed-off-by: Janne Grunau <[email protected]>
herrnst
pushed a commit
to herrnst/linux-asahi
that referenced
this issue
Feb 17, 2025
phy_validate() on the DP only ATC phy returns 0 lanes if it happens before the phy_set_mode(PHY_MODE_DP). Since this is the only known case default to 4 lanes as the phy is used exclusively for DP. Fixes: AsahiLinux/linux#367 Signed-off-by: Janne Grunau <[email protected]>
herrnst
pushed a commit
to herrnst/linux-asahi
that referenced
this issue
Feb 17, 2025
phy_validate() on the DP only ATC phy returns 0 lanes if it happens before the phy_set_mode(PHY_MODE_DP). Since this is the only known case default to 4 lanes as the phy is used exclusively for DP. Fixes: AsahiLinux/linux#367 Signed-off-by: Janne Grunau <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good monring!
With kernel 6.12.10-2 I suddently get a max refreshrate of 30Hz on a 4k display via HDMI on my m1 macbook pro. With 6.12.9-1 everything is fine and i get 60Hz as expected. Rest of the system did not change, and a revert to the previous kernel fixes the issue.
I have not yet tried 6.12.10-1 or 6.12.9-2.
The text was updated successfully, but these errors were encountered: