Searched refs:intel_vgpu_has_monitor_on_port (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/i915/gvt/ |
| D | display.c | 179 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_A)) { in emulate_monitor_status_change() 184 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_B)) { in emulate_monitor_status_change() 189 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_C)) { in emulate_monitor_status_change() 217 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_B)) { in emulate_monitor_status_change() 237 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_C)) { in emulate_monitor_status_change() 257 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_D)) { in emulate_monitor_status_change() 279 intel_vgpu_has_monitor_on_port(vgpu, PORT_E)) { in emulate_monitor_status_change() 283 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_A)) { in emulate_monitor_status_change()
|
| D | edid.c | 68 if (intel_vgpu_has_monitor_on_port(vgpu, edid->port)) { in edid_get_byte() 165 if (intel_vgpu_has_monitor_on_port(vgpu, port) && in gmbus0_mmio_write() 521 if (intel_vgpu_has_monitor_on_port(vgpu, in intel_gvt_i2c_handle_aux_ch_write()
|
| D | display.h | 44 #define intel_vgpu_has_monitor_on_port(vgpu, port) \ macro
|