HomeSort by: relevance | last modified time | path
    Searched refs:dcbent (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_disp.c 233 struct dcb_output *dcbent = &dcb->entry[i]; local in function:nv04_display_create
235 connector = nouveau_connector_create(dev, dcbent);
239 switch (dcbent->type) {
241 ret = nv04_dac_create(connector, dcbent);
245 ret = nv04_dfp_create(connector, dcbent);
248 if (dcbent->location == DCB_LOC_ON_CHIP)
249 ret = nv17_tv_create(connector, dcbent);
251 ret = nv04_tv_create(connector, dcbent);
254 NV_WARN(drm, "DCB type %d not known\n", dcbent->type);
disp.h 111 int nv04_dfp_get_bound_head(struct drm_device *dev, struct dcb_output *dcbent);
112 void nv04_dfp_bind_head(struct drm_device *dev, struct dcb_output *dcbent,
nouveau_dispnv04_dfp.c 60 int nv04_dfp_get_bound_head(struct drm_device *dev, struct dcb_output *dcbent)
66 int ramdac = (dcbent->or & DCB_OUTPUT_C) >> 2;
73 void nv04_dfp_bind_head(struct drm_device *dev, struct dcb_output *dcbent,
83 int ramdac = (dcbent->or & DCB_OUTPUT_C) >> 2;
89 if (dcbent->type == DCB_OUTPUT_LVDS)
92 nv_write_tmds(dev, dcbent->or, 0, 0x04, tmds04);
95 nv_write_tmds(dev, dcbent->or, 1, 0x04, tmds04 ^ 0x08);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_bios.c 99 struct dcb_output *dcbent, int head, bool dl)
107 nouveau_bios_run_init_table(dev, scriptptr, dcbent, head);
109 nv04_dfp_bind_head(dev, dcbent, head, dl);
112 static int call_lvds_manufacturer_script(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script)
116 uint8_t sub = bios->data[bios->fp.xlated_entry + script] + (bios->fp.link_c_increment && dcbent->or & DCB_OUTPUT_C ? 1 : 0);
122 run_digital_op_script(dev, scriptofs, dcbent, head, bios->fp.dual_link);
133 nv_write_tmds(dev, dcbent->or, 0, 0x02, 0x72);
139 static int run_lvds_table(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script, int pxclk)
153 unsigned int outputset = (dcbent->or == 4) ? 1 : 0;
174 if (dcbent->or == 4
    [all...]

Completed in 15 milliseconds