summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2010-09-07i915: return -EFAULT if copy_to_user failsDan Carpenter1-3/+9
2010-09-07drm/i915: overlay on gen2 can't address above 1GDaniel Vetter1-0/+4
2010-09-07drm/i915: Clear the vblank status bit before polling for the next vblankChris Wilson1-0/+16
2010-09-07i915: Fix spurious TV detection after 9d0498a2bf + 9559fcdbffPekka Enberg1-3/+6
2010-09-07i915: revert some checks added by commit 32aad86fPavel Roskin1-16/+13
2010-09-07Revert "drm/i915: Unreference object not handle on creation"Chris Wilson1-3/+6
2010-09-07drivers/gpu/drm/i915/intel_overlay.c needs seq_file.hAndrew Morton1-0/+2
2010-09-07drm: Do not force 1024x768 modes on unknown connectorsChris Wilson1-4/+3
2010-09-07drm/kms: Add a module parameter to disable pollingChris Wilson1-2/+15
2010-09-07drm/radeon/kms: fix tv-out on avivo asicsAlex Deucher1-3/+23
2010-09-07drm/radeon/kms/evergreen: fix gpu hangs in userspace accel codeAlex Deucher2-5/+39
2010-09-03Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into d...Dave Airlie3-7/+8
2010-09-03drm/nv50: initialize ramht_refs list for faked 0 channelMarcin Slusarz1-0/+2
2010-09-03drm/nouveau: Don't take struct_mutex around the pushbuf IOCTL.Francisco Jerez1-5/+2
2010-09-03drm/nouveau: Take fence spinlock before reading the last sequence.Francisco Jerez1-2/+4
2010-09-02drm/radeon/kms/evergreen: work around bad data in some i2c tablesAlex Deucher1-0/+27
2010-09-02drm/radeon/kms: properly set crtc high base on r7xxAlex Deucher1-4/+4
2010-09-02drm/radeon/kms: fix tv module parameterAlex Deucher1-35/+43
2010-09-02drm/radeon/kms: force legacy pll algo for RV515 LVDSAlex Deucher1-0/+14
2010-09-02drm/radeon/kms: remove useless clock codeAlex Deucher7-98/+0
2010-08-30drm/radeon/kms: fix a regression on r7xx AGP due to the HDP flush fixAlex Deucher3-1/+59
2010-08-30drm/radeon/kms: use tracked values for sclk and mclkAlex Deucher3-20/+18
2010-08-29Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds12-74/+82
2010-08-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+1
2010-08-27drm/radeon/kms: add missing scratch update in dp_detectAlex Deucher1-0/+1
2010-08-27drm/modes: Fix CVT-R modeline generationAdam Jackson1-1/+4
2010-08-27drm: fix regression in drm locking since BKL removal.Arnd Bergmann1-0/+2
2010-08-27drm/radeon/kms: remove stray radeon_i2c_destroyAlex Deucher1-2/+0
2010-08-27drm: mm: fix range restricted allocationsDaniel Vetter1-10/+14
2010-08-27Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into d...Dave Airlie7-61/+61
2010-08-27drm/nouveau: drop drm_global_mutex before sleeping in submission pathBen Skeggs1-0/+2
2010-08-27drm: export drm_global_mutex for drivers to useBen Skeggs1-0/+1
2010-08-26drm/nv20: Don't use pushbuf calls on the original nv20.Francisco Jerez1-2/+2
2010-08-26drm/nouveau: Fix TMDS on some DCB1.5 boards.Francisco Jerez1-14/+6
2010-08-26drm/nouveau: Fix backlight control on PPC machines with an internal TMDS panel.Francisco Jerez2-21/+27
2010-08-26drm/nv30: Apply modesetting to the correct slave encoderPatrice Mandin1-3/+5
2010-08-26drm/nouveau: Use a helper function to match PCI device/subsystem IDs.Francisco Jerez3-20/+16
2010-08-26drm/nv50: add dcb type 14 to enum to prevent compiler complaintBen Skeggs2-1/+2
2010-08-24drm/i915: fix vblank wait test conditionJesse Barnes1-1/+1
2010-08-24Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds42-472/+637
2010-08-23Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into d...Dave Airlie10-34/+103
2010-08-23drm/radeon/kms: fix typo in radeon_compute_pll_gainAlex Deucher1-1/+1
2010-08-23drm/radeon/kms: try to detect tv vs monitor for underscanAlex Deucher1-1/+14
2010-08-23drm/radeon/kms: fix sideport detection on newer rs880 boardsAlex Deucher1-1/+1
2010-08-23drm/radeon: fix passing wrong type to gem object create.Dave Airlie1-1/+1
2010-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds26-2408/+2645
2010-08-22drm/i915,intel_agp: Add support for Sandybridge D0Zhenyu Wang1-0/+1
2010-08-22drm/i915: fix render pipe control notify on sandybridgeZhenyu Wang1-1/+6
2010-08-22drm/i915: Remove the conflicting BUG_ON()Chris Wilson1-2/+0
2010-08-22drm/i915/suspend: s/IS_IRONLAKE/HAS_PCH_SPLIT/Chris Wilson1-37/+37