1. 11 Jun, 2014 10 commits
  2. 10 Jun, 2014 25 commits
  3. 09 Jun, 2014 5 commits
    • Damien Lespiau's avatar
      4c0dae57
    • Dave Airlie's avatar
      Merge tag 'drm/panel/for-3.16-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next · 5330fb41
      Dave Airlie authored
      drm/panel: Changes for v3.16-rc1
      
      This set of commits contains a couple of fixes to existing panel drivers
      and support for some new panels.
      
      One commit touches the DRM core in that in modifies the MIPI DSI support
      to hook up the shutdown function so that drivers can provide code that's
      run on shutdown. This is used by a subsequent commit to make the simple
      panel driver power off the backlight on shutdown.
      
      * tag 'drm/panel/for-3.16-rc1' of git://anongit.freedesktop.org/tegra/linux:
        drm/panel: simple - Add AUO B133XTN01 panel support
        drm/panel: simple - Disable panel on shutdown
        drm/panel: add support for EDT ET057090DHU panel
        drm/panel: Add support for EDT ETM0700G0DH6 and ET070080DH6 panels
        drm/panel: ld9040: add power control sequence
        drm/panel: s6e8aa0: silence array overflow warning
        drm/dsi: Support device shutdown
      5330fb41
    • Dave Airlie's avatar
      Merge tag 'drm/tegra/for-3.16-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next · 6c8a02bb
      Dave Airlie authored
      drm/tegra: Changes for v3.16-rc1
      
      The majority of these changes are a slew of cleanups across the board.
      A more noteworthy change is the addition of drm_dev_set_unique() and the
      conversion of the Tegra DRM driver to use it. This allows us to get rid
      of the host1x drm_bus implementation. Other USB and platform drivers can
      be changed in a similar way. Unfortunately for most PCI devices there is
      some userspace that relies on the old functionality and cannot be as
      easily converted.
      
      HDMI and hardware cursor support is added for Tegra124. The SOR output
      gains support for exposing CRCs via debugfs, which can be used for
      automated testing. Many values that were hardcoded in the SOR/eDP code
      are now computed at runtime to increase compatibility with more devices.
      
      * tag 'drm/tegra/for-3.16-rc1' of git://anongit.freedesktop.org/tegra/linux: (47 commits)
        drm/tegra: sor - Remove obsolete comment
        drm/tegra: sor - Enable only the necessary number of lanes
        drm/tegra: sor - Power on only the necessary lanes
        drm/tegra: sor - Do not program interlaced mode registers
        drm/tegra: sor - Do not hardcode link speed
        drm/tegra: sor - Do not hardcode number of blank symbols
        drm/tegra: sor - Don't hardcode link parameters
        drm/tegra: sor - Change power down ordering
        drm/tegra: sor - Fix copy/paste error
        drm/tegra: sor - Remove pixel clock rounding
        drm/tegra: sor - Make debugfs setup consistent
        drm/tegra: sor - Recursively remove debugfs tree
        drm/tegra: dp - Mark the connector as hotplug capable
        drm/tegra: dp - Implement hotplug detection in work queue
        drm/tegra: Add hardware cursor support
        drm/tegra: Remove host1x drm_bus implementation
        drm: Document how to register devices without struct drm_bus
        drm: Add device registration documentation
        drm: Introduce drm_dev_set_unique()
        gpu: host1x: Rename internal functions for clarity
        ...
      6c8a02bb
    • Stéphane Marchesin's avatar
      drm/panel: simple - Add AUO B133XTN01 panel support · a333f7ad
      Stéphane Marchesin authored
      This panel is used by nyan-big and can be supported by the simple-panel
      driver.
      Signed-off-by: default avatarStéphane Marchesin <marcheu@chromium.org>
      [treding@nvidia.com: add device tree binding document]
      Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
      a333f7ad
    • Thierry Reding's avatar
      drm/tegra: sor - Remove obsolete comment · 1f64ae7c
      Thierry Reding authored
      According to the DP specification the disparity of the first symbol
      should always be negative. It is therefore safe to assume that panels
      will conform to that and therefore parameterizing this field should
      never be necessary.
      Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
      1f64ae7c