Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_rm.c70 for (i = 0; i < ARRAY_SIZE(rm->intf_blks); i++) { in dpu_rm_destroy()
73 if (rm->intf_blks[i]) { in dpu_rm_destroy()
74 hw = to_dpu_hw_intf(rm->intf_blks[i]); in dpu_rm_destroy()
187 rm->intf_blks[intf->id - INTF_0] = &hw->base; in dpu_rm_init()
463 if (idx < 0 || idx >= ARRAY_SIZE(rm->intf_blks)) { in _dpu_rm_reserve_intf()
468 if (!rm->intf_blks[idx]) { in _dpu_rm_reserve_intf()
634 hw_blks = rm->intf_blks; in dpu_rm_get_assigned_resources()
636 max_blks = ARRAY_SIZE(rm->intf_blks); in dpu_rm_get_assigned_resources()
A Ddpu_rm.h30 struct dpu_hw_blk *intf_blks[INTF_MAX - INTF_0]; member

Completed in 5 milliseconds