DRM FrameBuffer for iMX6ULL

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

DRM FrameBuffer for iMX6ULL

2,076 Views
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

Labels (4)
2 Replies

1,468 Views
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 Kudos

1,468 Views
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