Home
last modified time | relevance | path

Searched defs:dcbent (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c92 struct dcb_output *dcbent, int head, bool dl) in run_digital_op_script() argument
105 static int call_lvds_manufacturer_script(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script) in call_lvds_manufacturer_script() argument
135 static int run_lvds_table(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script, int pxclk) in run_lvds_table() argument
208 call_lvds_script(struct drm_device * dev,struct dcb_output * dcbent,int head,enum LVDS_script script,int pxclk) call_lvds_script() argument
625 run_tmds_table(struct drm_device * dev,struct dcb_output * dcbent,int head,int pxclk) run_tmds_table() argument
[all...]
/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Ddfp.c55 int nv04_dfp_get_bound_head(struct drm_device *dev, struct dcb_output *dcbent) in nv04_dfp_get_bound_head() argument
68 void nv04_dfp_bind_head(struct drm_device *dev, struct dcb_output *dcbent, in nv04_dfp_bind_head() argument
H A Ddisp.c252 struct dcb_output *dcbent = &dcb->entry[i]; in nv04_display_create() local