DRM FrameBuffer for iMX6ULL

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

DRM FrameBuffer for iMX6ULL

3,340件の閲覧回数
anthonygroyer
Contributor I

Hi,

Right now, iMX6ULL has support for basic framebuffer with CONFIG_FB_MXS in kernel with driver "drivers/video/fbdev/mxsfb.c" and the compatible driver string "fsl,imx28-lcdif".

Is there any DRM Framebuffer support for iMX6ULL ?

The final goal is to use Qt with DRM Framebuffer platform plugin.

I have tester CONFIG_DRM_MXSFB and driver "drivers/gpu/drm/mxsfb/mxsfb_drv.c" with also the compatible driver string "fsl,imx28-lcdif". But I have errors in the kernel log:

mxsfb_drm 21c8000.lcdif: Failed to initialize drm fb helper.
mxsfb_drm 21c8000.lcdif: Failed to init FB CMA area

and also the kernel crashes afterwards.

Thanks

Anthony

ラベル(4)
2 返答(返信)

2,732件の閲覧回数
art
NXP Employee
NXP Employee

There is no DRM Framebuffer and QT support for the iMX6ULL processor since it doesn't have any graphics/video processing acceleration features in hardware.


Have a great day,
Artur

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信

2,732件の閲覧回数
anthony_groyer
Contributor I

Hi Artur,

thanks for the reply. Actually, Qt and Qt Quick can be used on iMX6ULL without hardware acceleration:
But DRM Framebuffer seems not to be possible.
Anthony