Hands On Projects For The Linux Graphics Subsystem -

static int __init simple_driver_init(void)

struct drm_device *dev;

printk(KERN_INFO "Simple graphics driver probing\n"); return NULL; Hands On Projects For The Linux Graphics Subsystem