Hardware
- Machine: Apple Mac Studio (2023)
- SoC: Apple M2 Max
- Model: Mac14,13
- OS: Fedora Asahi Remix 42
- Kernel: 6.19.14-400.asahi.fc42.aarch64+16k
Display
Apple Studio Display connected directly to the rear Thunderbolt port next to the Ethernet port.
Problem
The Apple Studio Display never receives a video signal.
If I connect an HDMI monitor, Fedora boots and works normally.
When I boot with only the Studio Display connected, the display remains black.
What I found
The DCP driver initializes correctly.
The Apple DRM driver is loaded successfully.
The USB Type-C subsystem is present.
However, only a single HDMI connector is exposed by DRM.
drm_info reports:
-
Driver: apple 1.0.0
-
Connector:
- HDMI-A-1
-
No DP-* connectors are present.
/sys/class/drm contains only:
card1
card2
card2-HDMI-A-1
renderD128
version
The DRM debug state also reports only:
connector[45]: HDMI-A-1
No DisplayPort connector is ever created.
/sys/class/typec contains:
port0
port0-partner
port1
port1-partner
port2
port3
port3-partner
Kernel messages show DCP booting correctly and attempting a DisplayPort connection (dcp_dptx_connect(port=0)).
Question
Is USB-C / DisplayPort output expected to work on the Mac Studio M2 Max with the current Fedora Asahi Remix kernel?
Should DRM expose DP connectors on this machine, or is support for the Mac Studio still incomplete?