Exploring RK3399 / Display Subsystem / From Modetest to DRM Driver

Exploring RK3399 / Display Subsystem / From Modetest to DRM Driver

Modetest is a testing program provided by libdrm that can query the characteristics of display devices, perform basic display tests, and set display modes. We can use this tool to learn about Linux DRM application programming. Additionally, to analyze the Rockchip DRM driver in depth, it is necessary to first understand how to use this … Read more