1. 05 7月, 2012 4 次提交
  2. 04 7月, 2012 1 次提交
  3. 26 6月, 2012 2 次提交
  4. 20 6月, 2012 2 次提交
  5. 18 6月, 2012 1 次提交
    • E
      drm/i915: properly wait for SBI status · 39fb50f6
      Eugeni Dodonov 提交于
      Somehow this went unnoticed in the past reviews, but the condition would
      never timeout properly.
      
      This was initially introduced in the v2 of original SBI enabling patch.
      Highly embarrassing.
      
      Note that we now actually time out for the read, which resulted in gcc
      complaining that we can now return unitialized garbage if that
      happens. There's not much we can do here because there's not much
      point in thread -EIO all the way down through these functions. Hence
      simply shut up the compiler.
      Reported-by: NDan Carpenter <dan.carpenter@oracle.com>
      Signed-off-by: NEugeni Dodonov <eugeni.dodonov@intel.com>
      [danvet: Added note and squashed uninitialized value shut-up into this
      patch.]
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      39fb50f6
  6. 16 6月, 2012 1 次提交
  7. 14 6月, 2012 1 次提交
  8. 13 6月, 2012 2 次提交
    • D
      drm/i915: stop using dev->agp->base · dd2757f8
      Daniel Vetter 提交于
      For that to work we need to export the base address of the gtt
      mmio window from intel-gtt. Also replace all other uses of
      dev->agp by values we already have at hand.
      Reviewed-by: NJani Nikula <jani.nikula@linux.intel.com>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      dd2757f8
    • D
      drm/i915: clear up backlight #define confusion on gen4+ · 7cf41601
      Daniel Vetter 提交于
      - Regroup definitions for BLC_PWM_CTL so that they're all together and
        and ordered according to the bitfields.
      
      - Add all missing definitions for BLC_PWM_CTL2.
      
      - Use the BLM_ (for backlight modulation) prefix consistently.
      
      - Note that combination mode (i.e. also taking the legacy backlight
        control value from pci config space into account) is gen4 only.
      
      - Move the new registers for PCH-split machines up, they're an almost
        match for the gen4 defitions.  Prefix the special PCH-only bits with
        BLM_PCH_. Also add the pipe C select bit for ivb.
      
      - Rip out the second pair of PCH polarity definitions - they're only
        valid on early (pre-production) ilk silicon.
      
      - Adapt the existing code to use the new definitions. This has the
        nice benefit of killing a magic (1 << 30) left behind be Jesse
        Barnes.
      
      No functional changes in this patch.
      Reviewed-by: NEugeni Dodonov <eugeni.dodonov@intel.com>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      7cf41601
  9. 06 6月, 2012 2 次提交
  10. 05 6月, 2012 1 次提交
  11. 31 5月, 2012 2 次提交
  12. 24 5月, 2012 1 次提交
  13. 22 5月, 2012 1 次提交
  14. 21 5月, 2012 1 次提交
  15. 20 5月, 2012 18 次提交