summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du/rcar_du_crtc.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2015-01-21 01:16:24 +0100
committerDave Airlie <airlied@redhat.com>2015-01-21 01:16:24 +0100
commitb2eb0489809cf0b824357b6fa85aab1aabe3f063 (patch)
treed6b4bf3f4bd2f63f00bbcb9afdf2c39f396504b5 /drivers/gpu/drm/rcar-du/rcar_du_crtc.h
parentMerge tag 'drm-amdkfd-next-2015-01-09' of git://people.freedesktop.org/~gabba... (diff)
parentdrm: rcar-du: Implement support for interlaced modes (diff)
downloadlinux-b2eb0489809cf0b824357b6fa85aab1aabe3f063.tar.xz
linux-b2eb0489809cf0b824357b6fa85aab1aabe3f063.zip
Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-next
* 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev: drm: rcar-du: Implement support for interlaced modes drm: rcar-du: Clamp DPMS states to on and off drm: rcar-du: Enable hotplug detection on HDMI connector drm: rcar-du: Output HSYNC instead of CSYNC drm: rcar-du: Add support for external pixel clock drm: rcar-du: Refactor DEFR8 feature drm: rcar-du: Remove LVDS and HDMI encoders chaining restriction drm: rcar-du: Configure pitch for chroma plane of multiplanar formats drm: rcar-du: Don't fail probe in case of partial encoder init error drm: adv7511: Remove interlaced mode check
Diffstat (limited to 'drivers/gpu/drm/rcar-du/rcar_du_crtc.h')
-rw-r--r--drivers/gpu/drm/rcar-du/rcar_du_crtc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/rcar-du/rcar_du_crtc.h b/drivers/gpu/drm/rcar-du/rcar_du_crtc.h
index 984e6083699f..d2f89f7d2e5e 100644
--- a/drivers/gpu/drm/rcar-du/rcar_du_crtc.h
+++ b/drivers/gpu/drm/rcar-du/rcar_du_crtc.h
@@ -26,6 +26,7 @@ struct rcar_du_crtc {
struct drm_crtc crtc;
struct clk *clock;
+ struct clk *extclock;
unsigned int mmio_offset;
unsigned int index;
bool started;