Instead of disabling the stock drm module, why not just rename the psb drm module? Here's a simpler fix.
diff --git a/ubuntu/media/drm-poulsbo/Makefile b/ubuntu/media/drm-poulsbo/Makefile index bf12e3c..ff83948 100644 --- a/ubuntu/media/drm-poulsbo/Makefile +++ b/ubuntu/media/drm-poulsbo/Makefile @@ -1,4 +1,4 @@ -obj-m += drm.o +obj-m += psb-drm.o obj-m += psb.o drm-objs := drm_auth.o drm_bufs.o drm_context.o drm_dma.o drm_drawable.o \
-- Ubuntu-mobile mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile
