1. 19 Aug, 2013 20 commits
  2. 18 Aug, 2013 17 commits
  3. 09 Aug, 2013 3 commits
    • Dave Airlie's avatar
      Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-rcar-stable · b43bd925
      Dave Airlie authored
      Create topic branch for rcar for shmobile tree to pull as well, arm-soc should
      probably merge after drm merges if possible.
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      * 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev: (23 commits)
        drm/rcar-du: Add FBDEV emulation support
        drm/rcar-du: Add internal LVDS encoder support
        drm/rcar-du: Configure RGB output routing to DPAD0
        drm/rcar-du: Rework output routing support
        drm/rcar-du: Add support for DEFR8 register
        drm/rcar-du: Add support for multiple groups
        drm/rcar-du: Fix buffer pitch alignment for R8A7790 DU
        drm/rcar-du: Add support for the R8A7790 DU
        drm/rcar-du: Move output routing configuration to group
        drm/rcar-du: Remove register definitions for the second channel
        drm/rcar-du: Use dynamic number of CRTCs instead of CRTCs array size
        drm/rcar-du: Introduce CRTCs groups
        drm/rcar-du: Rename rcar_du_plane_(init|register) to rcar_du_planes_*
        drm/rcar-du: Create rcar_du_planes structure
        drm/rcar-du: Rename platform data fields to match what they describe
        drm/rcar-du: Merge LVDS and VGA encoder code
        drm/rcar-du: Split VGA encoder and connector
        drm/rcar-du: Split LVDS encoder and connector
        drm/rcar-du: Clarify comment regarding plane Y source coordinate
        drm/rcar-du: Support per-CRTC clock and IRQ
        ...
      b43bd925
    • Laurent Pinchart's avatar
      drm/rcar-du: Add FBDEV emulation support · 3864c6f4
      Laurent Pinchart authored
      Use the FB CMA helpers to implement FBDEV emulation support. The VGA
      connector status must be reported as connector_status_connected instead
      of connector_status_unknown to be usable by the emulation layer.
      Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
      3864c6f4
    • Laurent Pinchart's avatar
      drm/rcar-du: Add internal LVDS encoder support · 90374b5c
      Laurent Pinchart authored
      The R8A7790 includes two internal LVDS encoders. Support them in the DU
      driver.
      Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
      90374b5c