display.h (858a0d7eb5300b5f620d98ab3c4b96c9d5f19131) display.h (6294b61ba769ba2cc4a182c32410aa4a75808fea)
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

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

153 struct intel_vgpu_dpcd_data *dpcd;
154 int type;
155};
156
157void intel_gvt_emulate_vblank(struct intel_gvt *gvt);
158void intel_gvt_check_vblank_emulation(struct intel_gvt *gvt);
159
160int intel_vgpu_init_display(struct intel_vgpu *vgpu);
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

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

153 struct intel_vgpu_dpcd_data *dpcd;
154 int type;
155};
156
157void intel_gvt_emulate_vblank(struct intel_gvt *gvt);
158void intel_gvt_check_vblank_emulation(struct intel_gvt *gvt);
159
160int intel_vgpu_init_display(struct intel_vgpu *vgpu);
161void intel_vgpu_reset_display(struct intel_vgpu *vgpu);
161void intel_vgpu_clean_display(struct intel_vgpu *vgpu);
162
163#endif
162void intel_vgpu_clean_display(struct intel_vgpu *vgpu);
163
164#endif