Skip to content

Instantly share code, notes, and snippets.

@Jayesh2000
Created December 21, 2023 11:24
Show Gist options
  • Save Jayesh2000/517395cd85eb28d65b8ee4568cefb809 to your computer and use it in GitHub Desktop.
Save Jayesh2000/517395cd85eb28d65b8ee4568cefb809 to your computer and use it in GitHub Desktop.
Relevant kernel log after fixing the clock conflict issue causing the pixel clock to be set as 1.8G
[ OK ] Reached target Graphical Interface.
Starting Record Runlevel Change in UTMP...
[ OK ] Finished Record Runlevel Change in UTMP.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j784s4-evm -
Arago 2023.10 j784s4-evm -
j784s4-evm login: root
[ 35.392279] audit: type=1006 audit(1651185241.240:10): pid=558 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 35.404658] audit: type=1300 audit(1651185241.240:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffde48b378 a2=1 a3=ffffb890e020 items=0 ppid=1 pid=558 auid=0 uid=0 gid=0 euid=0 suid=0 fsu
id=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 35.430980] audit: type=1327 audit(1651185241.240:10): proctitle="(systemd)"
[ 35.438037] audit: type=1334 audit(1651185241.252:11): prog-id=11 op=LOAD
[ 35.444821] audit: type=1300 audit(1651185241.252:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffcb852ae0 a2=78 a3=0 items=0 ppid=1 pid=558 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid
=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 35.470168] audit: type=1327 audit(1651185241.252:11): proctitle="(systemd)"
[ 35.477222] audit: type=1334 audit(1651185241.252:12): prog-id=11 op=UNLOAD
[ 35.484260] audit: type=1300 audit(1651185241.252:12): arch=c00000b7 syscall=57 success=yes exit=0 a0=8 a1=ffff8a847020 a2=0 a3=ffff8a8477e0 items=0 ppid=1 pid=558 auid=0 uid=0 gid=0 euid=0 suid=0 fsu
id=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 35.510380] audit: type=1327 audit(1651185241.252:12): proctitle="(systemd)"
[ 35.517721] audit: type=1334 audit(1651185241.252:13): prog-id=12 op=LOAD
root@j784s4-evm:~#
root@j784s4-evm:~#
root@j784s4-evm:~#
root@j784s4-evm:~# uname -a
Linux j784s4-evm 6.7.0-rc6-next-20231220-00001-gd70465fe7449 #7 SMP PREEMPT Thu Dec 21 16:42:21 IST 2023 aarch64 aarch64 aarch64 GNU/Linux
root@j784s4-evm:~# systemctl stop weston
Warning: Stopping weston.service, but it can still be activated by:
weston.socket
root@j784s4-evm:~# kmsprint
Connector 0 (40) DP-1 (disconnected)
Encoder 0 (39) NONE
Connector 1 (50) HDMI-A-1 (connected)
Encoder 1 (49) NONE
Crtc 1 (48) 1920x1200@59.95 154.000 1920/48/32/80/+ 1200/3/6/26/- 60 (59.95) 0x9 0x40
Plane 1 (41) fb-id: 65 (crtcs: 0 1) 0,0 1920x1200 -> 0,0 1920x1200 (AR12 AB12 RA12 RG16 BG16 AR15 AB15 AR24 AB24 RA24 BA24 RG24 BG24 AR30 AB30 XR12 XB12 RX12 XR15 XB15 XR24 XB24 RX24 BX24 XR30 XB30
YUYV UYVY NV12)
FB 65 1920x1200
root@j784s4-evm:~# kmstest
Connector 1/@50: HDMI-A-1
Crtc 1/@48: 1920x1200@59.95 154.000 1920/48/32/80/+ 1200/3/6/26/- 60 (59.95) 0x9 0x40
Plane 0/@31: 0,0-1920x1200
Fb 67 1920x1200-XR24
press enter to exit
root@j784s4-evm:~# dmesg | grep dss
[ 0.518786] platform 4a00000.dss: Fixed dependency cycle(s) with /bus@100000/bridge@a000000/ports/port@0/endpoint
[ 0.550050] platform bridge-dvi: Fixed dependency cycle(s) with /bus@100000/dss@4a00000/ports/port@1/endpoint
[ 12.410137] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 0
[ 12.487510] tidss 4a00000.dss: [drm] fb0: tidssdrmfb frame buffer device
root@j784s4-evm:~# dmesg | grep hdmi
[ 0.541318] platform bridge-dvi: Fixed dependency cycle(s) with /connector-hdmi/port/endpoint
root@j784s4-evm:~# dmesg | grep CRTC
root@j784s4-evm:~# modetest -M tidss -s 50@48:1920x1200
setting mode 1920x1200-59.95Hz on connectors 50, crtc 48
root@j784s4-evm:~# modetest -M tidss -s 50@48:800x600 -v
setting mode 800x600-60.32Hz on connectors 50, crtc 48
freq: 60.41Hz
freq: 60.32Hz
freq: 60.32Hz
freq: 60.32Hz
freq: 60.32Hz
^C
root@j784s4-evm:~# uname -a
Linux j784s4-evm 6.7.0-rc6-next-20231220-00001-gd70465fe7449 #7 SMP PREEMPT Thu Dec 21 16:42:21 IST 2023 aarch64 aarch64 aarch64 GNU/Linux
root@j784s4-evm:~#
root@j784s4-evm:~#
root@j784s4-evm:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment