On Thu, 13 Aug 2026 14:51:26 +0800, Chen-Yu Tsai wrote:
> The verisilicon driver has a custom framebuffer address calculating
> helper that the common drm_fb_dma_get_addr() can substitute.
>
> Differences from drm_fb_dma_get_addr():
>
> - Uses drm_format_info_min_pitch() to calculate the horizontal offset;
> however the driver does not support any of the blocked formats, so
> this just ends up being the same as in drm_fb_dma_get_addr():
> "cpp[plane] * y"
>
> [...]
Applied to drm-misc-next in drm-misc, thanks!
[1/1] drm/verisilicon: Switch to drm_fb_dma_get_addr() for framebuffer addresses
commit: 063019ac51afffda4ab3d658701b086caa0c8e9e
Best regards,
--
Chen-Yu Tsai <[email protected]>