aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/matrox (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-09-16Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang1-3/+3
2022-08-24fbdev: Move fbdev drivers from strlcpy to strscpyWolfram Sang1-3/+3
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-2/+1
2022-07-19fbdev: Remove conflicting devices on PCI busThomas Zimmermann1-0/+5
2022-04-04video: fbdev: aty/matrox/...: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy1-1/+0
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-07-16treewide: Remove uninitialized_var() usageKees Cook1-3/+3
2020-04-08video: fbdev: matroxfb: remove dead code and set but not used variableJason Yan1-22/+0
2020-03-20fbdev: matrox: fix -Wextra build warningsRandy Dunlap1-1/+1
2020-03-02matroxfb: add Matrox MGA-G200eW board supportRich Felker1-0/+15
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-2/+5
2020-01-06Merge drm/drm-next into drm-misc-nextMaarten Lankhorst1-2/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2020-01-03fbdev: matrox: make array wtst_xlat static const, makes object smallerColin Ian King1-1/+4
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-1/+1
2019-12-05video: constify fb ops across all driversJani Nikula1-1/+1
2019-11-28video: fbdev: matrox: convert to i2c_new_scanned_deviceWolfram Sang1-2/+2
2019-06-14docs: fb: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner9-0/+9
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
2018-03-28video: matroxfb: Delete an error message for a failed memory allocation in matroxfb_crtc2_probe()Markus Elfring1-3/+2
2017-11-20Merge tag 'fbdev-v4.15' of git://github.com/bzolnier/linuxLinus Torvalds1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman9-0/+9
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
2017-01-11video: fbdev: matroxfb: use designated initializersKees Cook2-3/+12
2016-09-27matroxfb: fix size of memcpySudip Mukherjee1-1/+1
2016-09-27matroxfb: constify local structuresJulia Lawall1-1/+1
2016-02-05PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas1-1/+0
2015-06-03video: fbdev: matrox: use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez2-49/+14
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 Lawall2-16/+56
2014-05-23matroxfb: perform a dummy read of M_STATUSMikulas Patocka1-1/+1
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen20-0/+10272