/* * Copyright(c) 2011-2016 Intel Corporation. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or sell copies of the Software, and to permit persons to whom the * Software is furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice (including the next * paragraph) shall be included in all copies or substantial portions of the * Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. * * Authors: * Kevin Tian <kevin.tian@intel.com> * Zhi Wang <zhi.a.wang@intel.com> * * Contributors: * Min he <min.he@intel.com> *
*/
/* the list of physical interrupt control register groups */ enum intel_gvt_irq_type {
INTEL_GVT_IRQ_INFO_GT,
INTEL_GVT_IRQ_INFO_DPY,
INTEL_GVT_IRQ_INFO_PCH,
INTEL_GVT_IRQ_INFO_PM,
/* per-event information */ struct intel_gvt_event_info { int bit; /* map to register bit */ struct intel_gvt_irq_info *info; /* register info */
gvt_event_virt_handler_t v_handler; /* for v_event */
};
int intel_vgpu_reg_iir_handler(struct intel_vgpu *vgpu, unsignedint reg, void *p_data, unsignedint bytes); int intel_vgpu_reg_ier_handler(struct intel_vgpu *vgpu, unsignedint reg, void *p_data, unsignedint bytes); int intel_vgpu_reg_master_irq_handler(struct intel_vgpu *vgpu, unsignedint reg, void *p_data, unsignedint bytes); int intel_vgpu_reg_imr_handler(struct intel_vgpu *vgpu, unsignedint reg, void *p_data, unsignedint bytes);
int gvt_ring_id_to_pipe_control_notify_event(int ring_id); int gvt_ring_id_to_mi_flush_dw_event(int ring_id); int gvt_ring_id_to_mi_user_interrupt_event(int ring_id);
#endif/* _GVT_INTERRUPT_H_ */
Messung V0.5
¤ Dauer der Verarbeitung: 0.10 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.