/openbmc/linux/drivers/gpu/drm/sti/ |
H A D | sti_dvo.c | 25 /* DVO registers */ 75 * @regs: dvo registers 76 * @clk_pix: pixel clock for dvo 77 * @clk: clock for dvo 78 * @clk_main_parent: dvo parent clock if main path used 79 * @clk_aux_parent: dvo parent clock if aux path used 81 * @panel: reference to the panel connected to the dvo 82 * @enabled: true if dvo is enabled else false 105 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 [all …]
|
H A D | sti_tvout.c | 119 struct drm_encoder *dvo; member 292 * tvout_dvo_start - Start VIP block for DVO output 306 DRM_DEBUG_DRIVER("main vip for DVO\n"); in tvout_dvo_start() 307 /* Select the input sync for dvo */ in tvout_dvo_start() 315 DRM_DEBUG_DRIVER("aux vip for DVO\n"); in tvout_dvo_start() 316 /* Select the input sync for dvo */ in tvout_dvo_start() 517 seq_puts(s, "\n\n DVO encoder: "); in tvout_dbg_show() 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() [all …]
|
H A D | NOTES | 14 - The HDMI / DVO / HD Analog / SD analog IP builds the video signals 15 - DVO (Digital Video Output) handles a 24bits parallel signal 25 GPU >-------------+Cursor | | +---+ DVO +--> 24b// 45 - The Bridges/Connectors are mapped to the HDMI / DVO / HD Analog / SD analog 53 | |Cursor | | | +-> | | DVO | <-+
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | dvo_tfp410.c | 94 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 …]
|
H A D | dvo_ivch.c | 63 /* Enables the DVO repeater. */ 65 /* Enables the DVO clock */ 160 /* Some Bios implementations do not restore the DVO state upon 186 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() [all …]
|
H A D | dvo_ch7xxx.c | 96 * driver for the Chrontel 7xxx DVI chip over DVO. 147 static bool ch7xxx_readb(struct intel_dvo_device *dvo, int addr, u8 *ch) in ch7xxx_readb() argument 149 struct ch7xxx_priv *ch7xxx = dvo->dev_priv; in ch7xxx_readb() 150 struct i2c_adapter *adapter = dvo->i2c_bus; in ch7xxx_readb() 156 .addr = dvo->slave_addr, in ch7xxx_readb() 162 .addr = dvo->slave_addr, in ch7xxx_readb() 179 addr, adapter->name, dvo->slave_addr); in ch7xxx_readb() 185 static bool ch7xxx_writeb(struct intel_dvo_device *dvo, int addr, u8 ch) in ch7xxx_writeb() argument 187 struct ch7xxx_priv *ch7xxx = dvo->dev_priv; in ch7xxx_writeb() 188 struct i2c_adapter *adapter = dvo->i2c_bus; in ch7xxx_writeb() [all …]
|
H A D | dvo_sil164.c | 73 static bool sil164_readb(struct intel_dvo_device *dvo, int addr, u8 *ch) in sil164_readb() argument 75 struct sil164_priv *sil = dvo->dev_priv; in sil164_readb() 76 struct i2c_adapter *adapter = dvo->i2c_bus; in sil164_readb() 82 .addr = dvo->slave_addr, in sil164_readb() 88 .addr = dvo->slave_addr, in sil164_readb() 105 addr, adapter->name, dvo->slave_addr); in sil164_readb() 110 static bool sil164_writeb(struct intel_dvo_device *dvo, int addr, u8 ch) in sil164_writeb() argument 112 struct sil164_priv *sil = dvo->dev_priv; in sil164_writeb() 113 struct i2c_adapter *adapter = dvo->i2c_bus; in sil164_writeb() 116 .addr = dvo->slave_addr, in sil164_writeb() [all …]
|
H A D | dvo_ch7017.c | 166 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 …]
|
H A D | dvo_ns2501.c | 70 * Register c0 controls how the DVO synchronizes with 74 #define NS2501_C0_ENABLE (1<<0) /* enable the DVO sync in general */ 87 * this register controls the dithering of the DVO 161 * backlight and the DVO output. To enable the corresponding 164 #define NS2501_REG34 0x34 /* DVO enable functions, first register */ 165 #define NS2501_REG35 0x35 /* DVO enable functions, second register */ 166 #define NS2501_34_ENABLE_OUTPUT (1<<0) /* enable DVO output */ 201 * the DVO, given a specific output configuration. 226 * DVO configuration values, partially based on what the BIOS 294 * Fujitsu S6010 in the DVO control registers. Their [all …]
|
H A D | intel_dvo_dev.h | 53 bool (*init)(struct intel_dvo_device *dvo, 60 void (*create_resources)(struct intel_dvo_device *dvo); 65 * Because none of our dvo drivers support an intermediate power levels, 68 void (*dpms)(struct intel_dvo_device *dvo, bool enable); 79 enum drm_mode_status (*mode_valid)(struct intel_dvo_device *dvo, 85 void (*prepare)(struct intel_dvo_device *dvo); 90 void (*commit)(struct intel_dvo_device *dvo); 99 void (*mode_set)(struct intel_dvo_device *dvo, 106 enum drm_connector_status (*detect)(struct intel_dvo_device *dvo); 121 struct drm_display_mode *(*get_modes)(struct intel_dvo_device *dvo); [all …]
|
H A D | intel_dvo.c | 135 tmp = intel_de_read(i915, DVO(port)); in intel_dvo_connector_get_hw_state() 150 tmp = intel_de_read(i915, DVO(port)); in intel_dvo_get_hw_state() 166 tmp = intel_de_read(i915, DVO(port)); in intel_dvo_get_config() 192 intel_de_rmw(i915, DVO(port), DVO_ENABLE, 0); in intel_disable_dvo() 193 intel_de_posting_read(i915, DVO(port)); in intel_disable_dvo() 209 intel_de_rmw(i915, DVO(port), 0, DVO_ENABLE); in intel_enable_dvo() 210 intel_de_posting_read(i915, DVO(port)); in intel_enable_dvo() 299 dvo_val = intel_de_read(i915, DVO(port)) & in intel_dvo_pre_enable() 315 intel_de_write(i915, DVO(port), dvo_val); in intel_dvo_pre_enable() 383 static int intel_dvo_encoder_type(const struct intel_dvo_device *dvo) in intel_dvo_encoder_type() argument [all …]
|
H A D | intel_dvo_regs.h | 14 #define DVO(port) _MMIO_PORT((port), _DVOA, _DVOB) macro
|
/openbmc/linux/drivers/gpu/drm/ast/ |
H A D | ast_dp501.c | 359 /* Init SCU DVO Settings */ in ast_init_dvo() 368 /* multi-pins for DVO single-edge */ in ast_init_dvo() 373 /* multi-pins for DVO single-edge */ in ast_init_dvo() 378 /* multi-pins for DVO single-edge */ in ast_init_dvo() 384 /* multi-pins for DVO single-edge */ in ast_init_dvo() 389 /* multi-pins for DVO single-edge */ in ast_init_dvo() 394 /* multi-pins for DVO single-edge */ in ast_init_dvo() 399 /* multi-pins for DVO single-edge */ in ast_init_dvo() 404 /* multi-pins for DVO single-edge */ in ast_init_dvo() 410 /* Force to DVO */ in ast_init_dvo() [all …]
|
/openbmc/linux/drivers/gpu/drm/loongson/ |
H A D | lsdc_output_7a1000.c | 14 * The display controller in the LS7A1000 exports two DVO interfaces, thus 35 * Currently, we assume the external encoders connected to the DVO are 36 * transparent. Loongson's DVO interface can directly drive RGB888 panels. 126 /* DVO */ in ls7a1000_pipe1_encoder_reset() 165 drm_info(ddev, "display pipe-%u has a DVO\n", index); in ls7a1000_output_init()
|
/openbmc/linux/Documentation/devicetree/bindings/display/ |
H A D | st,stih4xx.txt | 85 sti-dvo: 88 - compatible: "st,stih<chip>-dvo" 99 - sti,panel: phandle of the panel connected to the DVO output 217 sti-dvo@8d00400 { 218 compatible = "st,stih407-dvo"; 220 reg-names = "dvo-reg"; 221 clock-names = "dvo_pix", "dvo",
|
/openbmc/linux/drivers/pinctrl/nuvoton/ |
H A D | pinctrl-wpcm450.c | 674 WPCM450_PINCFG(37, none, NONE, 0, none, NONE, 0), /* DVO */ 675 WPCM450_PINCFG(38, none, NONE, 0, none, NONE, 0), /* DVO */ 676 WPCM450_PINCFG(39, none, NONE, 0, none, NONE, 0), /* DVO */ 677 WPCM450_PINCFG(40, none, NONE, 0, none, NONE, 0), /* DVO */ 747 WPCM450_PINCFG(108, none, NONE, 0, none, NONE, 0), /* DVO */ 748 WPCM450_PINCFG(109, none, NONE, 0, none, NONE, 0), /* DVO */ 749 WPCM450_PINCFG(110, none, NONE, 0, none, NONE, 0), /* DVO */ 750 WPCM450_PINCFG(111, none, NONE, 0, none, NONE, 0), /* DVO */ 751 WPCM450_PINCFG(112, none, NONE, 0, none, NONE, 0), /* DVO */ 752 WPCM450_PINCFG(113, none, NONE, 0, none, NONE, 0), /* DVO */ [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | stih410.dtsi | 286 sti-dvo@8d00400 { 287 compatible = "st,stih407-dvo"; 290 reg-names = "dvo-reg"; 292 "dvo",
|
H A D | stih407-clock.dtsi | 280 "clk-pix-dvo", 281 "clk-dvo",
|
H A D | stih410-clock.dtsi | 301 "clk-pix-dvo", 302 "clk-dvo",
|
/openbmc/linux/drivers/gpu/drm/aspeed/ |
H A D | aspeed_gfx_drv.c | 40 * or DVO interface. 43 * the DAC or DVO interface. 45 * 3. Video input from DVO, the video input can be used for video engine
|
/openbmc/linux/drivers/video/fbdev/intelfb/ |
H A D | intelfbhw.c | 282 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() 299 return "DVO port A"; in intelfbhw_dvo_to_string() 300 else if (dvo & DVOB_PORT) in intelfbhw_dvo_to_string() [all …]
|
H A D | intelfbhw.h | 18 /* Information about DVO/LVDS Ports */ 132 #define GPIOD 0x501C /* this is DVO DDC */ 133 #define GPIOE 0x5020 /* this is DVO i2C */ 565 extern const char *intelfbhw_dvo_to_string(int dvo);
|
H A D | intelfb.h | 127 /* store information about an Ixxx DVO */ 133 external chips are via DVO or SDVO output */
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/log4c/log4c/ |
H A D | 0001-Use-the-API-properly-in-the-example-format-security-.patch | 2 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz>
|
/openbmc/linux/arch/arm/boot/dts/nuvoton/ |
H A D | nuvoton-wpcm450.dtsi | 263 groups = "dvo"; 268 groups = "dvo";
|