diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2011-10-04 21:05:07 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2011-12-21 04:01:14 -0500 |
commit | 25575b414c2137a16b313bdfdeab570b70080f37 (patch) | |
tree | 60a8cd26fdf5f73b57723eb88f6181531f33c4a2 /drivers/gpu/drm/nouveau/nouveau_drv.h | |
parent | 35bb5089cc74e6d64cf0171b55c93e1bf8b8198d (diff) |
drm/nouveau/hdmi: build ELD from EDID, notify audio driver of its presence
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_drv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h index 880fdd183bf7..c99490d6ee7c 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drv.h +++ b/drivers/gpu/drm/nouveau/nouveau_drv.h | |||
@@ -1109,6 +1109,9 @@ int nouveau_ttm_global_init(struct drm_nouveau_private *); | |||
1109 | void nouveau_ttm_global_release(struct drm_nouveau_private *); | 1109 | void nouveau_ttm_global_release(struct drm_nouveau_private *); |
1110 | int nouveau_ttm_mmap(struct file *, struct vm_area_struct *); | 1110 | int nouveau_ttm_mmap(struct file *, struct vm_area_struct *); |
1111 | 1111 | ||
1112 | /* nouveau_hdmi.c */ | ||
1113 | void nouveau_hdmi_mode_set(struct drm_encoder *, struct drm_display_mode *); | ||
1114 | |||
1112 | /* nouveau_dp.c */ | 1115 | /* nouveau_dp.c */ |
1113 | int nouveau_dp_auxch(struct nouveau_i2c_chan *auxch, int cmd, int addr, | 1116 | int nouveau_dp_auxch(struct nouveau_i2c_chan *auxch, int cmd, int addr, |
1114 | uint8_t *data, int data_nr); | 1117 | uint8_t *data, int data_nr); |