Hands On Projects For The Linux Graphics Subsystem -

Filtros activos

Hands On Projects For The Linux Graphics Subsystem -

static int __init drm_driver_init(void)

#include <linux/module.h> #include <linux/init.h> #include <linux/fb.h> Hands On Projects For The Linux Graphics Subsystem

#include <drm/drm.h>

Best regards

Finally, we will test our graphics driver by loading it into the kernel and rendering a graphics primitive using a user-space graphics application. static int __init drm_driver_init(void) #include &lt

MODULE_LICENSE("GPL"); MODULE_AUTHOR("Your Name"); MODULE_DESCRIPTION("A simple graphics driver"); Best regards Finally