flamingcow
|
49de171ad0
|
Commit the receive counters once per batch instead of once per frame
|
2026-08-04 21:25:04 -07:00 |
|
flamingcow
|
21788fdd4f
|
Judge a frame against the stream its socket receives rather than the one its header claims
|
2026-08-04 21:19:08 -07:00 |
|
flamingcow
|
51467231ee
|
Fill what a rounded rectangle contains outright as spans instead of pixel by pixel
|
2026-08-04 21:09:12 -07:00 |
|
flamingcow
|
ce44fe9866
|
Walk the control buffer by hand instead of allocating a message list per frame
|
2026-08-04 20:48:17 -07:00 |
|
flamingcow
|
1d54a1a1f6
|
Checksum the header and refuse sequence numbers the sender never sent
|
2026-08-04 20:41:16 -07:00 |
|
flamingcow
|
703039587b
|
Bucket received frames by their mac receive stamp and read one bucket back
|
2026-08-04 20:04:30 -07:00 |
|
flamingcow
|
8db5c29882
|
Cover the loss window, rate window, error taxonomy and formatters with tests
|
2026-08-04 15:46:12 -07:00 |
|
flamingcow
|
63196eb691
|
Mirror the panel in the console table as one summed row in two sections
|
2026-08-04 14:02:53 -07:00 |
|
flamingcow
|
fbfcabda7e
|
Draw every panel figure from the latest sample instead of holding the totals
|
2026-08-04 13:49:21 -07:00 |
|
flamingcow
|
4e60757937
|
Rate from the newest bucket, stamped when the counters are actually read
|
2026-08-04 13:45:16 -07:00 |
|
flamingcow
|
2035d42734
|
Fold the leftover formatters into the SI ones and stop reallocating the draw scratch
|
2026-08-04 13:37:19 -07:00 |
|
flamingcow
|
f5a6420cfa
|
Drop the fatal flag now that every failed check is fatal
|
2026-08-04 13:33:08 -07:00 |
|
flamingcow
|
39c27166dc
|
Hardcode the settled sizes, streams and batch instead of carrying flags for them
|
2026-08-04 13:31:14 -07:00 |
|
flamingcow
|
05e1958710
|
Cut the drm package comments back to what is not evident from the code
|
2026-08-04 13:23:41 -07:00 |
|
flamingcow
|
4fd3abaf25
|
Move the shared drm ioctl abi into internal/drm
|
2026-08-04 13:21:50 -07:00 |
|
flamingcow
|
66bfb88dd7
|
Make every failed check and unreadable counter fatal instead of degrading
|
2026-08-04 13:03:07 -07:00 |
|
flamingcow
|
fb6a0d2c1b
|
Push the new origin into the sample ring so a reset cannot underflow the totals
|
2026-08-04 12:59:50 -07:00 |
|
flamingcow
|
a285b8999c
|
Drop the counter padding that was never buying a cache line
|
2026-08-04 12:53:53 -07:00 |
|
flamingcow
|
06592cbc81
|
Stop counting a partly filled send vector as a failure
|
2026-08-04 12:45:12 -07:00 |
|
flamingcow
|
1f9b5ea62e
|
Look the expected checksum up instead of carrying it in the frame
|
2026-08-04 12:45:04 -07:00 |
|
flamingcow
|
03b7ff4954
|
Drop the write-only direction fields and the unused pattern names
|
2026-08-04 12:26:10 -07:00 |
|
flamingcow
|
21b20d0071
|
Scale integer counts on the panel like every other figure
|
2026-08-04 11:27:35 -07:00 |
|
flamingcow
|
49a1a2f829
|
Read rx errors from the driver stats array and add the pcs counters
|
2026-08-04 11:27:30 -07:00 |
|
flamingcow
|
5eea6856fb
|
Cut the comments back to the genuinely subtle ones
|
2026-08-01 16:14:12 -07:00 |
|
flamingcow
|
726c4c2445
|
Rework the panel onto SI figures, labelled chips and one spacing scale
|
2026-08-01 16:07:44 -07:00 |
|
flamingcow
|
de2ff13eb6
|
Collapse errors into lost, corrupt, link and internal
|
2026-07-31 17:10:25 -07:00 |
|
flamingcow
|
3c8637f931
|
Show recent errors as labelled chips and rebuild the reset button to match
|
2026-07-31 17:05:31 -07:00 |
|
flamingcow
|
f512391ee4
|
Capture the panel by reading the displayed drm buffer instead of fbdev
|
2026-07-31 16:46:11 -07:00 |
|
flamingcow
|
1c5bda37bf
|
Drive the panel through drm and page flip between four scanout buffers
|
2026-07-31 16:46:11 -07:00 |
|
flamingcow
|
57d7c91df1
|
Sample the rate buckets on their own clock instead of the display refresh
|
2026-07-31 16:15:16 -07:00 |
|
flamingcow
|
5d2dbffb4a
|
Add a harness that runs cabletest on a timer and captures the panel to png
|
2026-07-31 16:15:16 -07:00 |
|
flamingcow
|
c94b7ae33d
|
Show median bucket rates, slide the error window, and poll sysfs off the draw loop
|
2026-07-31 15:45:03 -07:00 |
|
flamingcow
|
cf204f5a23
|
Add mkimage to build and install the image from the latest signed kernel tag
|
2026-07-26 17:07:09 -07:00 |
|
flamingcow
|
ab0a8c8759
|
Take ns/m to 4.85, measured against a 6m cable
|
2026-07-26 15:51:52 -07:00 |
|
flamingcow
|
5676b2b581
|
Detect mounts by mount root, wait for the touchscreen, and default to eth0/eth1
|
2026-07-26 15:51:34 -07:00 |
|
flamingcow
|
832a2b42d6
|
Mount the filesystems we need so this can run as PID 1
|
2026-07-26 10:54:19 -07:00 |
|
flamingcow
|
5e2b36bdaa
|
Clear staticcheck, gopls and go.mod warnings
|
2026-07-26 10:33:38 -07:00 |
|
flamingcow
|
102d53fb9b
|
Turn the display portrait and split it into live and since-reset panels
|
2026-07-26 10:27:41 -07:00 |
|
flamingcow
|
4d102f377e
|
Take the cable zero from the shortest delay seen rather than a flag
|
2026-07-26 09:43:03 -07:00 |
|
flamingcow
|
e77574712d
|
Cycle every payload pattern per packet and always run both directions
|
2026-07-25 23:03:31 -07:00 |
|
flamingcow
|
0f16edfe61
|
Count link and syscall failures instead of printing them
|
2026-07-25 22:54:04 -07:00 |
|
flamingcow
|
1b322bb32b
|
Measure cable length from hardware transmit and receive timestamps
|
2026-07-25 22:38:52 -07:00 |
|
flamingcow
|
09411aebdf
|
Reset everything from a held on-screen button or space
|
2026-07-25 21:41:21 -07:00 |
|
flamingcow
|
b2441ba64a
|
Redraw at 60Hz with adaptive rate smoothing, console output at 1Hz
|
2026-07-25 21:30:37 -07:00 |
|
flamingcow
|
12958ced56
|
Take the console into graphics mode while drawing
|
2026-07-25 21:30:37 -07:00 |
|
flamingcow
|
892e855207
|
Group the display into instant and cumulative sections on a shared grid
|
2026-07-25 19:48:15 -07:00 |
|
flamingcow
|
7a9567da55
|
Clear the framebuffer on exit
|
2026-07-25 19:42:45 -07:00 |
|
flamingcow
|
419bdc4bb7
|
Render the live status to the framebuffer in Atkinson Hyperlegible Mono
|
2026-07-25 19:41:53 -07:00 |
|
flamingcow
|
16416bc1b0
|
Draw the counter reset as a labelled rule across the table
|
2026-07-25 19:31:03 -07:00 |
|
flamingcow
|
269199366d
|
Reset cumulative error counts on space
|
2026-07-25 19:29:00 -07:00 |
|