aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/matrox/matroxfb_base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-05Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+5
2022-08-24fbdev: Move fbdev drivers from strlcpy to strscpyWolfram Sang1-3/+3
2022-07-19fbdev: Remove conflicting devices on PCI busThomas Zimmermann1-0/+5
2022-01-29video: fbdev: matroxfb: set maxvram of vbG200eW to the same as vbG200 to avoid black screenZ. Liu1-1/+1
2021-05-26fbdev: matrox: use modern module_init()Arnd Bergmann1-3/+2
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-9/+0
2020-10-27matroxfb: avoid -Warray-bounds warningArnd Bergmann1-6/+2
2020-03-02matroxfb: add Matrox MGA-G200eW board supportRich Felker1-0/+15
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-06-14docs: fb: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-01-22powerpc, fbdev: Use NV_CMODE and NV_VMODE only when CONFIG_PPC32 && CONFIG_PPC_PMAC && CONFIG_NVRAMFinn Thain1-2/+3
2019-01-22powerpc: Replace nvram_* extern declarations with standard headerFinn Thain1-1/+1
2017-10-12video: fbdev: matroxfb: return -ENOMEM on allocation failureAllen Pais1-1/+1
2017-09-04video: fbdev: make fb_videomode constBhumika Goyal1-1/+1
2017-08-21fbdev: matrox: make fb_ops constBhumika Goyal1-1/+1
2017-08-07fbdev: matrox: hide unused 'hotplug' variableArnd Bergmann1-1/+1
2017-08-01fbdev: Nuke FBINFO_MODULEDaniel Vetter1-3/+1
2017-08-01video: fbdev: matroxfb: constify pci_device_id.Arvind Yadav1-2/+2
2017-07-04video: fbdev: matrox: the list iterator can't be NULLDan Carpenter1-1/+1
2015-06-03video: fbdev: matrox: use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez1-23/+13
2015-05-27video: fbdev: matrox: use swap() in matroxfb_decode_var()Fabian Frederick1-5/+1
2014-08-26video: fbdev: matrox: use c99 initializers in structuresJulia Lawall1-7/+45
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen1-0/+2584