/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_lspcon.c | 39 /* LSPCON OUI Vendor ID(signatures) */ 55 static struct intel_dp *lspcon_to_intel_dp(struct intel_lspcon *lspcon) 58 container_of(lspcon, struct intel_digital_port, lspcon); 78 static bool lspcon_detect_vendor(struct intel_lspcon *lspcon) 80 struct intel_dp *dp = lspcon_to_intel_dp(lspcon); 95 lspcon->vendor = LSPCON_VENDOR_MCA; 100 lspcon->vendor = LSPCON_VENDOR_PARADE; 112 static enum drm_lspcon_mode lspcon_get_current_mode(struct intel_lspcon *lspcon) 115 struct i2c_adapter *adapter = &lspcon_to_intel_dp(lspcon)->aux.ddc 443 struct intel_lspcon *lspcon = enc_to_intel_lspcon(encoder); local in function:lspcon_write_infoframe 481 struct intel_lspcon *lspcon = &dig_port->lspcon; local in function:lspcon_set_infoframes 561 struct intel_lspcon *lspcon = &intel_dig_port->lspcon; local in function:lspcon_init [all...] |
intel_lspcon.c | 39 /* LSPCON OUI Vendor ID(signatures) */ 55 static struct intel_dp *lspcon_to_intel_dp(struct intel_lspcon *lspcon) 58 container_of(lspcon, struct intel_digital_port, lspcon); 78 static bool lspcon_detect_vendor(struct intel_lspcon *lspcon) 80 struct intel_dp *dp = lspcon_to_intel_dp(lspcon); 95 lspcon->vendor = LSPCON_VENDOR_MCA; 100 lspcon->vendor = LSPCON_VENDOR_PARADE; 112 static enum drm_lspcon_mode lspcon_get_current_mode(struct intel_lspcon *lspcon) 115 struct i2c_adapter *adapter = &lspcon_to_intel_dp(lspcon)->aux.ddc 443 struct intel_lspcon *lspcon = enc_to_intel_lspcon(encoder); local in function:lspcon_write_infoframe 481 struct intel_lspcon *lspcon = &dig_port->lspcon; local in function:lspcon_set_infoframes 561 struct intel_lspcon *lspcon = &intel_dig_port->lspcon; local in function:lspcon_init [all...] |
intel_ddi.c | 3691 struct intel_lspcon *lspcon = local in function:intel_ddi_pre_enable 3695 if (lspcon->active) { 4759 * Lspcon device needs to be driven with DP connector 4761 * is initialized before lspcon. 4766 DRM_DEBUG_KMS("VBT says port %c has lspcon\n", port_name(port)); 4846 DRM_DEBUG_KMS("LSPCON init success on port %c\n", 4850 * LSPCON init faied, but DP init was success, so 4853 DRM_ERROR("LSPCON init failed on port %c\n",
|
intel_ddi.c | 3691 struct intel_lspcon *lspcon = local in function:intel_ddi_pre_enable 3695 if (lspcon->active) { 4759 * Lspcon device needs to be driven with DP connector 4761 * is initialized before lspcon. 4766 DRM_DEBUG_KMS("VBT says port %c has lspcon\n", port_name(port)); 4846 DRM_DEBUG_KMS("LSPCON init success on port %c\n", 4850 * LSPCON init faied, but DP init was success, so 4853 DRM_ERROR("LSPCON init failed on port %c\n",
|
intel_display_types.h | 1034 /* Output down scaling is done in LSPCON device */ 1346 struct intel_lspcon lspcon; member in struct:intel_digital_port 1509 return &enc_to_dig_port(encoder)->lspcon; 1521 return &dp_to_dig_port(intel_dp)->lspcon;
|
intel_dp.c | 2397 struct intel_lspcon *lspcon = enc_to_intel_lspcon(encoder); local in function:intel_dp_compute_config 2412 if (lspcon->active) 3215 struct intel_lspcon *lspcon = dp_to_lspcon(intel_dp); local in function:intel_dp_sink_dpms 3229 if (ret == 1 && lspcon->active) 3230 lspcon_wait_pcon_mode(lspcon); 5323 struct intel_lspcon *lspcon = dp_to_lspcon(intel_dp); local in function:intel_dp_detect_dpcd 5330 if (lspcon->active) 5331 lspcon_resume(lspcon); 6554 struct intel_lspcon *lspcon = dp_to_lspcon(intel_dp); local in function:intel_dp_encoder_reset 6560 if (lspcon->active [all...] |
intel_vbt_defs.h | 402 u8 lspcon:1; /* 192 */ member in struct:child_device_config::__anonab1969c8030a::__anonab1969c80508
|
intel_display_types.h | 1034 /* Output down scaling is done in LSPCON device */ 1346 struct intel_lspcon lspcon; member in struct:intel_digital_port 1509 return &enc_to_dig_port(encoder)->lspcon; 1521 return &dp_to_dig_port(intel_dp)->lspcon;
|
intel_dp.c | 2397 struct intel_lspcon *lspcon = enc_to_intel_lspcon(encoder); local in function:intel_dp_compute_config 2412 if (lspcon->active) 3215 struct intel_lspcon *lspcon = dp_to_lspcon(intel_dp); local in function:intel_dp_sink_dpms 3229 if (ret == 1 && lspcon->active) 3230 lspcon_wait_pcon_mode(lspcon); 5323 struct intel_lspcon *lspcon = dp_to_lspcon(intel_dp); local in function:intel_dp_detect_dpcd 5330 if (lspcon->active) 5331 lspcon_resume(lspcon); 6554 struct intel_lspcon *lspcon = dp_to_lspcon(intel_dp); local in function:intel_dp_encoder_reset 6560 if (lspcon->active [all...] |
intel_vbt_defs.h | 402 u8 lspcon:1; /* 192 */ member in struct:child_device_config::__anonab1969c8030a::__anonab1969c80508
|