Home
last modified time | relevance | path

Searched refs:intel_vgpu_port (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/gvt/
Ddisplay.h41 #define intel_vgpu_port(vgpu, port) \ macro
45 (intel_vgpu_port(vgpu, port)->edid && \
46 intel_vgpu_port(vgpu, port)->edid->data_valid)
49 ((intel_vgpu_port(vgpu, port)->type == GVT_DP_A) || \
50 (intel_vgpu_port(vgpu, port)->type == GVT_DP_B) || \
51 (intel_vgpu_port(vgpu, port)->type == GVT_DP_C) || \
52 (intel_vgpu_port(vgpu, port)->type == GVT_DP_D))
149 struct intel_vgpu_port { struct
Ddisplay.c308 struct intel_vgpu_port *port = intel_vgpu_port(vgpu, port_num); in clean_virtual_dp_monitor()
320 struct intel_vgpu_port *port = intel_vgpu_port(vgpu, port_num); in setup_virtual_dp_monitor()
Dedid.c70 intel_vgpu_port(vgpu, edid->port)->edid; in edid_get_byte()
Dgvt.h136 struct intel_vgpu_port ports[I915_MAX_PORTS];
Dhandlers.c880 struct intel_vgpu_port *port = NULL; in dp_aux_ch_ctl_mmio_write()