/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/ |
H A D | tcm-sita.c | 88 unsigned long *pos, unsigned long slot_bytes, in l2r_t2b() 94 unsigned long slots_per_band = PAGE_SIZE / slot_bytes; in l2r_t2b() 95 unsigned long bit_offset = (offset > 0) ? offset / slot_bytes : 0; in l2r_t2b() 182 s16 offset, u16 slot_bytes, in sita_reserve_2d() 189 ret = l2r_t2b(w, h, align, offset, &pos, slot_bytes, tcm->bitmap, in sita_reserve_2d() 87 l2r_t2b(u16 w, u16 h, u16 a, s16 offset, unsigned long *pos, unsigned long slot_bytes, unsigned long *map, size_t num_bits, size_t slot_stride) l2r_t2b() argument 181 sita_reserve_2d(struct tcm *tcm, u16 h, u16 w, u16 align, s16 offset, u16 slot_bytes, struct tcm_area *area) sita_reserve_2d() argument
|
H A D | tcm.h | 68 s16 offset, u16 slot_bytes, 122 * @param slot_bytes Width of slot in bytes 132 u16 align, s16 offset, u16 slot_bytes, in tcm_reserve_2d() 145 slot_bytes, area); in tcm_reserve_2d() 131 tcm_reserve_2d(struct tcm *tcm, u16 width, u16 height, u16 align, s16 offset, u16 slot_bytes, struct tcm_area *area) tcm_reserve_2d() argument
|
H A D | omap_dmm_tiler.c | 542 u32 slot_bytes; in tiler_reserve_2d() local 555 slot_bytes = geom[fmt].slot_w * geom[fmt].cpp; in tiler_reserve_2d() 556 min_align = max(min_align, slot_bytes); in tiler_reserve_2d() 558 align /= slot_bytes; in tiler_reserve_2d() 562 ret = tcm_reserve_2d(containers[fmt], w, h, align, -1, slot_bytes, in tiler_reserve_2d()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/ |
H A D | tcm-sita.c | 80 unsigned long *pos, unsigned long slot_bytes, in l2r_t2b() 86 unsigned long slots_per_band = PAGE_SIZE / slot_bytes; in l2r_t2b() 87 unsigned long bit_offset = (offset > 0) ? offset / slot_bytes : 0; in l2r_t2b() 174 s16 offset, u16 slot_bytes, in sita_reserve_2d() 181 ret = l2r_t2b(w, h, align, offset, &pos, slot_bytes, tcm->bitmap, in sita_reserve_2d() 79 l2r_t2b(u16 w, u16 h, u16 a, s16 offset, unsigned long *pos, unsigned long slot_bytes, unsigned long *map, size_t num_bits, size_t slot_stride) l2r_t2b() argument 173 sita_reserve_2d(struct tcm *tcm, u16 h, u16 w, u16 align, s16 offset, u16 slot_bytes, struct tcm_area *area) sita_reserve_2d() argument
|
H A D | tcm.h | 68 s16 offset, u16 slot_bytes, 122 * @param slot_bytes Width of slot in bytes 132 u16 align, s16 offset, u16 slot_bytes, in tcm_reserve_2d() 145 slot_bytes, area); in tcm_reserve_2d() 131 tcm_reserve_2d(struct tcm *tcm, u16 width, u16 height, u16 align, s16 offset, u16 slot_bytes, struct tcm_area *area) tcm_reserve_2d() argument
|
H A D | omap_dmm_tiler.c | 535 u32 slot_bytes; in tiler_reserve_2d() local 548 slot_bytes = geom[fmt].slot_w * geom[fmt].cpp; in tiler_reserve_2d() 549 min_align = max(min_align, slot_bytes); in tiler_reserve_2d() 551 align /= slot_bytes; in tiler_reserve_2d() 555 ret = tcm_reserve_2d(containers[fmt], w, h, align, -1, slot_bytes, in tiler_reserve_2d()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs4state.c | 1643 static inline u32 slot_bytes(struct nfsd4_channel_attrs *ca) in slot_bytes() function 1661 u32 slotsize = slot_bytes(ca); in nfsd4_get_drc_mem() 1700 int slotsize = slot_bytes(ca); in nfsd4_put_drc_mem() 1711 int slotsize = slot_bytes(fattrs); in alloc_session()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfs4state.c | 1762 static inline u32 slot_bytes(struct nfsd4_channel_attrs *ca) in slot_bytes() function 1780 u32 slotsize = slot_bytes(ca); in nfsd4_get_drc_mem() 1819 int slotsize = slot_bytes(ca); in nfsd4_put_drc_mem() 1830 int slotsize = slot_bytes(fattrs); in alloc_session()
|