On Tue, Sep 16, 2014 at 9:17 PM, Charles Steinkuehler <[email protected]> wrote: > On 9/16/2014 8:53 PM, Robert Nelson wrote: >> >> One of the big unknowns i have... How will the "fat" >> am335x-boneblack.dtb compare with a <device>-<cape>.dtb power wise. >> Switching i2c/spi/usart/gpio worked well with the 3.8 cape-universal. >> The big one is getting the hdmi/drm stack to seamlessly work with this >> setup. > > 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 Regards, -- Robert Nelson http://www.rcn-ee.com/ -- 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.
