aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-11drm/nouveau: Fix "general protection fault" in the flipd/flips eviction path.Francisco Jerez1-2/+2
2010-01-11drm/i2c/ch7006: Drop build time dependency to nouveau.Francisco Jerez1-3/+2
2010-01-11drm/nouveau: Make the MM aware of pre-G80 tiling.Francisco Jerez3-65/+265
2010-01-11drm/nouveau: Pre-G80 tiling support.Francisco Jerez8-147/+185
2010-01-11drm/nouveau: Add cache_flush/pull fifo engine functions.Francisco Jerez3-0/+48
2010-01-11drm: reduce WARN_ON to a printk.Dave Airlie1-1/+1
2010-01-11drm/kms/fb: check for depth changes from userspace for resizing.Dave Airlie1-5/+4
2010-01-11drm: Keep disabled outputs disabled after suspend / resumeDavid John1-1/+23
2010-01-11drm/radeon/kms: add additional safe regs for r4xx/rs6xx and r5xxAlex Deucher5-2/+881
2010-01-08DRM / i915: Fix resume regression on MSI Wind U100 w/o KMSRafael J. Wysocki1-0/+2
2010-01-08drm/radeon/kms: Don't try to enable IRQ if we have no handler installedJerome Glisse4-5/+28
2010-01-08drm: Avoid calling vblank function is vblank wasn't initializedJerome Glisse1-1/+4
2010-01-08drm/radeon: mkregtable.c: close a file before exitAlexander Beregalov1-1/+3
2010-01-08drm/radeon/kms: Make sure we release AGP device if we acquired itJerome Glisse5-8/+6
2010-01-08drm/radeon/kms: Schedule host path read cache flush through the ring V2Jerome Glisse13-32/+33
2010-01-08drm/radeon/kms: Workaround RV410/R420 CP errata (V3)Corbin Simpson2-0/+32
2010-01-08drm/radeon/kms: detect sideport memory on IGP chipsAlex Deucher8-3/+64
2010-01-08drm/radeon: fix a couple of array index errorsDarren Jenkins1-7/+7
2010-01-08drm/radeon/kms: add support for eDP (embedded DisplayPort)Alex Deucher5-12/+32
2010-01-08drm: Add eDP connector typeAlex Deucher1-0/+1
2010-01-08drm/radeon/kms: pull in the latest upstream ObjectID.h changesAlex Deucher1-1/+126
2010-01-08drm/radeon/kms: whitespace changes to ObjectID.hAlex Deucher1-369/+309
2010-01-08drm/radeon/kms: fix typo in atom connector type handlingAlex Deucher2-31/+5
2010-01-07drm/i915: Fix Ironlake M/N/P ranges to match the specZhao Yakui1-3/+3
2010-01-07drm/i915: Use find_pll function to calculate DPLL setting for LVDS downclockZhao Yakui1-59/+2
2010-01-07drm/i915: Add HP nx9020/SamsungSX20S to ACPI LID quirk listZhao Yakui1-0/+14
2010-01-07drm/i915: disable TV hotplug status checkZhenyu Wang1-2/+0
2010-01-06Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds16-43/+86
2010-01-07Merge remote branch 'korg/drm-radeon-next' into drm-linusDave Airlie9-24/+63
2010-01-07drm/radeon/kms: rs600: use correct mask for SW interruptLuca Tettamanti1-1/+1
2010-01-07gpu/drm/radeon/radeon_irq.c: move a dereference below a NULL testDarren Jenkins1-5/+5
2010-01-07drm/radeon/radeon_device.c: move a dereference below a NULL testDarren Jenkins1-2/+4
2010-01-07drm/radeon/radeon_fence.c: move a dereference below the NULL testDarren Jenkins1-5/+4
2010-01-07drm/radeon/radeon_connectors.c: add a NULL test before dereferenceDarren Jenkins1-1/+1
2010-01-07drm/radeon/kms: fix memory leakJiri Slaby1-0/+1
2010-01-07Merge branch 'drm-core-next' into drm-linusDave Airlie7-19/+23
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-06Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intelLinus Torvalds16-537/+682
2010-01-06drm/i915: remove full registers dump debugZhenyu Wang1-29/+0
2010-01-06drm/i915: Add DP dpll limit on ironlake and use existing DPLL search functionZhao Yakui1-68/+48
2010-01-06drm/i915: Select the correct BPC for LVDS on IronlakeZhao Yakui1-0/+12
2010-01-06drm/i915: Make the BPC in FDI rx/transcoder be consistent with that in pipeconf on IronlakeZhao Yakui1-1/+25
2010-01-06drm/i915: Enable/disable the dithering for LVDS based on VBT settingZhao Yakui2-1/+18
2010-01-06drm/i915: Permit pinning whilst the device is 'suspended'Chris Wilson1-3/+0
2010-01-06drm/i915: Hold struct mutex whilst pinning power context bo.Chris Wilson1-26/+47
2010-01-06drm/i915: fix unused varAndrew Morton1-1/+2
2010-01-06drm/i915: Storage class should be before const qualifierTobias Klauser1-4/+4