Patch "media: cedrus: h264: Fix neighbour info buffer size" has been added to the 5.17-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    media: cedrus: h264: Fix neighbour info buffer size

to the 5.17-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     media-cedrus-h264-fix-neighbour-info-buffer-size.patch
and it can be found in the queue-5.17 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 3e3cf8a5943528b57f0a38c25b4a898ec28d1b4b
Author: Jernej Skrabec <jernej.skrabec@xxxxxxxxx>
Date:   Mon Feb 14 20:08:39 2022 +0100

    media: cedrus: h264: Fix neighbour info buffer size
    
    [ Upstream commit fecd363ae2d5042553370b0adf60c47e35c34a83 ]
    
    According to BSP library source, H264 neighbour info buffer size needs
    to be 32 kiB for H6. This is similar to H265 decoding, which also needs
    double buffer size in comparison to older Cedrus core generations.
    
    Increase buffer size to cover H6 needs. Since increase is not that big
    in absolute numbers, it doesn't make sense to complicate logic for older
    generations.
    
    Issue was discovered using iommu and cross checked with BSP library
    source.
    
    Fixes: 6eb9b758e307 ("media: cedrus: Add H264 decoding support")
    Signed-off-by: Jernej Skrabec <jernej.skrabec@xxxxxxxxx>
    Signed-off-by: Hans Verkuil <hverkuil-cisco@xxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/staging/media/sunxi/cedrus/cedrus_h264.c b/drivers/staging/media/sunxi/cedrus/cedrus_h264.c
index b4173a8926d6..d8fb93035470 100644
--- a/drivers/staging/media/sunxi/cedrus/cedrus_h264.c
+++ b/drivers/staging/media/sunxi/cedrus/cedrus_h264.c
@@ -38,7 +38,7 @@ struct cedrus_h264_sram_ref_pic {
 
 #define CEDRUS_H264_FRAME_NUM		18
 
-#define CEDRUS_NEIGHBOR_INFO_BUF_SIZE	(16 * SZ_1K)
+#define CEDRUS_NEIGHBOR_INFO_BUF_SIZE	(32 * SZ_1K)
 #define CEDRUS_MIN_PIC_INFO_BUF_SIZE       (130 * SZ_1K)
 
 static void cedrus_h264_write_sram(struct cedrus_dev *dev,



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux