aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-04-27drm: Don't pass the index to drm_property_add_enum()Ville Syrjälä2-3/+3
2018-04-25drm/gma500: fix psb_intel_lvds_mode_valid()'s return typeLuc Van Oostenryck2-2/+2
2018-04-25drm/gma500: fix mode_valid's return typeLuc Van Oostenryck7-7/+7
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds5-21/+39
2018-01-11drm/gma500: Deprecate pci_get_bus_and_slot()Sinan Kaya5-21/+39
2017-12-08drm/gma500: Use drm_fb_helper_lastclose() and _poll_changed()Noralf Trønnes2-22/+2
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie3-3/+2
2017-11-20gpu: gma500: remove unneeded DRIVER_LICENSE #defineGreg Kroah-Hartman2-2/+1
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds4-11/+8
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-01drm: gma500: Convert timers to use timer_setup()Kees Cook1-5/+3
2017-10-31drm: gma500: Convert timers to use timer_setup()Kees Cook1-5/+3
2017-10-30gma500: mmu: unmap the correct addressPan Bian1-1/+1
2017-10-16drm/gma500: use ARRAY_SIZEJérémy Lefaure1-5/+4
2017-10-12driver:gpu: return -ENOMEM on allocation failure.Allen Pais1-1/+1
2017-09-28Merge tag 'drm-misc-next-2017-09-20' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie2-5/+3
2017-09-09Merge branch 'i2c/for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-1/+1
2017-09-06drm: gma500: fix logic errorArnd Bergmann1-1/+1
2017-08-31drm/gma500: Remove null check before kfreeHimanshu Jha1-4/+2
2017-08-18drm/gma500: fix potential NULL pointer dereference dereferenceGustavo A. R. Silva1-1/+3
2017-08-16drm/gma500: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes3-34/+0
2017-08-13gpu: drm: tc35876x: move header file out of I2C realmWolfram Sang1-1/+1
2017-08-04drm: gma500: remove dead code and pointless local lut storagePeter Rosin4-50/+12
2017-06-28drm/gma500: remove an unneeded NULL checkDan Carpenter1-4/+0
2017-06-27Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul1-7/+11
2017-06-20drm/pci: Deprecate drm_pci_init/exit completelyDaniel Vetter1-2/+2
2017-06-20drm: Remove drm_driver->set_busid hookDaniel Vetter1-1/+0
2017-05-30Backmerge tag 'v4.12-rc3' into drm-nextDave Airlie1-7/+11
2017-05-23drm/gma500/psb: Actually use VBT mode when it is foundPatrik Jakobsson1-7/+11
2017-05-23gpu: drm: gma500: remove two more dead variableArnd Bergmann1-2/+0
2017-05-18Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul2-0/+2
2017-05-18drm/gma500: remove unneeded -Iinclude/drm compiler flagMasahiro Yamada1-1/+0
2017-05-18Merge tag 'drm-misc-next-2017-05-16' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-42/+9
2017-05-10gpu: drm: gma500: remove dead codeGustavo A. R. Silva1-42/+9
2017-05-08drm: use set_memory.h headerLaura Abbott2-0/+2
2017-04-06drm: Add acquire ctx to ->gamma_set hookDaniel Vetter2-2/+4
2017-03-29drm: Add acquire ctx parameter to ->set_configDaniel Vetter2-4/+6
2017-03-14Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter3-3/+5
2017-03-01gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches4-21/+18
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang3-3/+5
2017-02-07drm/fb-helper: Automatically clean up fb_infoDaniel Vetter1-6/+3
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi1-1/+1
2017-01-25drm/gma500: Nuke device_is_agp callbackDaniel Vetter1-6/+0
2017-01-10Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie2-3/+2
2017-01-09drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"Benjamin Gaignard1-1/+1
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi1-2/+1
2017-01-09Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie6-24/+28
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart1-0/+1