summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2010-11-18drm/radeon/kms: fix alignment when allocating buffersAlex Deucher13-23/+25
2010-11-18drm/vmwgfx: Fix up an error path during bo creationThomas Hellstrom1-6/+8
2010-11-18drm/radeon/kms: register an i2c adapter name for the dp aux busAlex Deucher1-0/+1
2010-11-18drm/radeon/kms/atom: add proper external encoders supportAlex Deucher2-0/+184
2010-11-18drm/radeon/kms/atom: cleanup and unify DVO handlingAlex Deucher4-46/+52
2010-11-18drm/radeon/kms: properly power up/down the eDP panel as needed (v4)Alex Deucher3-0/+70
2010-11-18drm/radeon/kms/atom: set sane defaults in atombios_get_encoder_mode()Alex Deucher1-3/+15
2010-11-18drm/radeon/kms: turn the backlight off explicitly for dpmsAlex Deucher1-1/+14
2010-11-18drm/radeon/kms: fix typo in r600 cs checkerAlex Deucher1-1/+1
2010-11-18drm: radeon: fix error value signVasiliy Kulikov1-2/+2
2010-11-18drm/radeon/kms: fix and unify tiled buffer alignment checking for r6xx/7xxAlex Deucher2-116/+199
2010-11-18nouveau: Acknowledge HPD irq in handler, not bottom halfAndy Lutomirski3-9/+33
2010-11-18drm/nouveau: Fix a few confusions between "chipset" and "card_type".Francisco Jerez3-3/+3
2010-11-18drm/nouveau: don't expose backlight control when available through ACPIBen Skeggs1-0/+9
2010-11-18drm/nouveau/pm: improve memtiming mappingsRoy Spliet1-12/+19
2010-11-18drm/nouveau: Make PCIE GART size depend on the available RAMIN space.Francisco Jerez1-5/+5
2010-11-18drm/nouveau: Return error from nouveau_gpuobj_new if we're out of RAMIN.Francisco Jerez1-1/+1
2010-11-18drm/nouveau: Fix compilation issues in nouveau_pm when CONFIG_HWMON is not setMartin Peres1-1/+6
2010-11-18drm/nouveau: Don't use load detection for connector polling.Francisco Jerez1-23/+2
2010-11-18drm/nv10-nv20: Fix instability after MPLL changes.Francisco Jerez1-0/+9
2010-11-18drm/nv50: implement possible workaround for NV86 PGRAPH TLB flush hangBen Skeggs7-13/+82
2010-11-18drm/nouveau: Don't poll LVDS outputs.Francisco Jerez1-4/+6
2010-11-18drm/nouveau: Use "force" to decide if analog load detection is ok or not.Francisco Jerez3-49/+28
2010-11-18drm/nv04: Fix scanout over the 16MB mark.Francisco Jerez2-1/+20
2010-11-18drm/nouveau: fix nv40 pcie gart sizeLucas Stach1-1/+5
2010-11-18drm/nva3: fix overflow in fixed point math used for pll calculationBen Skeggs1-6/+10
2010-11-18drm/nv10: Balance RTs expected to be accessed simultaneously by the 3d engine.Francisco Jerez1-0/+28
2010-11-18drm/nouveau: Expose some BO usage flags to userspace.Francisco Jerez5-22/+39
2010-11-18drm/nouveau: Reduce severity of the unknown getparam error.Francisco Jerez1-2/+2
2010-11-18drm/nouveau: Avoid lock dependency between ramht and ramin spinlocks.Francisco Jerez1-27/+44
2010-11-18drm/nouveau: Some random cleanups.Francisco Jerez3-50/+16
2010-11-18drm/nv11: Fix bad PLL detection false positive.Francisco Jerez1-4/+4
2010-11-18drm/nv04-nv40: Fall back to panel rescaling if we have no usable native mode.Francisco Jerez1-6/+7
2010-11-18drm/nouveau: Reject modes exceeding the integrated TMDS maximum bandwidth.Francisco Jerez1-6/+21
2010-11-18drm/nouveau: Fix sleep while atomic in the semaphore code.Francisco Jerez1-1/+6
2010-11-18drm/nouveau: ratelimit IRQ messagesJiri Slaby1-12/+14
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-15Merge remote branch 'airlied/drm-fixes' into drm-intel-fixesChris Wilson34-296/+448
2010-11-15drm: radeon: fix error value signVasiliy Kulikov1-2/+2
2010-11-15drm/radeon/kms: fix and unify tiled buffer alignment checking for r6xx/7xxAlex Deucher2-116/+199
2010-11-13drm/i915: Retire any pending operations on the old scanout when switchingChris Wilson3-0/+28
2010-11-10drm/ttm: Be consistent on ttm_bo_init() failuresThomas Hellstrom1-0/+4
2010-11-10drm/radeon/kms: Fix retrying ttm_bo_init() after it failed once.Michel Dänzer1-2/+2
2010-11-09drm/i915: Fix I2C adapter registrationJean Delvare1-5/+6
2010-11-09drm/radeon/kms: fix thermal sensor reporting on rv6xxAlex Deucher1-7/+1
2010-11-09drm/radeon/kms: fix bugs in ddc and cd path router codeTyson Whitehead2-10/+7
2010-11-09drm/radeon/kms: add support for clock/data path routersAlex Deucher6-29/+85
2010-11-09drm: vmwgfx: fix information leak to userlandKulikov Vasiliy1-0/+1
2010-11-09drivers/gpu: Use vzallocJoe Perches1-2/+2
2010-11-09drm/vmwgfx: Fix oops on failing bo pinThomas Hellstrom1-0/+5