But now we are facing the following issue "No hblank data for mode 320x480 with 1 lanes", the LCD supports single lane DSI channel. Further debugging seems that the API: static const struct dsim_hblank_par *sec_mipi_dsim_get_hblank_par () does not have 1 dsi lane support added in the code.
We are getting /dev/fb0 as framebuffer, but we are not yet getting any output on the screen.
We are trying to do the following:
1. cat /dev/urandom > /dev/fb0
2. gst-launch-1.0 -v videotestsrc ! video/x-raw,width=480,height=320 ! autovideosink
output: FIXME default gstutils.c:3980:gst_pad_create_stream_id_internal:<videotestsrc0:src> Cred
/GstPipeline:pipeline0/GstVideoTestSrc:videotestsrc0.GstPad:src: caps = video/x-raw, format=(string)I420, width=(int)480, height=(int)320, fre
/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps = video/x-raw, format=(string)I420, width=(int)480, height=(int)320, framere
/GstPipeline:pipeline0/GstAutoVideoSink:autovideosink0.GstGhostPad:sink.GstProxyPad:proxypad0: caps = video/x-raw, format=(string)I420, widthe
/GstPipeline:pipeline0/GstAutoVideoSink:autovideosink0/GstWaylandSink:autovideosink0-actual-sink-wayland.GstPad:sink: caps = video/x-raw, fore
/GstPipeline:pipeline0/GstAutoVideoSink:autovideosink0.GstGhostPad:sink: caps = video/x-raw, format=(string)I420, width=(int)480, height=(inte
/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:sink: caps = video/x-raw, format=(string)I420, width=(int)480, height=(int)320, framee
0:00:00.057853625 528 0x206b00f0 WARN waylandsink wlwindow.c:330:gst_wl_window_new_internal: init surface_state fail, fallb)
Have attached Log file - Logs.txt , DTS file: imx8mm-var-dart.dts, driver file: panel-str-str7796.c
Can NXP team help us on this.