> sun4i-drm is the overall DRM driver, but each separate component in
> the display pipeline has its own module as well. If you look at your
> config above you'll see DRM_SUN4I_HDMI, DRM_SUN4I_BACKEND. However
> if you have the modules installed correctly the kernel should be
> able to load them automatically. If not and you are loading them
> by hand, you need to load the following:

>   - sun4i-tcon
>   - sun4i-backend
>   - sun4i-hdmi
>   - sun4i-drm

[ I don't have a sun4i-hdmi, but I do have a sun4i-drm-hdmi, so I assume
  this was just a typo.  ]

I just did:

    modprobe -r sun4i-drm
    modprobe sun4i-tcon
    modprobe sun4i-backend
    modprobe sun4i-drm-hdmi
    modprobe sun4i-drm

and all four modules loaded fine (according to `lsmod`), but I get
nothing in dmesg, and /sys/class/drm still only contains `version` :-(

Also, what could cause those modules not to be loaded automatically?


        Stefan

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to