summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-01-14drm/nouveau: add NV18 device id to call_lvds_manufacturer_scriptAndrea Tacconi1-1/+1
2010-01-14drm/nv50: Fix typo in PGRAPH initialisation.Marcin Koƛcielnicki1-1/+1
2010-01-14drm/nouveau: less magic DCB 1.5 parsingBen Skeggs1-39/+40
2010-01-14drm/nouveau: assume no nv04 board has a DCB tableBen Skeggs1-8/+12
2010-01-13drm/nouveau: remove PRIV0 check in nouveau_mem_close()Ben Skeggs1-3/+0
2010-01-12drm/nouveau: wait on fence after bo move if validating for another channelBen Skeggs1-0/+2
2010-01-12drm/nouveau: trust init table registers are safeBen Skeggs1-50/+9
2010-01-12drm/nv50: wait for pgraph to idle before unloading the contextMaarten Maathuis1-0/+1
2010-01-11Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Ben Skeggs76-221/+12088
2010-01-11nv04: Fix set_operation software method.Marcin Koƛcielnicki1-1/+1
2010-01-08drm/kms/fb: check for depth changes from userspace for resizing.Dave Airlie1-5/+4
2010-01-08drm: Keep disabled outputs disabled after suspend / resumeDavid John1-1/+23
2010-01-08drm/nouveau: initialise DMA tracking parameters earlierBen Skeggs3-6/+12
2010-01-08drm/nouveau: use dma.max rather than pushbuf size for checking GET validityBen Skeggs1-1/+1
2010-01-07drm/nv04: differentiate between nv04/nv05Ben Skeggs1-1/+4
2010-01-07drm/kms: Fix &&/|| confusion in drm_fb_helper_connector_parse_command_line()Roel Kluin1-1/+1
2010-01-07drm/edid: Fix CVT width/height decodeAdam Jackson1-5/+5
2010-01-07drm/edid: Skip empty CVT codepointsAdam Jackson1-0/+4
2010-01-07drm: remove address mask param for drm_pci_alloc()Zhenyu Wang5-13/+13
2010-01-06drm/nouveau: Fix null deref in nouveau_fence_emit due to deleted fenceLuca Barbieri1-20/+13
2010-01-06drm/nv50: prevent a possible ctxprog hangBen Skeggs1-0/+1
2010-01-05drm/nouveau: have ttm's fault handler called directlyBen Skeggs1-29/+1
2010-01-05drm/nv50: restore correct cache1 get/put address on fifoctx loadBen Skeggs1-4/+2
2010-01-05drm/nouveau: create function for "dealing" with gpu lockupMarcin Slusarz4-26/+22
2010-01-04drm/nouveau: remove unused nouveau_channel_idle() functionBen Skeggs2-42/+0
2010-01-04drm/nouveau: fix handling of fbcon colours in 8bppBen Skeggs2-4/+10
2009-12-28drm/nv04: Context switching fixes.Francisco Jerez1-74/+78
2009-12-28drm/nouveau: Use the software object for fencing.Francisco Jerez2-3/+4
2009-12-28drm/nouveau: Allocate a per-channel instance of NV_SW.Francisco Jerez6-24/+48
2009-12-27Revert "drm/nv50: improve handling of tiled buffers wrt to cpu/gpu access"Maarten Maathuis3-32/+5
2009-12-27drm/nv50: make the blocksize depend on vram sizeMaarten Maathuis1-17/+19
2009-12-27drm/nv50: fix align typo for g9xMaarten Maathuis1-1/+1
2009-12-27drm/nv50: improve handling of tiled buffers wrt to cpu/gpu accessMaarten Maathuis3-5/+32
2009-12-27drm/nouveau: better alignment of bo sizes and use roundup instead of ALIGNMaarten Maathuis2-4/+8
2009-12-26drm/nouveau: Fix up the nv2x tiling alignment restrictions.Francisco Jerez1-0/+4
2009-12-23drm/nouveau: Don't skip card take down on nv0x.Francisco Jerez1-2/+2
2009-12-23drm/kms: silencing a false positive warning.Marin Mitov1-1/+1
2009-12-23drm/mm: fix logic for selection of best fit blockBob Gleitsmann1-2/+2
2009-12-23drm/vmwgfx: Use TTM handles instead of SIDs as user-space surface handles.Thomas Hellstrom4-111/+209
2009-12-23drm/vmwgfx: Return -ERESTARTSYS when interrupted by a signal.Thomas Hellstrom3-10/+6
2009-12-23drm/vmwgfx: Fix unlocked ioctl and add proper access controlThomas Hellstrom1-28/+19
2009-12-23drm/radeon: fix build on 64-bit with some compilers.Dave Airlie1-2/+2
2009-12-23drivers/gpu: Use kzalloc for allocating only one thingJulia Lawall1-2/+2
2009-12-23DRM: Rename clamp variableAndi Kleen1-3/+3
2009-12-22drm/nouveau: Fix up the tiling alignment restrictions for nv1x.Francisco Jerez1-5/+1
2009-12-22drm/nouveau: Implement nv42-nv43 TV load detection.Francisco Jerez1-1/+89
2009-12-22drm/nouveau: Clean up the nv17-nv4x load detection code a bit.Francisco Jerez3-31/+37
2009-12-22drm/nv50: fix fillrect colorMarcin Slusarz1-1/+2
2009-12-21drm/nv50: ignore vbios table's claim to the contrary if EDID says >8bpcBen Skeggs1-0/+17
2009-12-18drm: convert drm_ioctl to unlocked_ioctlArnd Bergmann20-138/+86