Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243675
b: refs/heads/master
c: eccaca2
h: refs/heads/master
i:
  243673: f723f3d
  243671: 8867f92
v: v3
  • Loading branch information
Ben Skeggs authored and Dave Airlie committed Apr 1, 2011
1 parent 29f7154 commit f14de2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 97ea530f6fac1f9632b0c4792a2a56411454adbe
refs/heads/master: eccaca28e29861a63ebc067bfff59c7efa427371
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/drm_edid.c
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@ add_detailed_modes(struct drm_connector *connector, struct edid *edid,
/**
* Search EDID for CEA extension block.
*/
static u8 *drm_find_cea_extension(struct edid *edid)
u8 *drm_find_cea_extension(struct edid *edid)
{
u8 *edid_ext = NULL;
int i;
Expand All @@ -1318,6 +1318,7 @@ static u8 *drm_find_cea_extension(struct edid *edid)

return edid_ext;
}
EXPORT_SYMBOL(drm_find_cea_extension);

/**
* drm_detect_hdmi_monitor - detect whether monitor is hdmi.
Expand Down
1 change: 1 addition & 0 deletions trunk/include/drm/drm_crtc.h
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,7 @@ extern int drm_mode_gamma_get_ioctl(struct drm_device *dev,
void *data, struct drm_file *file_priv);
extern int drm_mode_gamma_set_ioctl(struct drm_device *dev,
void *data, struct drm_file *file_priv);
extern u8 *drm_find_cea_extension(struct edid *edid);
extern bool drm_detect_hdmi_monitor(struct edid *edid);
extern bool drm_detect_monitor_audio(struct edid *edid);
extern int drm_mode_page_flip_ioctl(struct drm_device *dev,
Expand Down

0 comments on commit f14de2e

Please sign in to comment.