/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NOUVEAU_TTM_H__ #define __NOUVEAU_TTM_H__
static inline struct nouveau_drm * nouveau_bdev(struct ttm_bo_device *bd) { return container_of(bd, struct nouveau_drm, ttm.bdev); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Ben Skeggs | 27 | 100.00% | 1 | 100.00% |
Total | 27 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Ben Skeggs | 111 | 97.37% | 2 | 50.00% |
Christian König | 2 | 1.75% | 1 | 25.00% |
Greg Kroah-Hartman | 1 | 0.88% | 1 | 25.00% |
Total | 114 | 100.00% | 4 | 100.00% |