Home
last modified time | relevance | path

Searched refs:hw_align (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/media/platform/nvidia/tegra-vde/
H A Dv4l2.c222 size_t hw_align, hw_size, hw_payload, size, offset; in tegra_buf_prepare() local
228 hw_align = BSEV_ALIGN; in tegra_buf_prepare()
231 hw_align = FRAMEID_ALIGN; in tegra_buf_prepare()
238 if (offset & (hw_align - 1)) in tegra_buf_prepare()
/linux-6.15/drivers/media/platform/synopsys/hdmirx/
H A Dsnps_hdmirx.c1227 const unsigned int hw_align = 64; in hdmirx_set_fmt() local
1251 bpl = ALIGN(width * bpp, hw_align); in hdmirx_set_fmt()