summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/psb_drv.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-1/+1
2012-07-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+0
2012-07-19drm: kill reclaim_buffers callbackDaniel Vetter1-1/+0
2012-07-16gma500: move the ASLE enableAlan Cox1-0/+1
2012-05-22drm: Constify gem_vm_ops pointerLaurent Pinchart1-1/+1
2012-05-17gma500: unload fixesAlan Cox1-14/+6
2012-05-17gma500: Fix crash on D2700MUD and various other boardsAlan Cox1-4/+2
2012-05-11gma500: Turn on the IRQ for everythingAlan Cox1-2/+2
2012-05-11gma500: clean up some more checksAlan Cox1-5/+0
2012-05-11cdv: Add all cedarview pci idsAlan Cox1-0/+8
2012-05-11gma500: Clean up some of the noiseAlan Cox1-18/+0
2012-05-07gma500: address the lid codeAlan Cox1-1/+1
2012-05-07gma500: opregion and ACPIAlan Cox1-4/+4
2012-05-03gma500: don't register the ACPI video busAlan Cox1-1/+1
2012-04-27gma500: Fix leak of uncached pageAlan Cox1-0/+1
2012-03-10gma500: fix two -Wmissing-field-initializers warningsKirill A. Shutemov1-2/+4
2012-03-10gma500: mark psb_driver_device_is_agp() and psb_driver_preclose() as staticKirill A. Shutemov1-2/+2
2012-03-10gma500: psb_driver_load(): drop unused variablesKirill A. Shutemov1-8/+0
2012-03-10gma500: use DRM_IOCTL_DEF_DRV instead of custom PSB_IOCTL_DEFKirill A. Shutemov1-19/+16
2012-03-10gma500: initial medfield mergeKirill A. Shutemov1-0/+10
2012-02-16drm: move pci bus master enable into driver.Dave Airlie1-0/+2
2012-01-03gma500: remove no_fb bitsAlan Cox1-11/+4
2012-01-03gma500: Fix Cedarview support (Correct version)Alan Cox1-1/+1
2012-01-03gma500: Add the E6xx PCI identifier we are missingAlan Cox1-0/+2
2011-12-20gma500: Final enables for OaktrailAlan Cox1-1/+1
2011-12-20gma500: Fix encoder type checking for connectorsPatrik Jakobsson1-3/+3
2011-12-06gma500: frame buffer lockingAlan Cox1-1/+1
2011-12-06gma500: do a pass over the FIXME tagsAlan Cox1-1/+0
2011-12-06gma500: Don't enable MSI on PoulsboPatrik Jakobsson1-3/+5
2011-12-06gma500: Only register interrupt handler for poulsbo hardwarePatrik Jakobsson1-1/+1
2011-12-06gma500: Move the APIAlan Cox1-1/+1
2011-12-06gma500: Rename the ioctls to avoid clashing with the legacy driversAlan Cox1-8/+8
2011-12-06drm/gma500: begin pruning dead bits of APIAlan Cox1-506/+1
2011-11-28drm/gma500: fix compile errorIlija Hadzic1-11/+12
2011-11-16gma500: fixup build versus latest header changes.Dave Airlie1-0/+1
2011-11-16gma500: Add the core DRM files and headersAlan Cox1-0/+1210