Lines Matching full:vgpu
47 #define intel_vgpu_port(vgpu, port) \ argument
48 (&(vgpu->display.ports[port]))
50 #define intel_vgpu_has_monitor_on_port(vgpu, port) \ argument
51 (intel_vgpu_port(vgpu, port)->edid && \
52 intel_vgpu_port(vgpu, port)->edid->data_valid)
54 #define intel_vgpu_port_is_dp(vgpu, port) \ argument
55 ((intel_vgpu_port(vgpu, port)->type == GVT_DP_A) || \
56 (intel_vgpu_port(vgpu, port)->type == GVT_DP_B) || \
57 (intel_vgpu_port(vgpu, port)->type == GVT_DP_C) || \
58 (intel_vgpu_port(vgpu, port)->type == GVT_DP_D))
215 void intel_vgpu_emulate_vblank(struct intel_vgpu *vgpu);
216 void vgpu_update_vblank_emulation(struct intel_vgpu *vgpu, bool turnon);
218 int intel_vgpu_init_display(struct intel_vgpu *vgpu, u64 resolution);
219 void intel_vgpu_reset_display(struct intel_vgpu *vgpu);
220 void intel_vgpu_clean_display(struct intel_vgpu *vgpu);
222 int pipe_is_enabled(struct intel_vgpu *vgpu, int pipe);