aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/psb_drv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter1-13/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner1-13/+1
2019-05-28Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-8/+8
2019-05-22drm/gma500: drop drmp.h include from all .c filesSam Ravnborg1-6/+6
2019-05-22drm/gma500: drop drmP.h from header filesSam Ravnborg1-1/+1
2019-05-22drm/gma500: remove empty gma_drm.h header fileSam Ravnborg1-1/+1
2019-05-21drm/gma500/cdv: Check vbt config bits when detecting lvds panelsPatrik Jakobsson1-0/+1
2018-08-27Merge drm/drm-next into drm-misc-nextSean Paul1-1/+2
2018-08-23drivers/gpu/drm/gma500/: change return type to vm_fault_tSouptick Joarder1-1/+2
2018-08-17drm/gma500: Do not include <drm/drm_global.h>Thomas Zimmermann1-1/+0
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-8/+10
2018-01-11drm/gma500: Deprecate pci_get_bus_and_slot()Sinan Kaya1-8/+10
2017-11-20gpu: gma500: remove unneeded DRIVER_LICENSE #defineGreg Kroah-Hartman1-1/+0
2017-08-16drm/gma500: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes1-2/+0
2017-03-14Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter1-1/+1
2017-03-01gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-3/+2
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-1/+1
2016-11-08drm/gma500: remove unused ioctl declarationsJiang Biao1-4/+0
2015-12-08drm/gma500: Move to private save/restore hooksDaniel Vetter1-0/+2
2015-12-01drm/gma500: Add driver private mutex for the fault handlerDaniel Vetter1-0/+2
2015-10-06drm/irq: Use unsigned int pipe in public APIThierry Reding1-3/+3
2014-12-02drm/gma500: add support for atom e6xx lpc lvds i2cJan Safrata1-0/+3
2014-03-17drm/gma500: Code cleanup - inline documentationArthur Borsboom1-101/+34
2014-03-17drm/gma500: Code cleanup - style fixesArthur Borsboom1-11/+11
2014-03-17drm/gma500: Move asle interrupt work into a work taskPatrik Jakobsson1-0/+1
2014-03-17drm/gma500: Give MMU code it's own header filePatrik Jakobsson1-44/+1
2014-03-17drm/gma500: Make SGX MMU driver actually do somethingPatrik Jakobsson1-5/+5
2013-12-18drm: Kill DRM_IRQ_ARGSDaniel Vetter1-1/+1
2013-12-18drm: Kill DRM_HZDaniel Vetter1-3/+3
2013-11-08drm/gma500/mrst: Add aux register writes when programming pipePatrik Jakobsson1-0/+27
2013-11-08drm/gma500: Add support for aux pci vdc devicePatrik Jakobsson1-1/+20
2013-11-08drm/gma500: Add chip specific sdvo masksPatrik Jakobsson1-0/+1
2013-11-08drm/gma500: Add Minnowboard to the IS_MRST() macroPatrik Jakobsson1-1/+1
2013-10-09drm: Remove pci_vendor and pci_device from struct drm_deviceVille Syrjälä1-4/+4
2013-10-09drm: kill ->gem_init_object() and friendsDavid Herrmann1-1/+0
2013-08-22Merge branch 'gma500-next' of git://github.com/patjak/drm-gma500 into drm-nextDave Airlie1-0/+5
2013-08-15drm/gma500/cdv: Add and hook up chip op for disabling srPatrik Jakobsson1-0/+1
2013-08-14drm/gma500/cdv: Add and hook up chip op for watermarksPatrik Jakobsson1-0/+1
2013-08-07drm/gem: create drm_gem_dumb_destroyDaniel Vetter1-2/+0
2013-07-24drm/gma500: Add IS_CDV() macroPatrik Jakobsson1-0/+1
2013-07-24drm/gma500: Add generic code for clock calculationPatrik Jakobsson1-0/+2
2013-03-13gma500: remove unused drm_psb_no_fbWang YanQing1-1/+0
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+19
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-08-24drm: gma500: Kill the GEM glue layerLaurent Pinchart1-1/+0
2012-08-24gma500/cdv: Add eDP supportZhao Yakui1-0/+19
2012-05-22gma500: handle poulsbo cursor restrictionPatrik Jakobsson1-0/+1
2012-05-17gma500: unload fixesAlan Cox1-0/+1
2012-05-11gma500: introduce some register mapsAlan Cox1-0/+31
2012-05-11gma500: introduce a structure describing each pipeAlan Cox1-105/+31