Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/media/platform/ti/vpe/
Dvpdma_priv.h177 u32 max_width_height; /* outbound */ member
423 return (dtd->max_width_height >> DTD_MAX_WIDTH_SHFT) & in dtd_get_max_width()
429 return (dtd->max_width_height >> DTD_MAX_HEIGHT_SHFT) & in dtd_get_max_height()
Dvpdma.c857 dtd->max_width_height = dtd_max_width_height(max_w, max_h); in vpdma_rawchan_add_out_dtd()