index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-06
drm/radeon/kms: make sure blit addr masks are 64 bit
Alex Deucher
2
-8
/
+8
2010-10-06
Merge branch 'drm-radeon-next' of ../drm-radeon-next into drm-core-next
Dave Airlie
34
-819
/
+2140
2010-10-06
Merge branch 'drm-kdb-next' into drm-core-next
Dave Airlie
11
-73
/
+265
2010-10-06
Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-cor...
Dave Airlie
81
-3483
/
+7104
2010-10-06
drm/nouveau/kms: Avoid a hang entering KDB with VT accel on.
Chris Ball
1
-0
/
+9
2010-10-06
radeon, kdb, kms: Save and restore the LUT on atomic KMS enter/exit
Jason Wessel
3
-0
/
+40
2010-10-06
drm, kdb, kms: Add an enter argument to mode_set_base_atomic() API
Jason Wessel
8
-11
/
+13
2010-10-06
drm/nouveau/kms: Implement KDB debug hooks for nouveau KMS.
Chris Ball
3
-21
/
+80
2010-10-06
drm/radeon/kms: Implement KDB debug hooks for radeon KMS.
Chris Ball
4
-47
/
+129
2010-10-06
Merge branch 'drm-vmware-next' into drm-core-next
Dave Airlie
9
-53
/
+318
2010-10-06
drm/radeon/kms: add drm blit support for evergreen
Alex Deucher
10
-55
/
+1221
2010-10-06
drm/radeon: Modify radeon_pm_in_vbl to use radeon_get_crtc_scanoutpos()
Mario Kleiner
1
-61
/
+9
2010-10-06
drm/radeon: Add function for display scanout position query.
Mario Kleiner
2
-0
/
+160
2010-10-06
drm/radeon/kms: rework spread spectrum handling
Alex Deucher
4
-100
/
+305
2010-10-06
drm/radeon/kms: remove new pll algo
Alex Deucher
7
-278
/
+9
2010-10-06
drm/radeon/kms: remove some pll algo flags
Alex Deucher
4
-52
/
+7
2010-10-06
drm/radeon/kms: prefer high post dividers in legacy pll algo
Alex Deucher
1
-1
/
+1
2010-10-06
drm/radeon/kms: properly handle 40 bit MC addresses in the cursor code
Alex Deucher
1
-6
/
+9
2010-10-06
drm/radeon: add properties to configure the width of the underscan borders
Marius Gröger
3
-5
/
+82
2010-10-06
drm/radeon/kms/r6xx+: use new style fencing (v3)
Alex Deucher
6
-17
/
+64
2010-10-06
drm/radeon/kms: enable writeback (v2)
Alex Deucher
16
-218
/
+258
2010-10-06
drm/radeon/kms: clean up r6xx/r7xx blit init (v2)
Alex Deucher
3
-28
/
+17
2010-10-06
drm/vmwgfx: Bump minor and driver date
Thomas Hellstrom
1
-2
/
+2
2010-10-06
drm/vmwgfx: Save at least one screen layout
Thomas Hellstrom
1
-0
/
+3
2010-10-06
drm/vmwgfx: Add modinfo version
Thomas Hellstrom
1
-0
/
+4
2010-10-06
drm/vmwgfx: Add a parameter to get the max fb size
Thomas Hellstrom
3
-2
/
+6
2010-10-06
drm/vmwgfx: Don't flush fb if we're in the suspended state.
Thomas Hellstrom
1
-0
/
+3
2010-10-06
drm/vmwgfx: Prune modes based on available VRAM size
Thomas Hellstrom
4
-11
/
+38
2010-10-06
drm/vmwgfx: Take the ttm lock around the dirty ioctl
Thomas Hellstrom
3
-8
/
+84
2010-10-06
drm: vmwgfx: Add a struct drm_file parameter to the dirty framebuffer callback
Thomas Hellstrom
3
-2
/
+6
2010-10-06
drm/vmwgfx: Add new-style PM hooks to improve hibernation behavior
Thomas Hellstrom
1
-34
/
+79
2010-10-06
drm/vmwgfx: Fix ACPI S3 & S4 functionality.
Thomas Hellstrom
2
-2
/
+37
2010-10-06
drm/vmwgfx: Really support other depths than 32
Thomas Hellstrom
1
-21
/
+85
2010-10-06
Merge remote branch 'korg/drm-fixes' into drm-vmware-next
Dave Airlie
81
-375
/
+645
2010-10-06
Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next
Dave Airlie
51
-5648
/
+6341
2010-10-05
drm/ttm: restructure to allow driver to plug in alternate memory manager
Ben Skeggs
18
-116
/
+229
2010-10-05
drm/ttm: introduce utility function to free an allocated memory node
Ben Skeggs
5
-47
/
+24
2010-10-05
drm/nouveau: fix thinkos in mem timing table recordlen check
Roy Spliet
1
-5
/
+7
2010-10-05
drm/nouveau: parse voltage from perf 0x40 entires
Ben Skeggs
1
-1
/
+1
2010-10-05
drm/nouveau: don't use the default pll limits in table v2.1 on nv50+ cards
Emil Velikov
1
-0
/
+6
2010-10-05
drm/nv50: Fix large 3D performance regression caused by the interchannel sync...
Francisco Jerez
2
-7
/
+40
2010-10-05
drm/nouveau: Synchronize buffer object moves in hardware.
Francisco Jerez
1
-3
/
+8
2010-10-05
drm/nouveau: Use semaphores to handle inter-channel sync in hardware.
Francisco Jerez
4
-3
/
+212
2010-10-05
drm/nouveau: Provide a means to have arbitrary work run on fence completion.
Francisco Jerez
2
-0
/
+33
2010-10-05
drm/nouveau: Minor refactoring/cleanup of the fence code.
Francisco Jerez
6
-55
/
+59
2010-10-05
drm/nouveau: Add a module option to force card POST.
Marcin Kościelnicki
3
-0
/
+7
2010-10-05
drm/nv50: prevent (IB_PUT == IB_GET) for occurring unless idle
Ben Skeggs
1
-1
/
+1
2010-10-05
drm/nv0x-nv4x: Leave the 0x40 bit untouched when changing CRE_LCD.
Francisco Jerez
5
-11
/
+7
2010-10-05
drm/nv30-nv40: Fix postdivider mask when writing engine/memory PLLs.
Francisco Jerez
1
-1
/
+1
2010-10-05
drm/nouveau: Fix perf table parsing on BMP v5.25.
Francisco Jerez
1
-1
/
+1
[next]