cregit-Linux how code gets into the kernel

Release 4.18 drivers/gpu/drm/i915/intel_workarounds.h

/*
 * SPDX-License-Identifier: MIT
 *
 * Copyright © 2014-2018 Intel Corporation
 */

#ifndef _I915_WORKAROUNDS_H_

#define _I915_WORKAROUNDS_H_

int intel_ctx_workarounds_init(struct drm_i915_private *dev_priv);
int intel_ctx_workarounds_emit(struct i915_request *rq);

void intel_gt_workarounds_apply(struct drm_i915_private *dev_priv);

void intel_whitelist_workarounds_apply(struct intel_engine_cs *engine);

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Oscar Mateo4497.78%266.67%
Chris Wilson12.22%133.33%
Total45100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.