1. 05 Sep, 2013 19 commits
  2. 04 Sep, 2013 19 commits
  3. 03 Sep, 2013 2 commits
    • Dave Airlie's avatar
      Merge tag 'drm/for-3.12-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next · ef25bd84
      Dave Airlie authored
      drm/tegra: Changes for v3.12-rc1
      
      Only a couple of small patches this time around. These are mostly fixes
      for minor bugs that showed up, but there is also some preparatory work
      that will come in handy for future patches.
      
      * tag 'drm/for-3.12-rc1' of git://anongit.freedesktop.org/tegra/linux:
        drm/tegra: Parse device tree earlier
        gpu: host1x: Sort drivers by probe order
        gpu: host1x: Check for valid host1x pointer
        gpu: host1x: returning success instead of -ENOMEM
        gpu: host1x: fix an integer overflow check
        drm/tegra: hdmi: Make sure clock is enabled before dumping registers
      ef25bd84
    • Thierry Reding's avatar
      drm/tegra: Parse device tree earlier · 03da0e7b
      Thierry Reding authored
      Parsing the device tree may cause probing to be deferred. Doing this as
      early as possible prevents any other resources from being requested and
      enabled, therefore reducing the need to cleanup on deferred probe while
      at the same time not wasting precious CPU cycles determining if probing
      needs to be deferred or not.
      Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
      03da0e7b