]> git.dujemihanovic.xyz Git - linux.git/commit
media: mediatek: vcodec: support 36 bits physical address
authorYunfei Dong <yunfei.dong@mediatek.com>
Wed, 6 Mar 2024 12:19:02 +0000 (20:19 +0800)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Tue, 26 Mar 2024 08:52:59 +0000 (09:52 +0100)
commitd353c3c34af08cfd4eaafc8c55f664eacec274ee
treef98aee9efc60bba89a278ab27a97b19096130df6
parentafaaf3a0f647a24a7bf6a2145d8ade37baaf75ad
media: mediatek: vcodec: support 36 bits physical address

The physical address on the MT8188 platform is larger than 32 bits,
change the type from unsigned int to dma_addr_t to be able to access
the high bits of the address.

Signed-off-by: Yunfei Dong <yunfei.dong@mediatek.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Sebastian Fricke <sebastian.fricke@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_vp8_if.c
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_vp9_req_lat_if.c