If you run SwitchResX, and double click the current resolution of each display, it should show the active pixels (width and height) along with other timing info (pixel clock).
In your case, the 5K display will show 4K with 500+ MHz pixel clock instead of the desired 5K 900+ MHz. The 6K display should appear as 6K 1200+ MHz.
On an Intel Mac, you could use the AGDCDiagnose command.
/System/Library/Extensions/AppleGraphicsControl.kext/Contents/MacOS/AGDCDiagnose -a > AGDCDiagnose_a.txt 2>&1
but that doesn't give display mode info for Intel, Nvidia, or old AMD GPUs.
You have an M1 MAX, so you can't check the output of the AGDCDiagnose command. In that case, ioreg may have the info.
ioreg -fliw0 > ioreg.txt
There's a lot of info in there. I made a couple scripts to get just the display mode info from the ioreg output.
https://gist.github.com/joevt/e862b0088ef58b9144877d01401bcee8
https://gist.github.com/joevt/0c75b42171b3fb1a5248b4e2bee8e4d0
I think the first one is a faster method but I haven't tested it with ioreg from M1 Max/M1 Pro. Let me know if there's an issue and I'll update it (attach a zipped ioreg_M1.plist file).
I'm working on a utility to get more display info. I haven't had anyone with an M1 Mac try it yet. It should be able to get display info from ioreg but I haven't added code to display that info in a more compact form like in the above scripts. On Intel Macs it can get DisplayPort info, EDID, and DDC/CI MCCSS info.
#177 ~/Downloads/AllRez > allrez.txt