1. 16 7月, 2012 2 次提交
  2. 14 7月, 2012 1 次提交
    • D
      Merge tag 'drm-intel-next-2012-07-06' of... · 12f0e670
      Dave Airlie 提交于
      Merge tag 'drm-intel-next-2012-07-06' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
      
      Daniel writes:
      New pull for -next. Highlights:
      - rc6/turbo support for hsw (Eugeni)
      - improve corner-case of the reset handling code - gpu reset handling
        should be rock-solid now
      - support for fb offset > 4096 pixels on gen4+ (yeah, you need some fairly
        big screens to hit that)
      - the "Flush Me Harder" patch to fix the gen6+ fallout from disabling the
        flushing_list
      - no more /dev/agpgart on gen6+!
      - HAS_PCH_xxx improvements from Paulo
      - a few minor bits&pieces all over, most of it in thew hsw code
      
      * tag 'drm-intel-next-2012-07-06' of git://people.freedesktop.org/~danvet/drm-intel: (40 commits)
        drm/i915: program FDI_RX TP and FDI delays
        drm/i915: introduce for_each_encoder_on_crtc
        drm/i915: adjust framebuffer base address on gen4+
        drm/i915: introduce crtc->dspaddr_offset
        drm/i915: Reject page flips with changed format/offset/pitch
        drm/i915: Zero initialize mode_cmd
        drm/i915: don't return a spurious -EIO from intel_ring_begin
        drm/i915: properly SIGBUS on I/O errors
        drm/i915: don't hang userspace when the gpu reset is stuck
        drm/i915: non-interruptible sleeps can't handle -EAGAIN
        drm/i915: don't trylock in the gpu reset code
        drm/i915: fix PIPE_DDI_PORT_MASK
        drm/i915: prevent bogus intel_update_fbc notifications
        drm/i915: re-initialize DDI buffer translations after resume
        drm/i915: don't ironlake_init_pch_refclk() on LPT
        drm/i915: get rid of dev_priv->info->has_pch_split
        drm/i915: add PCH_NONE to enum intel_pch
        drm/i915: prefer wide & slow to fast & narrow in DP configs
        drm/i915: fix up ilk rc6 disabling confusion
        drm/i915: move force wake support into intel_pm
        ...
      12f0e670
  3. 05 7月, 2012 26 次提交
  4. 04 7月, 2012 3 次提交
  5. 30 6月, 2012 1 次提交
  6. 29 6月, 2012 4 次提交
  7. 28 6月, 2012 1 次提交
    • D
      Merge tag 'drm-intel-next-2012-06-21-merged' of... · 4391b2cf
      Dave Airlie 提交于
      Merge tag 'drm-intel-next-2012-06-21-merged' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-next
      
      Daniel writes:
       New -next pull request. Highlights:
       - Remaining vlv patches from Jesse et al.
       - Some hw workarounds from Jesse
       - hw context support from Ben
       - full uncore sharing on ivb
       - prep work to move the gtt code from intel-gtt.c to drm/i915 for gen6+
       - some backlight code improvements
       - leftovers for the timeout ioctl (we've forgotten the getparam)
       - ibx transcoder workarounds
       - some smaller fixlets and improvements
       - the new version of the "dont rely on HPD exclusively for VGA" patch
      
       Wrt regressions QA reported quite a few this time around.
       - The piglit/kernel-test fallout all has patches that are just awaiting
         review and merging into the next -next cycle.
       - Which just leaves a bunch of bugs about new modelines that don't work.
         It looks like these are all due to the new 16:9/16:10 modes in 3.5
         (yeah, only in this manual testing cycle did the git branch used by QA
         contain a backmerge of mainline with these patches).  Although I haven't
         yet confirmed this by letting our QA test the revert of that series.
       - Wrt bugs in general I'm trying to fight down some of our long-standing
         backlight issues (not regressions), but this seems to be a game of
         "you move, you lose" ... :("
      
      Dropped merge bits since this had an -rc4 merge in it to fix some ugly
      conflicts.
      4391b2cf
  8. 27 6月, 2012 2 次提交