index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
Age
Commit message (
Expand
)
Author
2010-02-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...
Linus Torvalds
2010-02-05
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
2010-02-05
drm/radeon/kms: fix r300 vram width calculations
Dave Airlie
2010-02-05
drm/radeon/kms: rs400/480 MC setup is different than r300.
Dave Airlie
2010-02-05
drm/radeon/kms: make initial state of load detect property correct.
Dave Airlie
2010-02-05
drm/radeon/kms: disable HDMI audio for now on rv710/rv730
Dave Airlie
2010-02-05
drm/radeon/kms: don't call suspend path before cleaning up GPU
Jerome Glisse
2010-02-05
drivers/gpu/drm/radeon/radeon_combios.c: fix warning
Andrew Morton
2010-02-05
ati_pcigart: fix printk format warning
Randy Dunlap
2010-02-05
drm/r100/kms: Emit cache flush to the end of command buffer. (v2)
Pauli Nieminen
2010-02-05
drm/radeon/kms: fix regression rendering issue on R6XX/R7XX
Jerome Glisse
2010-02-05
drm/radeon/kms: move blit initialization after we disabled VGA
Jerome Glisse
2010-02-04
drm/i915: Fix leak of relocs along do_execbuffer error path
Chris Wilson
2010-02-04
drm/i915: slow acpi_lid_open() causes flickering - V2
Thomas Meyer
2010-02-04
drm/i915: Disable SR when more than one pipe is enabled
David John
2010-02-01
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
2010-02-01
drm/radeon/kms: Fix oops after radeon_cs_parser_init() failure.
Michel Dänzer
2010-02-01
drm/radeon/kms: move radeon KMS on/off switch out of staging.
Dave Airlie
2010-02-01
drm/radeon/kms: Bailout of blit if error happen & protect with mutex V3
Jerome Glisse
2010-02-01
drm/vmwgfx: Don't send bad flags to the host
Jakob Bornecrantz
2010-02-01
drm/vmwgfx: Request SVGA version 2 and bail if not found
Peter Hanzel
2010-02-01
drm/vmwgfx: Correctly detect 3D
Jakob Bornecrantz
2010-02-01
drm/ttm: remove unnecessary save_flags and ttm_flag_masked in ttm_bo_util.c
Austin Yuan
2010-02-01
drm/ttm: remove padding from ttm_ref_object on 64bit builds
Richard Kennedy
2010-02-01
drm/radeon/kms: release agp on error.
Dave Airlie
2010-02-01
drm/kms/radeon/agp: Move the check of the aper_size after drm_acp_acquire and...
John Kacur
2010-02-01
drm/kms/radeon/agp: Fix warning, format ‘%d’ expects type ‘int’, but ...
John Kacur
2010-02-01
drm/ttm: Avoid conflicting reserve_memtype during ttm_tt_set_page_caching.
Francisco Jerez
2010-02-01
drm/kms/radeon: pick digitial encoders smarter. (v3)
Dave Airlie
2010-02-01
drm/radeon/kms: use active device to pick connector for encoder
Dave Airlie
2010-02-01
drm/radeon/kms: fix incorrect logic in DP vs eDP connector checking.
Dave Airlie
2010-01-29
drm/i915: page flip support for Ironlake
Jesse Barnes
2010-01-29
drm/i915: Fix the incorrect DMI string for Samsung SX20S laptop
Zhao Yakui
2010-01-29
drm/i915: Add support for SDVO composite TV
Zhao Yakui
2010-01-29
drm/i915: don't trigger ironlake vblank interrupt at irq install
Li Peng
2010-01-27
drm/i915: Selectively enable self-reclaim
Chris Wilson
2010-01-25
drm/i915: handle non-flip pending case when unpinning the scanout buffer
Jesse Barnes
2010-01-25
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
2010-01-25
drm/i915: Fix the device info of Pineview
Li Peng
2010-01-25
drm/i915: enable vblank interrupt on ironlake
Li Peng
2010-01-25
drm/i915: Prevent use of uninitialized pointers along error path.
Chris Wilson
2010-01-25
drm/i915: disable hotplug detect before Ironlake CRT detect
Zhenyu Wang
2010-01-25
drm/radeon/kms: preface warning printk with driver name
Dave Airlie
2010-01-25
drm/radeon/kms: drop unnecessary printks.
Dave Airlie
2010-01-25
drm: fix regression in fb blank handling
Zhenyu Wang
2010-01-25
drm/radeon/kms: make hibernate work on IGPs
Dave Airlie
2010-01-25
drm/vmwgfx: Optimize memory footprint for DMA buffers.
Thomas Hellstrom
2010-01-25
drm/ttm: Allow system memory as a busy placement.
Thomas Hellstrom
2010-01-25
Merge remote branch 'korg/drm-radeon-next' into drm-linus
Dave Airlie
2010-01-25
Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-linus
Dave Airlie
[next]