cregit-Linux how code gets into the kernel

Release 4.18 drivers/gpu/drm/etnaviv/etnaviv_iommu.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (C) 2014-2018 Etnaviv Project
 */

#ifndef __ETNAVIV_IOMMU_H__

#define __ETNAVIV_IOMMU_H__

struct etnaviv_gpu;
struct etnaviv_iommu_domain;

struct etnaviv_iommu_domain *
etnaviv_iommuv1_domain_alloc(struct etnaviv_gpu *gpu);
void etnaviv_iommuv1_restore(struct etnaviv_gpu *gpu);

struct etnaviv_iommu_domain *
etnaviv_iommuv2_domain_alloc(struct etnaviv_gpu *gpu);
void etnaviv_iommuv2_restore(struct etnaviv_gpu *gpu);

#endif /* __ETNAVIV_IOMMU_H__ */

Overall Contributors

PersonTokensPropCommitsCommitProp
The etnaviv authors3866.67%116.67%
Lucas Stach1933.33%583.33%
Total57100.00%6100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.