OMAP display kconfig options changing
From: tony@atomide.com (Tony Lindgren)
Date: 2015-12-18 16:05:14
Also in:
linux-omap
* Tomi Valkeinen [off-list ref] [151218 07:01]:
On 18/12/15 15:53, Tony Lindgren wrote:quoted
Hi, * Tomi Valkeinen [off-list ref] [151218 00:55]:quoted
Hi Tony, I've just pushed a patch series to fbdev for-next branch which makes the OMAP DRM and FB drivers independent of each other. This requires changing the related Kconfig options.OKNote that nothing has changed with omapfb and omapdrm as such. The only (visible) change is the needed Kconfig options.
OK
quoted
quoted
What should I do with omap2plus_defconfig? At the moment omap2plus_defconfig enables the omapfb driver and panels as modules. Should I change it to do the same with the new code? Or should I change it to use omapdrm, which is the better maintained and developed driver (although no one has probably tried omapdrm on omap2)?I'm all for changing omap2plus_defconfnig to use omapdrm. Do you have a link to a page we can point people to for instructions for what needs to be changed to get things working with omapdrm?Are you referring to Kconfig options? Or userspace?
Well sounds like both need updating :)
But no, I don't have links to either.
So change the Kconfig options and then deal with the flood of angry emails? :) I think we need instructions..
For the Kconfig options, it's pretty similar to omapfb. After the patches I'm pushing, one needs to enable DRM, DRM_OMAP, and then the individual panel/encoder drivers (as for omapfb).quoted
For omap2, I can try to peek into my rack for n800.There were a few fixes sent a few days ago which are needed for OMAP2/3. I think both are now in Linus' tree.
OK I guess we have to wait your patches then to give it a try. Regards, Tony