1. 19 5月, 2010 4 次提交
    • A
      drm/radeon/kms: reset ddc_bus in object header parsing · 2bfcc0fc
      Alex Deucher 提交于
      Some LVDS connectors don't have a ddc bus, so reset the
      ddc bus to invalid before parsing the next connector
      to avoid using stale ddc bus data.  Should fix
      fdo bug 28164.
      Signed-off-by: NAlex Deucher <alexdeucher@gmail.com>
      Cc: stable@kernel.org
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      2bfcc0fc
    • B
      amd64-agp: Probe unknown AGP devices the right way · 6fd02489
      Ben Hutchings 提交于
      The current initialisation code probes 'unsupported' AGP devices
      simply by calling its own probe function.  It does not lock these
      devices or even check whether another driver is already bound to
      them.
      
      We must use the device core to manage this.  So if the specific
      device id table didn't match anything and agp_try_unsupported=1,
      switch the device id table and call driver_attach() again.
      Signed-off-by: NBen Hutchings <ben@decadent.org.uk>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      6fd02489
    • B
      sis-agp: Remove SIS 760, handled by amd64-agp · d831692a
      Ben Hutchings 提交于
      SIS 760 is listed in the device tables for both amd64-agp and sis-agp.
      amd64-agp is apparently preferable since it has workarounds for some
      BIOS misconfigurations that sis-agp doesn't handle.
      Signed-off-by: NBen Hutchings <ben@decadent.org.uk>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      d831692a
    • D
      Merge remote branch 'anholt/drm-intel-next' into drm-next · 05ea893c
      Dave Airlie 提交于
      * 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
  2. 18 5月, 2010 36 次提交