summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/stradis.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-10-06drm/nouveau/kms: Avoid a hang entering KDB with VT accel on.Chris Ball1-0/+9
2010-10-06radeon, kdb, kms: Save and restore the LUT on atomic KMS enter/exitJason Wessel3-0/+40
2010-10-06drm, kdb, kms: Add an enter argument to mode_set_base_atomic() APIJason Wessel8-11/+13
2010-10-06drm/nouveau/kms: Implement KDB debug hooks for nouveau KMS.Chris Ball3-21/+80
2010-10-06drm/radeon/kms: Implement KDB debug hooks for radeon KMS.Chris Ball4-47/+129
2010-10-06drm/radeon/kms: add drm blit support for evergreenAlex Deucher10-55/+1221
2010-10-06drm/radeon: Modify radeon_pm_in_vbl to use radeon_get_crtc_scanoutpos()Mario Kleiner1-61/+9
2010-10-06drm/radeon: Add function for display scanout position query.Mario Kleiner2-0/+160
2010-10-06drm/radeon/kms: rework spread spectrum handlingAlex Deucher4-100/+305
2010-10-06drm/radeon/kms: remove new pll algoAlex Deucher7-278/+9
2010-10-06drm/radeon/kms: remove some pll algo flagsAlex Deucher4-52/+7
2010-10-06drm/radeon/kms: prefer high post dividers in legacy pll algoAlex Deucher1-1/+1
2010-10-06drm/radeon/kms: properly handle 40 bit MC addresses in the cursor codeAlex Deucher1-6/+9
2010-10-06drm/radeon: add properties to configure the width of the underscan bordersMarius Gröger3-5/+82
2010-10-06drm/radeon/kms/r6xx+: use new style fencing (v3)Alex Deucher6-17/+64
2010-10-06drm/radeon/kms: enable writeback (v2)Alex Deucher16-218/+258
2010-10-06drm/radeon/kms: clean up r6xx/r7xx blit init (v2)Alex Deucher3-28/+17
2010-10-06drm/vmwgfx: Bump minor and driver dateThomas Hellstrom1-2/+2
2010-10-06drm/vmwgfx: Save at least one screen layoutThomas Hellstrom1-0/+3
2010-10-06drm/vmwgfx: Add modinfo versionThomas Hellstrom1-0/+4
2010-10-06drm/vmwgfx: Add a parameter to get the max fb sizeThomas Hellstrom3-2/+6
2010-10-06drm/vmwgfx: Don't flush fb if we're in the suspended state.Thomas Hellstrom1-0/+3
2010-10-06drm/vmwgfx: Prune modes based on available VRAM sizeThomas Hellstrom4-11/+38
2010-10-06drm/vmwgfx: Take the ttm lock around the dirty ioctlThomas Hellstrom3-8/+84
2010-10-06drm: vmwgfx: Add a struct drm_file parameter to the dirty framebuffer callbackThomas Hellstrom3-2/+6
2010-10-06drm/vmwgfx: Add new-style PM hooks to improve hibernation behaviorThomas Hellstrom1-34/+79
2010-10-06drm/vmwgfx: Fix ACPI S3 & S4 functionality.Thomas Hellstrom2-2/+37
2010-10-06drm/vmwgfx: Really support other depths than 32Thomas Hellstrom1-21/+85
2010-10-05drm/ttm: restructure to allow driver to plug in alternate memory managerBen Skeggs18-116/+229
2010-10-05drm/ttm: introduce utility function to free an allocated memory nodeBen Skeggs5-47/+24
2010-10-05drm/nouveau: fix thinkos in mem timing table recordlen checkRoy Spliet1-5/+7
2010-10-05drm/nouveau: parse voltage from perf 0x40 entiresBen Skeggs1-1/+1
2010-10-05drm/nouveau: don't use the default pll limits in table v2.1 on nv50+ cardsEmil Velikov1-0/+6
2010-10-05drm/nv50: Fix large 3D performance regression caused by the interchannel sync...Francisco Jerez2-7/+40
2010-10-05drm/nouveau: Synchronize buffer object moves in hardware.Francisco Jerez1-3/+8
2010-10-05drm/nouveau: Use semaphores to handle inter-channel sync in hardware.Francisco Jerez4-3/+212
2010-10-05drm/nouveau: Provide a means to have arbitrary work run on fence completion.Francisco Jerez2-0/+33
2010-10-05drm/nouveau: Minor refactoring/cleanup of the fence code.Francisco Jerez6-55/+59
2010-10-05drm/nouveau: Add a module option to force card POST.Marcin Kościelnicki3-0/+7
2010-10-05drm/nv50: prevent (IB_PUT == IB_GET) for occurring unless idleBen Skeggs1-1/+1
2010-10-05drm/nv0x-nv4x: Leave the 0x40 bit untouched when changing CRE_LCD.Francisco Jerez5-11/+7
2010-10-05drm/nv30-nv40: Fix postdivider mask when writing engine/memory PLLs.Francisco Jerez1-1/+1
2010-10-05drm/nouveau: Fix perf table parsing on BMP v5.25.Francisco Jerez1-1/+1
2010-10-05drm/nouveau: fix required mode bandwidth calculation for DPBen Skeggs2-1/+20
2010-10-05drm/nouveau: fix typo in c2aa91afea5f7e7ae4530fabd37414a79c03328cBen Skeggs1-1/+1
2010-10-05drm/nva3: split pm backend out from nv50Ben Skeggs5-42/+137
2010-10-05drm/nouveau: run perflvl and M table scripts on mem clock changeBen Skeggs3-0/+25
2010-10-05drm/nouveau: pass perflvl struct to clock_pre()Ben Skeggs5-11/+17
2010-10-05drm/nouveau: enable enhanced framing only if DP display supports itBen Skeggs2-2/+6
2010-10-05drm/nouveau: Import initial memory timing workRoy Spliet4-1/+169