Home
last modified time | relevance | path

Searched refs:maxwidth (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_rm.c118 rm->lm_max_width = lm->sblk->maxwidth; in dpu_rm_init()
119 } else if (rm->lm_max_width != lm->sblk->maxwidth) { in dpu_rm_init()
125 if (rm->lm_max_width > lm->sblk->maxwidth) in dpu_rm_init()
126 rm->lm_max_width = lm->sblk->maxwidth; in dpu_rm_init()
Ddpu_hw_catalog.c381 .maxwidth = DEFAULT_DPU_OUTPUT_LINE_WIDTH,
418 .maxwidth = DEFAULT_DPU_OUTPUT_LINE_WIDTH,
Ddpu_hw_catalog.h391 u32 maxwidth; member
/drivers/dma/
Damba-pl08x.c131 u8 maxwidth; member
1279 bd.srcbus.maxwidth = pl08x_get_bytes_for_lli(pl08x, cctl, true); in pl08x_fill_llis_for_desc()
1282 bd.dstbus.maxwidth = pl08x_get_bytes_for_lli(pl08x, cctl, false); in pl08x_fill_llis_for_desc()
1291 bd.srcbus.buswidth = bd.srcbus.maxwidth; in pl08x_fill_llis_for_desc()
1292 bd.dstbus.buswidth = bd.dstbus.maxwidth; in pl08x_fill_llis_for_desc()