summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/gma500/psb_drv.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-22Merge branch 'gma500-next' of git://github.com/patjak/drm-gma500 into drm-nextDave Airlie1-7/+7
2013-08-19drm: rip out a few unused DRIVER flagsDaniel Vetter1-1/+1
2013-08-19drm: remove FASYNC supportDaniel Vetter1-1/+0
2013-08-07drm: const'ify ioctls table (v2)Rob Clark1-1/+1
2013-08-07drm/gem: create drm_gem_dumb_destroyDaniel Vetter1-1/+1
2013-07-24drm/gma500: Rename psb_intel_encoder to gma_encoderPatrik Jakobsson1-3/+3
2013-07-24drm/gma500: Rename psb_intel_crtc to gma_crtcPatrik Jakobsson1-3/+3
2013-07-24drm/gma500: Convert to generic encoder funcsPatrik Jakobsson1-1/+1
2013-07-24drm/gma500: Convert to generic gamma funcsPatrik Jakobsson1-1/+1
2013-04-07drm/gma500: Add hooks for hibernationPatrik Jakobsson1-0/+3
2013-01-21drm/gma500: use drm_modeset_lock_allDaniel Vetter1-4/+4
2013-01-20drm/gma500: move fbcon restore to lastcloseDaniel Vetter1-0/+10
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-1/+1
2012-07-27Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+0
2012-07-20drm: 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