1. 24 6月, 2006 6 次提交
    • D
      drm: update radeon to 1.25 add r200 vertex program support · d6fece05
      Dave Airlie 提交于
      Add support for r200 vertex programs (R200_EMIT_VAP_PVS_CNTL, and new
      packet type for making it possible to address whole tcl vector space
      and have a larger count)
      
      From: Roland Scheidegger (DRM CVS)
      Signed-off-by: NDave Airlie <airlied@linux.ie>
      d6fece05
    • D
      drm: radeon add a tcl state flush before accessing tcl vector space · f2a2279f
      Dave Airlie 提交于
      Do a tcl state flush before accessing tcl vector space. This fixes some
      more problems with flickering (bug #6637). drm may not be appropriate
      place for this, since doing that flush there might both be overkill and
      insufficient in some cases. However, it's hard to figure out when that
      flush is needed, so this has to suffice. There does not seem to be a
      performance penalty associated with it.
      
      From: Roland Scheidegger (DRM CVS)
      Signed-off-by: NDave Airlie <airlied@linux.ie>
      f2a2279f
    • D
      [PATCH] fix typo in acpi video brightness changes. · d384ea69
      Dave Jones 提交于
      Prevent possible null dereference due to misplaced ;
      Signed-off-by: NDave Jones <davej@redhat.com>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      d384ea69
    • L
      Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev · 6edad161
      Linus Torvalds 提交于
      * 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev: (258 commits)
        [libata] conversion to new debug scheme, part 1 of $N
        [PATCH] libata: Add ata_scsi_dev_disabled
        [libata] Add host lock to struct ata_port
        [PATCH] libata: implement per-dev EH action mask eh_info->dev_action[]
        [PATCH] libata-dev: move the CDB-intr DMA blacklisting
        [PATCH] ahci: disable NCQ support on vt8251
        [libata] ahci: add JMicron PCI IDs
        [libata] sata_nv: add PCI IDs
        [libata] ahci: Add NVIDIA PCI IDs.
        [PATCH] libata: convert several bmdma-style controllers to new EH, take #3
        [PATCH] sata_via: convert to new EH, take #3
        [libata] sata_nv: s/spin_lock_irqsave/spin_lock/ in irq handler
        [PATCH] sata_nv: add hotplug support
        [PATCH] sata_nv: convert to new EH
        [PATCH] sata_nv: better irq handlers
        [PATCH] sata_nv: simplify constants
        [PATCH] sata_nv: kill struct nv_host_desc and nv_host
        [PATCH] sata_nv: kill not-working hotplug code
        [libata] Update docs to reflect current driver API
        [PATCH] libata: add host_set->next for legacy two host_sets case, take #3
        ...
      6edad161
    • T
      [IA64] fix ia64 build (fadt_descriptor) · 236ee8c3
      Tony Luck 提交于
      arch/ia64/kernel/acpi.c got forgotten when include/acpi/actbl.h
      got a cleanup.
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      236ee8c3
    • T
      Auto-update from upstream · 8cf60e04
      Tony Luck 提交于
      8cf60e04
  2. 23 6月, 2006 34 次提交