On 21.12.2012 16:36, Thierry Reding wrote: > On Fri, Dec 21, 2012 at 01:39:21PM +0200, Terje Bergstrom wrote: >> +static struct platform_driver tegra_drm_platform_driver = { >> + .driver = { >> + .name = "tegradrm", > > This should be "tegra-drm" to match the module name. We've actually created two problems. First is that the device name should match driver name which should match module name. But host1x doesn't know the module name of tegradrm. Second problem is that host1x driver creates tegradrm device even if tegradrm isn't loaded to system. These mean that the device has to be created in tegra-drm module to have access to the module name. So instead of just getter, we need a getter and a setter. Terje _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel