Searched refs:maxwidth (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_catalog.c | 383 .maxwidth = DEFAULT_DPU_OUTPUT_LINE_WIDTH, 394 .maxwidth = DEFAULT_DPU_OUTPUT_LINE_WIDTH, 405 .maxwidth = DEFAULT_DPU_OUTPUT_LINE_WIDTH, 415 .maxwidth = DEFAULT_DPU_LINE_WIDTH,
|
H A D | dpu_hw_catalog.h | 407 * @maxwidth: Max pixel width supported by this mixer 412 u32 maxwidth; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_rm.c | 118 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() 124 DPU_ERROR("unsupported: lm maxwidth differs\n"); 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()
|
H A D | dpu_hw_catalog.h | 385 * @maxwidth: Max pixel width supported by this mixer 391 u32 maxwidth; member
|
H A D | dpu_hw_catalog.c | 381 .maxwidth = DEFAULT_DPU_OUTPUT_LINE_WIDTH, 418 .maxwidth = DEFAULT_DPU_OUTPUT_LINE_WIDTH,
|
/kernel/linux/linux-5.10/tools/thermal/tmon/ |
H A D | tui.c | 53 static int maxwidth = 200; variable 149 maxwidth = maxx - 18; in setup_windows()
|
/kernel/linux/linux-6.6/tools/thermal/tmon/ |
H A D | tui.c | 53 static int maxwidth = 200; variable 149 maxwidth = maxx - 18; in setup_windows()
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | amba-pl08x.c | 126 * @maxwidth: the maximum width of a transfer on this bus 131 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()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | amba-pl08x.c | 126 * @maxwidth: the maximum width of a transfer on this bus 131 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()
|
Completed in 15 milliseconds