aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-18Merge tag 'drm-next-2020-12-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-0/+2
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-3/+1
2020-12-16Merge tag 'backlight-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlightLinus Torvalds1-39/+31
2020-12-15Merge tag 'drm-misc-next-2020-11-27-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter2-0/+2
2020-12-14Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds39-366/+172
2020-12-04powerpc/ps3: make system bus's remove and shutdown callbacks return voidUwe Kleine-König1-3/+1
2020-11-23Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-1/+6
2020-11-22video: fbdev: pm2fb: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-11-22video: fbdev: lxfb_ops: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-11-20video: hyperv_fb: Fix the cache type when mapping the VRAMDexuan Cui1-1/+6
2020-11-17fbcon: Drop EXPORT_SYMBOLDaniel Vetter7-11/+0
2020-11-17fbcon: Disable accelerated scrollingDaniel Vetter1-37/+8
2020-11-17video: fbdev: atmel_lcdfb: fix return error code in atmel_lcdfb_of_init()Yang Yingliang1-1/+1
2020-11-16video: fix some kernel-doc markupsMauro Carvalho Chehab2-2/+3
2020-11-16fbcon: Avoid using FNTCHARCNT() and hard-coded built-in font charcountPeilin Ye3-41/+23
2020-11-16parisc/sticore: Avoid hard-coding built-in font charcountPeilin Ye1-4/+4
2020-11-16console: Delete dummy con_font_set() and con_font_default() callback implementationsPeilin Ye1-14/+0
2020-11-16console: Delete unused con_font_copy() callback implementationsPeilin Ye2-17/+0
2020-11-10drm: remove pgprot_decrypted() before calls to io_remap_pfn_range()Jason Gunthorpe1-5/+0
2020-11-09video: fbdev: riva: remove some unused variblesAlex Shi1-11/+3
2020-11-09video: hyperv_fb: include vmalloc.hOlaf Hering1-0/+1
2020-11-04backlight: pwm_bl: Fix interpolationAlexandru Stan1-39/+31
2020-11-03drivers/video: Fix -Wstringop-truncation in hdmi.cThomas Zimmermann1-2/+6
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard26-973/+1741
2020-11-01fbdev/sh_mobile: Drop unused includeLinus Walleij1-1/+0
2020-10-28Fonts: Make font size unsigned in font_descPeilin Ye1-1/+1
2020-10-28fbdev/atafb: Remove unused extern variablesPeilin Ye1-8/+0
2020-10-27Merge tag 'x86-urgent-2020-10-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+8
2020-10-27matroxfb: avoid -Warray-bounds warningArnd Bergmann1-6/+2
2020-10-24Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-7/+152
2020-10-23video: fbdev: fix divide error in fbcon_switchSaeed Mirzamohammadi1-1/+2
2020-10-17video: fbdev: fsl-diu-fb: remove unneeded variable 'res'Jason Yan1-2/+1
2020-10-17video: fbdev: sis: remove unneeded semicolonJason Yan1-7/+7
2020-10-17omapfb: connector-dvi: simplify the return expression of dvic_connect()Liu Shixin1-6/+1
2020-10-16omapfb: use devm_platform_ioremap_resource_bynameQilong Zhang5-54/+6
2020-10-16fbdev: nvidia: use for_each_child_of_node() macroQinglang Miao1-2/+1
2020-10-16omapfb: simplify the return expression of hdmi_pll_enableQinglang Miao1-5/+1
2020-10-16omapfb: panel-sony-acx565akm: simplify the return expression of acx565akm_connect()Qinglang Miao1-6/+1
2020-10-16omapfb: connector-hdmi: simplify the return expression of hdmic_connectQinglang Miao1-6/+1
2020-10-16omapfb: connector-analog-tv: simplify the return expression of tvc_connect()Qinglang Miao1-6/+1
2020-10-16omapfb: simplify the return expression of tpo_td043_connectLiu Shixin1-6/+1
2020-10-16omapfb: simplify the return expression of sharp_ls_connectLiu Shixin1-6/+1
2020-10-16omapfb: simplify the return expression of panel_dpi_connectLiu Shixin1-6/+1
2020-10-16video: use kobj_to_dev()Wang Qing1-2/+2
2020-10-16video: Remove set but not used variableLi Heng1-2/+0
2020-10-16video: fbdev: sh_mobile_lcdcfb: Remove redundant null check before clk_prepare_enable/clk_disable_unprepareXu Wang1-4/+2
2020-10-16omapfb/dss: Remove redundant null check before clk_prepare_enable/clk_disable_unprepareXu Wang1-4/+2
2020-10-15Merge branch 'parisc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds4-276/+333
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds43-2432/+360
2020-10-15parisc/sticon: Add user font supportHelge Deller4-268/+326