On 9/16/2014 9:24 PM, Robert Nelson wrote: > On Tue, Sep 16, 2014 at 9:17 PM, Charles Steinkuehler > <[email protected]> wrote: >> >> Is there any chance working HDMI support can be compiled as a loadable >> module? When I was experimenting with trying to get sgx support >> working, it seemed like there were circular dependencies that prevented >> this. > > Sure, we can move those to modules: > > I'll set them up exactly like ti has them by default in 3.14. ;) > > CONFIG_BACKLIGHT_PWM=m > CONFIG_DRM=m > CONFIG_DRM_KMS_HELPER=m > CONFIG_DRM_KMS_FB_HELPER=y > CONFIG_DRM_GEM_CMA_HELPER=y > CONFIG_DRM_KMS_CMA_HELPER=y > CONFIG_DRM_I2C_NXP_TDA998X=m > CONFIG_DRM_TILCDC=m
Great! That should fix any potential issues with disabling HDMI at runtime (assuming the module can actually be unloaded). As for getting the HDMI display running at power-on, there will likely be a delay (even if loaded via an initial ramdisk), but I don't think total time to "usable GUI" should be affected (famous last words!). -- Charles Steinkuehler [email protected] -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" 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.
