Home
last modified time | relevance | path

Searched refs:dvo (Results 1 – 18 of 18) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/sti/
Dsti_dvo.c105 struct sti_dvo *dvo; member
112 static int dvo_awg_generate_code(struct sti_dvo *dvo, u8 *ram_size, u32 *ram_code) in dvo_awg_generate_code() argument
114 struct drm_display_mode *mode = &dvo->mode; in dvo_awg_generate_code()
115 struct dvo_config *config = dvo->config; in dvo_awg_generate_code()
148 static void dvo_awg_configure(struct sti_dvo *dvo, u32 *awg_ram_code, int nb) in dvo_awg_configure() argument
156 dvo->regs + DVO_DIGSYNC_INSTR_I + i * 4); in dvo_awg_configure()
158 writel(0, dvo->regs + DVO_DIGSYNC_INSTR_I + i * 4); in dvo_awg_configure()
160 writel(DVO_AWG_CTRL_EN, dvo->regs + DVO_AWG_DIGSYNC_CTRL); in dvo_awg_configure()
164 readl(dvo->regs + reg))
182 struct sti_dvo *dvo = (struct sti_dvo *)node->info_ent->data; in dvo_dbg_show() local
[all …]
Dsti_tvout.c119 struct drm_encoder *dvo; member
518 crtc = tvout->dvo->crtc; in tvout_dbg_show()
786 tvout->dvo = sti_tvout_create_dvo_encoder(dev, tvout); in sti_tvout_create_encoders()
789 drm_encoder_mask(tvout->hda) | drm_encoder_mask(tvout->dvo); in sti_tvout_create_encoders()
791 drm_encoder_mask(tvout->hda) | drm_encoder_mask(tvout->dvo); in sti_tvout_create_encoders()
792 tvout->dvo->possible_clones = drm_encoder_mask(tvout->hdmi) | in sti_tvout_create_encoders()
793 drm_encoder_mask(tvout->hda) | drm_encoder_mask(tvout->dvo); in sti_tvout_create_encoders()
806 if (tvout->dvo) in sti_tvout_destroy_encoders()
807 drm_encoder_cleanup(tvout->dvo); in sti_tvout_destroy_encoders()
808 tvout->dvo = NULL; in sti_tvout_destroy_encoders()
/linux-5.19.10/drivers/gpu/drm/i915/display/
Ddvo_ivch.c186 static void ivch_dump_regs(struct intel_dvo_device *dvo);
192 static bool ivch_read(struct intel_dvo_device *dvo, int addr, u16 *data) in ivch_read() argument
194 struct ivch_priv *priv = dvo->dev_priv; in ivch_read()
195 struct i2c_adapter *adapter = dvo->i2c_bus; in ivch_read()
201 .addr = dvo->slave_addr, in ivch_read()
212 .addr = dvo->slave_addr, in ivch_read()
229 addr, adapter->name, dvo->slave_addr); in ivch_read()
235 static bool ivch_write(struct intel_dvo_device *dvo, int addr, u16 data) in ivch_write() argument
237 struct ivch_priv *priv = dvo->dev_priv; in ivch_write()
238 struct i2c_adapter *adapter = dvo->i2c_bus; in ivch_write()
[all …]
Ddvo_tfp410.c94 static bool tfp410_readb(struct intel_dvo_device *dvo, int addr, u8 *ch) in tfp410_readb() argument
96 struct tfp410_priv *tfp = dvo->dev_priv; in tfp410_readb()
97 struct i2c_adapter *adapter = dvo->i2c_bus; in tfp410_readb()
103 .addr = dvo->slave_addr, in tfp410_readb()
109 .addr = dvo->slave_addr, in tfp410_readb()
126 addr, adapter->name, dvo->slave_addr); in tfp410_readb()
131 static bool tfp410_writeb(struct intel_dvo_device *dvo, int addr, u8 ch) in tfp410_writeb() argument
133 struct tfp410_priv *tfp = dvo->dev_priv; in tfp410_writeb()
134 struct i2c_adapter *adapter = dvo->i2c_bus; in tfp410_writeb()
137 .addr = dvo->slave_addr, in tfp410_writeb()
[all …]
Ddvo_sil164.c69 static bool sil164_readb(struct intel_dvo_device *dvo, int addr, u8 *ch) in sil164_readb() argument
71 struct sil164_priv *sil = dvo->dev_priv; in sil164_readb()
72 struct i2c_adapter *adapter = dvo->i2c_bus; in sil164_readb()
78 .addr = dvo->slave_addr, in sil164_readb()
84 .addr = dvo->slave_addr, in sil164_readb()
101 addr, adapter->name, dvo->slave_addr); in sil164_readb()
106 static bool sil164_writeb(struct intel_dvo_device *dvo, int addr, u8 ch) in sil164_writeb() argument
108 struct sil164_priv *sil = dvo->dev_priv; in sil164_writeb()
109 struct i2c_adapter *adapter = dvo->i2c_bus; in sil164_writeb()
112 .addr = dvo->slave_addr, in sil164_writeb()
[all …]
Ddvo_ch7xxx.c136 static bool ch7xxx_readb(struct intel_dvo_device *dvo, int addr, u8 *ch) in ch7xxx_readb() argument
138 struct ch7xxx_priv *ch7xxx = dvo->dev_priv; in ch7xxx_readb()
139 struct i2c_adapter *adapter = dvo->i2c_bus; in ch7xxx_readb()
145 .addr = dvo->slave_addr, in ch7xxx_readb()
151 .addr = dvo->slave_addr, in ch7xxx_readb()
168 addr, adapter->name, dvo->slave_addr); in ch7xxx_readb()
174 static bool ch7xxx_writeb(struct intel_dvo_device *dvo, int addr, u8 ch) in ch7xxx_writeb() argument
176 struct ch7xxx_priv *ch7xxx = dvo->dev_priv; in ch7xxx_writeb()
177 struct i2c_adapter *adapter = dvo->i2c_bus; in ch7xxx_writeb()
180 .addr = dvo->slave_addr, in ch7xxx_writeb()
[all …]
Ddvo_ns2501.c393 static bool ns2501_readb(struct intel_dvo_device *dvo, int addr, u8 *ch) in ns2501_readb() argument
395 struct ns2501_priv *ns = dvo->dev_priv; in ns2501_readb()
396 struct i2c_adapter *adapter = dvo->i2c_bus; in ns2501_readb()
402 .addr = dvo->slave_addr, in ns2501_readb()
408 .addr = dvo->slave_addr, in ns2501_readb()
426 adapter->name, dvo->slave_addr); in ns2501_readb()
438 static bool ns2501_writeb(struct intel_dvo_device *dvo, int addr, u8 ch) in ns2501_writeb() argument
440 struct ns2501_priv *ns = dvo->dev_priv; in ns2501_writeb()
441 struct i2c_adapter *adapter = dvo->i2c_bus; in ns2501_writeb()
445 .addr = dvo->slave_addr, in ns2501_writeb()
[all …]
Ddvo_ch7017.c166 static void ch7017_dump_regs(struct intel_dvo_device *dvo);
167 static void ch7017_dpms(struct intel_dvo_device *dvo, bool enable);
169 static bool ch7017_read(struct intel_dvo_device *dvo, u8 addr, u8 *val) in ch7017_read() argument
173 .addr = dvo->slave_addr, in ch7017_read()
179 .addr = dvo->slave_addr, in ch7017_read()
185 return i2c_transfer(dvo->i2c_bus, msgs, 2) == 2; in ch7017_read()
188 static bool ch7017_write(struct intel_dvo_device *dvo, u8 addr, u8 val) in ch7017_write() argument
192 .addr = dvo->slave_addr, in ch7017_write()
197 return i2c_transfer(dvo->i2c_bus, &msg, 1) == 1; in ch7017_write()
201 static bool ch7017_init(struct intel_dvo_device *dvo, in ch7017_init() argument
[all …]
Dintel_dvo_dev.h52 bool (*init)(struct intel_dvo_device *dvo,
59 void (*create_resources)(struct intel_dvo_device *dvo);
67 void (*dpms)(struct intel_dvo_device *dvo, bool enable);
78 int (*mode_valid)(struct intel_dvo_device *dvo,
84 void (*prepare)(struct intel_dvo_device *dvo);
89 void (*commit)(struct intel_dvo_device *dvo);
98 void (*mode_set)(struct intel_dvo_device *dvo,
105 enum drm_connector_status (*detect)(struct intel_dvo_device *dvo);
120 struct drm_display_mode *(*get_modes)(struct intel_dvo_device *dvo);
125 void (*destroy) (struct intel_dvo_device *dvo);
[all …]
Dintel_dvo.c424 const struct intel_dvo_device *dvo = &intel_dvo_devices[i]; in intel_dvo_init() local
437 if (intel_gmbus_is_valid_pin(dev_priv, dvo->gpio)) in intel_dvo_init()
438 gpio = dvo->gpio; in intel_dvo_init()
439 else if (dvo->type == INTEL_DVO_CHIP_LVDS) in intel_dvo_init()
451 intel_dvo->dev = *dvo; in intel_dvo_init()
471 dvoinit = dvo->dev_ops->init(&intel_dvo->dev, i2c); in intel_dvo_init()
483 port = intel_dvo_port(dvo->dvo_reg); in intel_dvo_init()
493 if (dvo->type != INTEL_DVO_CHIP_LVDS) in intel_dvo_init()
497 switch (dvo->type) { in intel_dvo_init()
522 if (dvo->type == INTEL_DVO_CHIP_LVDS) { in intel_dvo_init()
/linux-5.19.10/Documentation/devicetree/bindings/display/
Dst,stih4xx.txt85 sti-dvo:
88 - compatible: "st,stih<chip>-dvo"
217 sti-dvo@8d00400 {
218 compatible = "st,stih407-dvo";
220 reg-names = "dvo-reg";
221 clock-names = "dvo_pix", "dvo",
/linux-5.19.10/drivers/video/fbdev/intelfb/
Dintelfbhw.c282 int dvo = 0; in intelfbhw_check_non_crt() local
285 dvo |= LVDS_PORT; in intelfbhw_check_non_crt()
287 dvo |= DVOA_PORT; in intelfbhw_check_non_crt()
289 dvo |= DVOB_PORT; in intelfbhw_check_non_crt()
291 dvo |= DVOC_PORT; in intelfbhw_check_non_crt()
293 return dvo; in intelfbhw_check_non_crt()
296 const char * intelfbhw_dvo_to_string(int dvo) in intelfbhw_dvo_to_string() argument
298 if (dvo & DVOA_PORT) in intelfbhw_dvo_to_string()
300 else if (dvo & DVOB_PORT) in intelfbhw_dvo_to_string()
302 else if (dvo & DVOC_PORT) in intelfbhw_dvo_to_string()
[all …]
Dintelfbdrv.c474 int i, err, dvo; in intelfb_pci_register() local
771 dvo = intelfbhw_check_non_crt(dinfo); in intelfb_pci_register()
772 if (dvo) { in intelfb_pci_register()
776 while (dvo) { in intelfb_pci_register()
777 if (dvo & 1) { in intelfb_pci_register()
782 dvo >>= 1; in intelfb_pci_register()
Dintelfbhw.h565 extern const char *intelfbhw_dvo_to_string(int dvo);
/linux-5.19.10/arch/arm/boot/dts/
Dnuvoton-wpcm450.dtsi245 groups = "dvo";
250 groups = "dvo";
/linux-5.19.10/Documentation/devicetree/bindings/pinctrl/
Dnuvoton,wpcm450-pinctrl.yaml72 hsp1, hsp2, r1err, r1md, rmii2, r2err, r2md, kbcc, dvo,
/linux-5.19.10/drivers/gpu/drm/amd/amdgpu/
Datombios_encoders.c373 DVO_ENCODER_CONTROL_PS_ALLOCATION dvo; member
407 args.dvo.sDVOEncoder.ucAction = action; in amdgpu_atombios_encoder_setup_dvo()
408 args.dvo.sDVOEncoder.usPixelClock = cpu_to_le16(amdgpu_encoder->pixel_clock / 10); in amdgpu_atombios_encoder_setup_dvo()
410 args.dvo.sDVOEncoder.ucDeviceType = ATOM_DEVICE_DFP1_INDEX; in amdgpu_atombios_encoder_setup_dvo()
413 args.dvo.sDVOEncoder.usDevAttr.sDigAttrib.ucAttribute |= PANEL_ENCODER_MISC_DUAL; in amdgpu_atombios_encoder_setup_dvo()
/linux-5.19.10/drivers/gpu/drm/radeon/
Datombios_encoders.c485 DVO_ENCODER_CONTROL_PS_ALLOCATION dvo; member
523 args.dvo.sDVOEncoder.ucAction = action; in atombios_dvo_setup()
524 args.dvo.sDVOEncoder.usPixelClock = cpu_to_le16(radeon_encoder->pixel_clock / 10); in atombios_dvo_setup()
526 args.dvo.sDVOEncoder.ucDeviceType = ATOM_DEVICE_DFP1_INDEX; in atombios_dvo_setup()
529 args.dvo.sDVOEncoder.usDevAttr.sDigAttrib.ucAttribute |= PANEL_ENCODER_MISC_DUAL; in atombios_dvo_setup()