1. 21 May, 2013 2 commits
    • Jesse Barnes's avatar
      drm/i915: add encoder get_config function v5 · 045ac3b5
      Jesse Barnes authored
      We can use this for fetching encoder specific pipe_config state, like
      mode flags, adjusted clock, etc.
      
      Just used for mode flags atm, so we can check the pipe config state at
      mode set time.
      
      v2: get_config when checking hw state too
      v3: fix DVO and LVDS mode flags (Ville)
          get SDVO DTD for flag fetch (Ville)
      v4: use input timings (Ville)
          correct command used (Ville)
          remove gen4 check (Ville)
      v5: get DDI flag config too
      Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
      Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> (v4)
      Tested-by: Paulo Zanoni <przanoni@gmail.com> (the new hsw ddi stuff)
      Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
      045ac3b5
    • Daniel Vetter's avatar
      Merge tag 'v3.10-rc2' into drm-intel-next-queued · e1b73cba
      Daniel Vetter authored
      Backmerge Linux 3.10-rc2 since the various (rather trivial) conflicts
      grew a bit out of hand. intel_dp.c has the only real functional
      conflict since the logic changed while dev_priv->edp.bpp was moved
      around.
      
      Also squash in a whitespace fixup from Ben Widawsky for
      i915_gem_gtt.c, git seems to do something pretty strange in there
      (which I don't fully understand tbh).
      
      Conflicts:
      	drivers/gpu/drm/i915/i915_reg.h
      	drivers/gpu/drm/i915/intel_dp.c
      Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
      e1b73cba
  2. 20 May, 2013 11 commits
  3. 19 May, 2013 3 commits
  4. 18 May, 2013 24 commits