summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-01-13drm/panel: Do not include <linux/fb.h>Thomas Zimmermann3-3/+0
2023-01-13drm/amdgpu: Do not include <linux/fb.h>Thomas Zimmermann9-9/+0
2023-01-13drm: Include <linux/of.h> where neededThomas Zimmermann3-2/+5
2023-01-13drm: Include <linux/backlight.h> where neededThomas Zimmermann4-2/+5
2023-01-13drm/fbdev: Remove aperture handling and FBINFO_MISC_FIRMWAREThomas Zimmermann2-34/+0
2023-01-13fbdev/vga16fb: Do not use struct fb_info.aperturesThomas Zimmermann1-10/+5
2023-01-13fbdev/vesafb: Do not use struct fb_info.aperturesThomas Zimmermann1-14/+13
2023-01-13fbdev/vesafb: Remove trailing whitespacesThomas Zimmermann1-5/+5
2023-01-13fbdev/simplefb: Do not use struct fb_info.aperturesThomas Zimmermann1-8/+11
2023-01-13fbdev/offb: Do not use struct fb_info.aperturesThomas Zimmermann1-9/+11
2023-01-13fbdev/offb: Allocate struct offb_par with framebuffer_alloc()Thomas Zimmermann1-8/+5
2023-01-13fbdev/efifb: Do not use struct fb_info.aperturesThomas Zimmermann1-10/+14
2023-01-13fbdev/efifb: Add struct efifb_par for driver dataThomas Zimmermann1-3/+8
2023-01-13fbdev/hyperv-fb: Do not set struct fb_info.aperturesThomas Zimmermann1-11/+6
2023-01-13fbdev/clps711x-fb: Do not set struct fb_info.aperturesThomas Zimmermann1-9/+1
2023-01-13drm/fb-helper: Do not allocate unused apertures structureThomas Zimmermann1-18/+2
2023-01-13drm/radeon: Do not set struct fb_info.aperturesThomas Zimmermann1-4/+0
2023-01-13drm/i915: Do not set struct fb_info.aperturesThomas Zimmermann1-7/+0
2023-01-13drm/gma500: Do not set struct fb_info.aperturesThomas Zimmermann1-5/+0
2023-01-13Revert "fbcon: don't lose the console font across generic->chip driver switch"Thomas Zimmermann1-11/+6
2023-01-13fbcon: Remove trailing whitespacesThomas Zimmermann1-12/+12
2023-01-13drm: Add comments to KconfigCai Huoqing1-1/+1
2023-01-13drm: Remove the obsolete driver-viaCai Huoqing5-5417/+0
2023-01-13drm: Remove the obsolete driver-tdfxCai Huoqing5-153/+0
2023-01-13drm: Remove the obsolete driver-sisCai Huoqing6-606/+0
2023-01-13drm: Remove the obsolete driver-savageCai Huoqing7-2939/+0
2023-01-13drm: Remove the obsolete driver-r128Cai Huoqing11-3841/+0
2023-01-13drm: Remove the obsolete driver-mgaCai Huoqing10-3610/+0
2023-01-13drm: Remove the obsolete driver-i810Cai Huoqing6-1631/+0
2023-01-13drm/nouveau: Remove support for legacy contexts/buffersThomas Zimmermann4-51/+19
2023-01-12drm/vkms: reintroduce prepare_fb and cleanup_fb functionsMaíra Canal1-1/+35
2023-01-11drm/panel-xinpeng-xpp055c272: Drop custom DSI write macroJavier Martinez Canillas1-60/+52
2023-01-11drm/panel-sony-tulip-truly-nt35521: Drop custom DSI write macroJavier Martinez Canillas1-203/+195
2023-01-11drm/panel-mantix-mlaf057we51: Drop custom DSI write macroJavier Martinez Canillas1-16/+8
2023-01-11drm/panel-sharp-ls060t1sx01: Drop custom DSI write macroJavier Martinez Canillas1-17/+2
2023-01-11drm/panel-samsung-sofef00: Drop custom DSI write macroJavier Martinez Canillas1-16/+8
2023-01-11drm/panel-samsung-s6e88a0-ams452ef01: Drop custom DSI write macroJavier Martinez Canillas1-26/+18
2023-01-11drm/panel-jdi-fhd-r63452: Drop custom DSI write macrosJavier Martinez Canillas1-37/+21
2023-01-11drm/panel-novatek-nt35950: Drop custom DSI write macroJavier Martinez Canillas1-11/+3
2023-01-11drm/panel-boe-bf060y8m-aj0: Drop custom DSI write macroJavier Martinez Canillas1-25/+17
2023-01-11drm/panel-elida-kd35t133: Drop custom DSI write macroJavier Martinez Canillas1-27/+19
2023-01-11drm/panel-leadtek-ltk050h3146w: Drop custom DSI write macroJavier Martinez Canillas1-57/+49
2023-01-11drm/panel-sitronix-st7703: Drop custom DSI write macrosJavier Martinez Canillas1-179/+162
2023-01-11drm/panel-asus-z00t-tm5p5-n35596: Drop custom DSI write macrosJavier Martinez Canillas1-56/+40
2023-01-11drm/panel-edp: add IVO M133NW4J panel entryAbel Vesa1-0/+1
2023-01-11drm/panel-edp: fix name for IVO product id 854bAbel Vesa1-1/+1
2023-01-10drm/drm_lease: Remove usage of deprecated DRM_DEBUG_LEASESiddh Raman Pant1-30/+34
2023-01-10drm/drm_blend: Remove usage of deprecated DRM_DEBUG_ATOMICSiddh Raman Pant1-7/+6
2023-01-10drm: Remove usage of deprecated DRM_DEBUG_PRIMESiddh Raman Pant2-3/+3
2023-01-10drm/imx/dcss: Don't call dev_set_drvdata(..., NULL);Uwe Kleine-König1-4/+0