cregit-Linux how code gets into the kernel

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

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

#ifndef __ETNAVIV_SCHED_H__

#define __ETNAVIV_SCHED_H__

#include <drm/gpu_scheduler.h>

struct etnaviv_gpu;


static inline struct etnaviv_gem_submit *to_etnaviv_submit(struct drm_sched_job *sched_job) { return container_of(sched_job, struct etnaviv_gem_submit, sched_job); }

Contributors

PersonTokensPropCommitsCommitProp
Lucas Stach25100.00%1100.00%
Total25100.00%1100.00%

int etnaviv_sched_init(struct etnaviv_gpu *gpu); void etnaviv_sched_fini(struct etnaviv_gpu *gpu); int etnaviv_sched_push_job(struct drm_sched_entity *sched_entity, struct etnaviv_gem_submit *submit); #endif /* __ETNAVIV_SCHED_H__ */

Overall Contributors

PersonTokensPropCommitsCommitProp
Lucas Stach74100.00%2100.00%
Total74100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.