Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_rm.c69 for (i = 0; i < ARRAY_SIZE(rm->intf_blks); i++) { in dpu_rm_destroy()
72 if (rm->intf_blks[i]) { in dpu_rm_destroy()
73 hw = to_dpu_hw_intf(rm->intf_blks[i]); in dpu_rm_destroy()
166 rm->intf_blks[intf->id - INTF_0] = &hw->base; in dpu_rm_init()
441 if (idx < 0 || idx >= ARRAY_SIZE(rm->intf_blks)) { in _dpu_rm_reserve_intf()
446 if (!rm->intf_blks[idx]) { in _dpu_rm_reserve_intf()
612 hw_blks = rm->intf_blks; in dpu_rm_get_assigned_resources()
614 max_blks = ARRAY_SIZE(rm->intf_blks); in dpu_rm_get_assigned_resources()
H A Ddpu_rm.h21 * @intf_blks: array of intf hardware resources
30 struct dpu_hw_blk *intf_blks[INTF_MAX - INTF_0]; member

Completed in 1 milliseconds