Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | drm/radeon/kms/pm: enable SetVoltage on r7xx/evergreen | Alex Deucher | 2010-06-03 | 2 | -0/+10 | |
| * | | | | | | drm/radeon/kms/pm: add support for SetVoltage cmd table (V2) | Alex Deucher | 2010-06-03 | 4 | -1/+45 | |
| * | | | | | | drm/radeon/kms/evergreen: add initial CS parser | Alex Deucher | 2010-06-01 | 7 | -3/+2443 | |
| * | | | | | | Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-tes... | Dave Airlie | 2010-06-01 | 10 | -34/+98 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | drm/nv50: cast IGP memory location to u64 before shifting | Ben Skeggs | 2010-06-01 | 1 | -1/+2 | |
| | * | | | | | | drm/nv50: use alternate source of SOR_MODE_CTRL for DP hack | Ben Skeggs | 2010-05-28 | 1 | -6/+1 | |
| | * | | | | | | drm/nouveau: fix dual-link displays when plugged into single-link outputs | Ben Skeggs | 2010-05-28 | 1 | -14/+17 | |
| | * | | | | | | drm/nv50: obey dcb->duallink_possible | Ben Skeggs | 2010-05-28 | 1 | -2/+1 | |
| | * | | | | | | drm/nv50: fix duallink_possible calculation for DCB 4.0 cards | Ben Skeggs | 2010-05-28 | 1 | -6/+10 | |
| | * | | | | | | drm/nouveau: don't execute INIT_GPIO unless we're really running the table | Ben Skeggs | 2010-05-28 | 1 | -1/+4 | |
| | * | | | | | | drm/nv40: allow cold-booting of nv4x chipsets | Ben Skeggs | 2010-05-28 | 1 | -1/+1 | |
| | * | | | | | | drm/nouveau: fix POST detection for certain chipsets | Ben Skeggs | 2010-05-28 | 1 | -3/+25 | |
| | * | | | | | | drm/nouveau: Add getparam for current PTIMER time. | Marcin KoĆcielnicki | 2010-05-28 | 2 | -0/+4 | |
| | * | | | | | | drm/nouveau: allow cursor image and position to survive suspend | Maarten Maathuis | 2010-05-28 | 4 | -0/+33 | |
| * | | | | | | | Merge branch 'drm-switcheroo-fixes' into drm-testing | Dave Airlie | 2010-06-01 | 8 | -15/+121 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | drm/kms: disable/enable poll around switcheroo on/off | Dave Airlie | 2010-06-01 | 5 | -7/+33 | |
| | * | | | | | | | drm/nouveau: fixup confusion over which handle the DSM is hanging off. | Dave Airlie | 2010-06-01 | 1 | -8/+6 | |
| | * | | | | | | | drm/nouveau: attempt to get bios from ACPI v3 | Dave Airlie | 2010-06-01 | 3 | -1/+83 | |
| * | | | | | | | | Merge branch 'drm-vmware-fixes' into drm-testing | Dave Airlie | 2010-06-01 | 11 | -149/+433 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | drm/vmwgfx: Remove some leftover debug messages. | Thomas Hellstrom | 2010-06-01 | 1 | -8/+0 | |
| | * | | | | | | | | drm/vmwgfx: Print warnings in kernel log about bo pinning that fails. | Jakob Bornecrantz | 2010-06-01 | 2 | -0/+6 | |
| | * | | | | | | | | drm/vmwgfx: Unpause overlay on update. | Jakob Bornecrantz | 2010-06-01 | 1 | -0/+2 | |
| | * | | | | | | | | drm/vmwgfx: Some modesetting cleanups and fixes. | Jakob Bornecrantz | 2010-06-01 | 1 | -13/+4 | |
| | * | | | | | | | | drm/vmwgfx: Don't use SVGA_REG_ENABLE in modesetting code. | Jakob Bornecrantz | 2010-06-01 | 2 | -9/+0 | |
| | * | | | | | | | | drm/vmwgfx: Remove duplicate member from struct vmw_legacy_display_unit. | Jakob Bornecrantz | 2010-06-01 | 1 | -4/+2 | |
| | * | | | | | | | | drm/vmwgfx: Reserve first part of VRAM for framebuffer. | Thomas Hellstrom | 2010-06-01 | 1 | -2/+39 | |
| | * | | | | | | | | drm/vmwgfx: Support older hardware. | Jakob Bornecrantz | 2010-06-01 | 6 | -107/+148 | |
| | * | | | | | | | | drm/vmwgfx: Get connector status from detection function. | Jakob Bornecrantz | 2010-06-01 | 1 | -7/+3 | |
| | * | | | | | | | | drm/vmwgfx: Add kernel throttling support. Bump minor. | Thomas Hellstrom | 2010-06-01 | 6 | -6/+227 | |
| | * | | | | | | | | drm/vmwgfx: Make sure to unpin old and pin new framebuffer. | Jakob Bornecrantz | 2010-06-01 | 1 | -6/+11 | |
| | * | | | | | | | | drm/vmwgfx: Fix single framebuffer detection. | Jakob Bornecrantz | 2010-06-01 | 1 | -0/+3 | |
| | * | | | | | | | | drm/vmwgfx: Assume larger framebuffer max size. | Jakob Bornecrantz | 2010-06-01 | 1 | -2/+3 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | drm/ttm: Fix ttm_page_alloc.c | Thomas Hellstrom | 2010-06-01 | 1 | -26/+36 | |
| * | | | | | | | | drm/ttm: Fix cached TTM page allocation. | Thomas Hellstrom | 2010-06-01 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2010-06-03 | 26 | -64/+67 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | of/powerpc: fix fsl_msi device node pointer | Wolfram Sang | 2010-06-02 | 1 | -1/+1 | |
| * | | | | | | | | of/watchdog: gef_wdt.c: fix build breakage | Anatolij Gustschin | 2010-06-02 | 1 | -1/+1 | |
| * | | | | | | | | of/edac: fix build breakage in drivers | Anatolij Gustschin | 2010-06-02 | 2 | -9/+9 | |
| * | | | | | | | | of/net: fs_enet/mii-bitbang.c: fix build breakage | Anatolij Gustschin | 2010-06-02 | 1 | -2/+2 | |
| * | | | | | | | | of/usb: fsl_qe_udc.c: fix build breakage | Anatolij Gustschin | 2010-06-02 | 1 | -2/+2 | |
| * | | | | | | | | of/crypto: crypto4xx_core.c: fix build breakage | Anatolij Gustschin | 2010-06-02 | 1 | -3/+3 | |
| * | | | | | | | | of/dma: fix build breakage in ppc4xx adma driver | Anatolij Gustschin | 2010-06-02 | 1 | -2/+2 | |
| * | | | | | | | | of/mtd: nand: fix build breakage in drivers | Anatolij Gustschin | 2010-06-02 | 2 | -10/+11 | |
| * | | | | | | | | of/video: fix build breakage in FB drivers | Anatolij Gustschin | 2010-06-02 | 7 | -7/+7 | |
| * | | | | | | | | of/pcmcia: m8xx_pcmcia.c: Fix build failures | Anatolij Gustschin | 2010-06-02 | 1 | -2/+2 | |
| * | | | | | | | | of/rtc: rtc-mpc5121.c: Fix build failures | Grant Likely | 2010-06-02 | 1 | -6/+8 | |
| * | | | | | | | | of/dma: mpc512x_dma.c: Fix build failures | Anatolij Gustschin | 2010-06-02 | 1 | -5/+5 | |
| * | | | | | | | | of/mtd/nand: mpc5121_nfc.c: Fix build failures | Anatolij Gustschin | 2010-06-02 | 1 | -4/+4 | |
| * | | | | | | | | of/spi: mpc512x_psc_spi.c: Fix build failures | Anatolij Gustschin | 2010-06-02 | 1 | -6/+6 | |
| * | | | | | | | | watchdog: Fix build failure with OF changes | Michael Guntsche | 2010-06-02 | 1 | -1/+1 |