Searched refs:intel_vgpu_has_monitor_on_port (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/i915/gvt/ |
D | display.c | 264 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_A)) { in emulate_monitor_status_change() 292 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_B)) { in emulate_monitor_status_change() 322 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_C)) { in emulate_monitor_status_change() 398 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_B)) { in emulate_monitor_status_change() 424 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_C)) { in emulate_monitor_status_change() 450 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_D)) { in emulate_monitor_status_change() 480 intel_vgpu_has_monitor_on_port(vgpu, PORT_E)) { in emulate_monitor_status_change() 484 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_A)) { in emulate_monitor_status_change() 689 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_A)) { in intel_vgpu_emulate_hotplug() 705 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_B)) { in intel_vgpu_emulate_hotplug() [all …]
|
D | edid.c | 69 if (intel_vgpu_has_monitor_on_port(vgpu, edid->port)) { in edid_get_byte() 166 if (intel_vgpu_has_monitor_on_port(vgpu, port) && in gmbus0_mmio_write() 529 if (intel_vgpu_has_monitor_on_port(vgpu, in intel_gvt_i2c_handle_aux_ch_write()
|
D | display.h | 50 #define intel_vgpu_has_monitor_on_port(vgpu, port) \ macro
|