Skip to content

Instantly share code, notes, and snippets.

View dridri's full-sized avatar
🎯
Focusing

drich dridri

🎯
Focusing
View GitHub Profile
@dridri
dridri / DRM.cpp
Last active January 20, 2023 11:13
Raspberry multi-layer DRM
#include <sys/fcntl.h>
#include <unistd.h>
#include <string.h>
#include <xf86drm.h>
#include <xf86drmMode.h>
#include <drm.h>
#include <iostream>
#include <string>
@dridri
dridri / dmesg - working ctp
Created September 20, 2016 15:28
pine64 working touchpanel
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.10.102+ (drich@home) (gcc version 4.9 20150123 (prerelease) (GCC) ) #6 SMP PREEMPT Tue Sep 20 05:29:36 CEST 2016
[ 0.000000] CPU: AArch64 Processor [410fd034] revision 4
[ 0.000000] Machine: sun50iw1p1
[ 0.000000] bootconsole [earlycon0] enabled
[ 0.000000] cma: CMA: reserved 384 MiB at 9e800000
[ 0.000000] On node 0 totalpages: 520192
[ 0.000000] DMA zone: 7112 pages used for memmap
@dridri
dridri / dmesg
Created September 20, 2016 15:25
pine64 touchpanel problem
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.10.102+ (drich@home) (gcc version 4.9 20150123 (prerelease) (GCC) ) #6 SMP PREEMPT Tue Sep 20 05:29:36 CEST 2016
[ 0.000000] CPU: AArch64 Processor [410fd034] revision 4
[ 0.000000] Machine: sun50iw1p1
[ 0.000000] bootconsole [earlycon0] enabled
[ 0.000000] cma: CMA: reserved 384 MiB at 9e800000
[ 0.000000] On node 0 totalpages: 520192
[ 0.000000] DMA zone: 7112 pages used for memmap