]> Git Repo - J-linux.git/blob - drivers/gpu/drm/i915/gt/intel_context_param.h
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[J-linux.git] / drivers / gpu / drm / i915 / gt / intel_context_param.h
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2019 Intel Corporation
4  */
5
6 #ifndef INTEL_CONTEXT_PARAM_H
7 #define INTEL_CONTEXT_PARAM_H
8
9 struct intel_context;
10
11 int intel_context_set_ring_size(struct intel_context *ce, long sz);
12 long intel_context_get_ring_size(struct intel_context *ce);
13
14 #endif /* INTEL_CONTEXT_PARAM_H */
This page took 0.028778 seconds and 4 git commands to generate.