Lines Matching defs:vgpu
47 #define intel_vgpu_port(vgpu, port) \
48 (&(vgpu->display.ports[port]))
50 #define intel_vgpu_has_monitor_on_port(vgpu, port) \
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) \
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))
160 void intel_vgpu_emulate_vblank(struct intel_vgpu *vgpu);
161 void vgpu_update_vblank_emulation(struct intel_vgpu *vgpu, bool turnon);
163 int intel_vgpu_init_display(struct intel_vgpu *vgpu, u64 resolution);
164 void intel_vgpu_reset_display(struct intel_vgpu *vgpu);
165 void intel_vgpu_clean_display(struct intel_vgpu *vgpu);
167 int pipe_is_enabled(struct intel_vgpu *vgpu, int pipe);