Home
last modified time | relevance | path

Searched refs:intel_vgpu_has_monitor_on_port (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/i915/gvt/
Ddisplay.c271 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_A)) { in emulate_monitor_status_change()
300 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_B)) { in emulate_monitor_status_change()
331 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_C)) { in emulate_monitor_status_change()
408 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_B)) { in emulate_monitor_status_change()
434 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_C)) { in emulate_monitor_status_change()
460 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_D)) { in emulate_monitor_status_change()
490 intel_vgpu_has_monitor_on_port(vgpu, PORT_E)) { in emulate_monitor_status_change()
494 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_A)) { in emulate_monitor_status_change()
699 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_A)) { in intel_vgpu_emulate_hotplug()
715 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_B)) { in intel_vgpu_emulate_hotplug()
[all …]
Dedid.c71 if (intel_vgpu_has_monitor_on_port(vgpu, edid->port)) { in edid_get_byte()
168 if (intel_vgpu_has_monitor_on_port(vgpu, port) && in gmbus0_mmio_write()
527 if (intel_vgpu_has_monitor_on_port(vgpu, in intel_gvt_i2c_handle_aux_ch_write()
Ddisplay.h50 #define intel_vgpu_has_monitor_on_port(vgpu, port) \ macro