1. 24 8月, 2012 24 次提交
  2. 23 8月, 2012 2 次提交
    • L
    • D
      Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel into drm-next · 269b62db
      Dave Airlie 提交于
      Daniel writes:
      
      " First -next pull for 3.7. Highlights:
      - hsw hdmi improvements (Paulo)
      - ips/rps locking rework and cleanups
      - rc6 on ilk by default again
      - hw context&dp&dpff support for hsw (Ben)
      - GET_PARAM_HAS_SEMAPHORES (Chris)
      - gen6+ pipe_control improvements (Chris)
      - set_cacheing ioctl and assorted support code (Chris)
      - cleanups around the busy/idle/pm code (Chris&me)
      - flushing_list removal, hopefully for good (Chris)
      - read_reg ioctl (Ben)
      - support the ns2501 dvo (Thomas Richter)
      - avoid the costly gen6+ "missed IRQ" workaround where we don't need a
        race-free seqno readback (Chris)
      - various bits&pieces, mostly early patches from the modeset rework branch"
      
      * 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel: (54 commits)
        drm/i915: don't grab dev->struct_mutex for userspace forcewak
        drm/i915: try harder to find WR PLL clock settings
        drm/i915: use the correct encoder type when comparing
        drm/i915: Lazily apply the SNB+ seqno w/a
        drm/i915: enable rc6 on ilk again
        drm/i915: fix up ilk drps/ips locking
        drm/i915: DE_PCU_EVENT irq is ilk-only
        drm/i915: kill dev_priv->mchdev_lock
        drm/i915: move all rps state into dev_priv->rps
        drm/i915: use mutex_lock_interruptible for debugfs files
        drm/i915: fixup up debugfs rps state handling
        drm/i915: properly guard ilk ips state
        drm/i915: add parentheses around PIXCLK_GATE definitions
        drm/i915: reindent Haswell register definitions
        drm/i915: completely reset the value of DDI_FUNC_CTL
        drm/i915: correctly set the DDI_FUNC_CTL bpc field
        drm/i915: set the DDI sync polarity bits
        drm/i915: fix pipe DDI mode select
        drm/i915: dump the device info
        drm/i915: fixup desired rps frequency computation
        ...
      269b62db
  3. 17 8月, 2012 11 次提交
  4. 16 8月, 2012 1 次提交
  5. 15 8月, 2012 2 次提交
    • D
      Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes · 2e26c73a
      Dave Airlie 提交于
      * 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/linux-2.6:
        drm/nv86/fifo: suspend fix
        drm/nouveau: disable copy engine on NVAF
        nouveau: fixup scanout enable in nvc0_pm
        drm/nouveau/aux: mask off higher bits of auxch index in i2c table entry
        drm/nvd0/disp: mask off high 16 bit of negative cursor x-coordinate
        drm/nve0/fifo: add support for the flip completion swmthd
      2e26c73a
    • D
      Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes · a389b6a1
      Dave Airlie 提交于
      Daniel Vetter writes:
      
      "A few important fixers:
      - fix various lvds backlight issues, regressed in 3.6 (Takashi Iwai)
      - make the retina mbp work (ignore bogus edp bpc value in vbt)
      - fix a gmbus regression introduced in (iirc) 3.4 (Jani Nikula)
      - fix an edp panel power sequence regression, fixes the new macbook air
      - apply the tlb invalidate w/a
      
      Otherwise we still have another gmbus regression (patches are awaiting
      tested-bys) and there's something odd going with some rare systems not
      entering rc6 often enough (and hence blowing through too much power).  It
      seems to be a timing-related issue and can be mitigated by frobbing the
      magic tuning parameters. We're still working on that one. Also, we still
      have some fallout from the hw context support, but you can only hit that
      with mesa master."
      
      * 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel:
        drm/i915: Apply post-sync write for pipe control invalidates
        drm/i915: reorder edp disabling to fix ivb MacBook Air
        drm/i915: ensure i2c adapter is all set before adding it
        drm/i915: ignore eDP bpc settings from vbt
        drm/i915: Fix blank panel at reopening lid
      a389b6a1