1. 23 Jan, 2014 1 commit
    • Thierry Reding's avatar
      drm/tegra: Obtain head number from DT · 13411ddd
      Thierry Reding authored
      The head number of a given display controller is fixed in hardware and
      required to program outputs appropriately. Relying on the driver probe
      order to determine this number will not work, since that could yield a
      situation where the second head was probed first and would be assigned
      head number 0 instead of 1.
      
      By explicitly specifying the head number in the device tree, it is no
      longer necessary to rely on these assumptions. As a fallback, if the
      property isn't available, derive the head number from the display
      controller node's position in the device tree. That's somewhat more
      reliable than the previous default but not a proper solution.
      Tested-by: default avatarStephen Warren <swarren@nvidia.com>
      Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
      13411ddd
  2. 14 Jan, 2014 9 commits
  3. 08 Jan, 2014 2 commits
  4. 20 Dec, 2013 9 commits
  5. 19 Dec, 2013 15 commits
  6. 17 Dec, 2013 4 commits