1. 31 May, 2010 1 commit
  2. 28 May, 2010 1 commit
  3. 26 May, 2010 3 commits
  4. 24 May, 2010 3 commits
  5. 21 May, 2010 7 commits
  6. 19 May, 2010 21 commits
  7. 18 May, 2010 4 commits
    • Dave Airlie's avatar
      Merge remote branch 'anholt/drm-intel-next' into drm-next · 05ea893c
      Dave Airlie authored
      * anholt/drm-intel-next: (515 commits)
        drm/i915: Fix out of tree builds
        drm/i915: move fence lru to struct drm_i915_fence_reg
        drm/i915: don't allow tiling changes on pinned buffers v2
        drm/i915: Be extra careful about A/D matching for multifunction SDVO
        drm/i915: Fix DDC bus selection for multifunction SDVO
        drm/i915: cleanup mode setting before unmapping registers
        drm/i915: Make fbc control wrapper functions
        drm/i915: Wait for the GPU whilst shrinking, if truly desperate.
        drm/i915: Use spatio-temporal dithering on PCH
        [MTD] Remove zero-length files mtdbdi.c and internal.ho
        pata_pcmcia / ide-cs: Fix bad hashes for Transcend and kingston IDs
        libata: Fix several inaccuracies in developer's guide
        slub: Fix bad boundary check in init_kmem_cache_nodes()
        raid6: fix recovery performance regression
        KEYS: call_sbin_request_key() must write lock keyrings before modifying them
        KEYS: Use RCU dereference wrappers in keyring key type code
        KEYS: find_keyring_by_name() can gain access to a freed keyring
        ALSA: hda: Fix 0 dB for Packard Bell models using Conexant CX20549 (Venice)
        ALSA: hda - Add quirk for Dell Inspiron 19T using a Conexant CX20582
        ALSA: take tu->qlock with irqs disabled
        ...
      05ea893c
    • Dave Airlie's avatar
      drm/radeon/pm: fix device_create_file return value checks. · 26481fb1
      Dave Airlie authored
      print an error if these fail.
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      26481fb1
    • Alex Deucher's avatar
      drm/radeon/kms/pm: fix r6xx+ profile setup · 4bff5171
      Alex Deucher authored
      This patch is a combination of the previous two profile
      patches, but without the index bugs.  It cleans up and
      fixes some issues with pm profile setup on r6xx chips.
      Some tables have different orderings for the power states,
      also, r600 only has 1 clock mode per power state. On
      desktop cards there are no battery modes, so the low and high
      power states are the same.  For the low profile case, choose
      the lower clock mode.
      Signed-off-by: default avatarAlex Deucher <alexdeucher@gmail.com>
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      4bff5171
    • Alex Deucher's avatar
      ce8a3eb2