Tool/software: Linux
Hi.
yesterday, you answer that IVA-HD can decode jpg with size(4096x4096).
we test it as below it. and gstreamer show error(kmssink gstkmssink.c:432:gst_kms_sink_show_frame:<kmssink0> error: drmModeAddFB2 failed: Invalid argument (22))
gst-launch-1.0 -v --gst-debug=3 filesrc location=./3456x3456.jpg ! jpegparse ! ducatijpegdec ! kmssink
i can find it at Zlinux-4.4.19+gitAUTOINC+db0b54cdad-gdb0b54cdad\drivers\gpu\drm\drm_crtc.c.
internal_framebuffer_create function tell that drmModeAddFB2 can success under width is 2048.
how can i decode jpg with size(3456x3456) ?
Thanks a lot.