projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78b9c35
)
gma500: fix incorrect declaration.
author
Dave Airlie
<airlied@redhat.com>
Fri, 24 Aug 2012 03:53:49 +0000
(13:53 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Fri, 24 Aug 2012 03:53:49 +0000
(13:53 +1000)
this header was incorrect, caused a build failure.
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/gma500/psb_intel_drv.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/gma500/psb_intel_drv.h
b/drivers/gpu/drm/gma500/psb_intel_drv.h
index c9710ffa4843da63db6889295fcf42e612b121f1..90f2d11e686ba3f18a9ea9e4c08849abc8ab8914 100644
(file)
--- a/
drivers/gpu/drm/gma500/psb_intel_drv.h
+++ b/
drivers/gpu/drm/gma500/psb_intel_drv.h
@@
-289,7
+289,7
@@
extern void gma_intel_teardown_gmbus(struct drm_device *dev);
/* DP support */
extern void cdv_intel_dp_init(struct drm_device *dev, struct psb_intel_mode_device *mode_dev, int output_reg);
-extern void
psb
_intel_dp_set_m_n(struct drm_crtc *crtc,
+extern void
cdv
_intel_dp_set_m_n(struct drm_crtc *crtc,
struct drm_display_mode *mode,
struct drm_display_mode *adjusted_mode);