scheduler.h (21527a8dafc40fc499ae57492c1c5d0098cbcf08) scheduler.h (6d76303553bab75ffc53993c56aad06251d8de60)
1/*
2 * Copyright(c) 2011-2016 Intel Corporation. All rights reserved.
3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"),
6 * to deal in the Software without restriction, including without limitation
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 * and/or sell copies of the Software, and to permit persons to whom the

--- 128 unchanged lines hidden (view full) ---

137
138void intel_gvt_wait_vgpu_idle(struct intel_vgpu *vgpu);
139
140int intel_vgpu_setup_submission(struct intel_vgpu *vgpu);
141
142void intel_vgpu_clean_submission(struct intel_vgpu *vgpu);
143
144struct intel_vgpu_workload *
1/*
2 * Copyright(c) 2011-2016 Intel Corporation. All rights reserved.
3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"),
6 * to deal in the Software without restriction, including without limitation
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 * and/or sell copies of the Software, and to permit persons to whom the

--- 128 unchanged lines hidden (view full) ---

137
138void intel_gvt_wait_vgpu_idle(struct intel_vgpu *vgpu);
139
140int intel_vgpu_setup_submission(struct intel_vgpu *vgpu);
141
142void intel_vgpu_clean_submission(struct intel_vgpu *vgpu);
143
144struct intel_vgpu_workload *
145intel_vgpu_create_workload(struct intel_vgpu *vgpu);
145intel_vgpu_create_workload(struct intel_vgpu *vgpu, int ring_id,
146 struct execlist_ctx_descriptor_format *desc);
146
147void intel_vgpu_destroy_workload(struct intel_vgpu_workload *workload);
148
149void release_shadow_wa_ctx(struct intel_shadow_wa_ctx *wa_ctx);
150#endif
147
148void intel_vgpu_destroy_workload(struct intel_vgpu_workload *workload);
149
150void release_shadow_wa_ctx(struct intel_shadow_wa_ctx *wa_ctx);
151#endif