MLK-18450: mxc-jpeg: Fix JPEG decoder crash
Fixed decoder crasher by creating a structure to encompass the descriptors and associated it to the jpeg device, one for each slot. Removed mxc_jpeg_buf, as writing to its fields was causing memory corruption sometimes (depending on how src_buf & dst_buf got allocated, writing to one was overwriting the other). For now, only slot 0 is used (no regression here, just a TODO). Note that the decoded image looks ok only on QXP B0, not A0. The decoder_test application will be patched in linux-test, the old one should work too, but needed cleanup. Signed-off-by:Mirela Rabulea <mirela.rabulea@nxp.com> Reviewed-by:
Laurentiu Palcu <laurentiu.palcu@nxp.com>
Showing
- drivers/media/platform/imx8/mxc-jpeg-hw.c 157 additions, 74 deletionsdrivers/media/platform/imx8/mxc-jpeg-hw.c
- drivers/media/platform/imx8/mxc-jpeg-hw.h 54 additions, 21 deletionsdrivers/media/platform/imx8/mxc-jpeg-hw.h
- drivers/media/platform/imx8/mxc-jpeg.c 230 additions, 119 deletionsdrivers/media/platform/imx8/mxc-jpeg.c
- drivers/media/platform/imx8/mxc-jpeg.h 13 additions, 4 deletionsdrivers/media/platform/imx8/mxc-jpeg.h
Loading
Please register or sign in to comment