Skip to content

Draft: dummy driver implementation

Julien Stephan requested to merge jstephan/dummy-apu-driver into v6.2-apu

dummy driver using netlink socket to communicate with a dummy APU for simulation and validation

to compile the driver activate the following config: DRM_DUMMY_APU to load the module run the following commands:

insmod /lib/modules/$(uname -r)/kernel/drivers/gpu/drm/scheduler/gpu-sched.ko
insmod /lib/modules/$(uname -r)/kernel/drivers/gpu/drm/apu/apu_drm.ko
insmod /lib/modules/$(uname -r)/kernel/drivers/gpu/drm/apu/apu_drm_dummy.ko

the dricver should appears when issuing the drmdevice command

Merge request reports