summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-05-22drm: bridge: samsung-dsim: Implement support for clock/data polarity swapMarek Vasut1-1/+26
2023-05-22drm/panel: Add Samsung S6D7AA0 panel controller driverArtur Weber3-0/+593
2023-05-19drm/sched: Rename to drm_sched_wakeup_if_can_queue()Luben Tuikov2-5/+5
2023-05-19drm/sched: Rename to drm_sched_can_queue()Luben Tuikov1-5/+4
2023-05-18fbdev: Rename fb_mem*() helpersThomas Zimmermann8-10/+10
2023-05-18fbdev: Include <linux/fb.h> instead of <asm/fb.h>Thomas Zimmermann3-4/+1
2023-05-18fbdev: Include <linux/io.h> in various driversThomas Zimmermann3-0/+5
2023-05-18ipu-v3: Include <linux/io.h>Thomas Zimmermann1-0/+1
2023-05-18fbdev/matrox: Remove trailing whitespacesThomas Zimmermann2-5/+5
2023-05-18fbdev/hitfb: Cast I/O offset to addressThomas Zimmermann1-53/+69
2023-05-17drm/bridge: tc358767: Switch to devm MIPI-DSI helpersAlexander Stein1-2/+2
2023-05-17drm/ttm: let struct ttm_device_funcs be placed in rodataJani Nikula1-1/+1
2023-05-17drm/drm_atomic_helper.c: fix a typoSui Jingfeng1-1/+1
2023-05-16drm/panel: Modify innolux hj110iz panel initial codeCong Yang1-162/+235
2023-05-16drm/bridge: tc358768: remove unneeded semicolonFrancesco Dolcini1-1/+1
2023-05-16gpu: drm: bridge: No need to set device_driver ownerAnup Sharma1-1/+0
2023-05-15drm/vkms: Fix RGB565 pixel conversionMaíra Canal1-6/+6
2023-05-15drm/panel: boe-tv101wum-nl6: Fine tune the panel power sequenceShuijing Li1-0/+6
2023-05-15drm/panel: boe-tv101wum-nl6: Remove extra delayShuijing Li1-1/+0
2023-05-15drm/ssd130x: Fix include guard nameJavier Martinez Canillas1-3/+3
2023-05-15drivers/firmware: Move sysfb_init() from device_initcall to subsys_initcall_syncHuacai Chen1-1/+1
2023-05-11drm/panel: panel-simple: Add BOE EV121WXM-N10-1850 panel supportLiu Ying1-0/+34
2023-05-11drm/panel: sharp-ls043t1le01: drop dummy functions and data fieldsDmitry Baryshkov1-32/+0
2023-05-11drm/panel: sharp-ls043t1le01: adjust mode settingsDmitry Baryshkov1-5/+6
2023-05-11drm: sun4i_tcon: use devm_clk_get_enabled in `sun4i_tcon_init_clocks`XuDong Liu1-15/+4
2023-05-10drm: sun4i: calculate proper DCLK rate for DSIRoman Beranek1-15/+21
2023-05-10drm: sun4i: rename sun4i_dotclock to sun4i_tcon_dclkRoman Beranek4-7/+7
2023-05-09Merge drm/drm-next into drm-misc-nextMaxime Ripard5162-117135/+205221
2023-05-08Documentation: vkms: clarify devres managed reference cleanupBrandon Pollack1-1/+3
2023-05-08drm/fb-helper: Use fb_{cfb,sys}_{read, write}()Thomas Zimmermann1-170/+4
2023-05-08fbdev: Move I/O read and write code into helper functionsThomas Zimmermann3-117/+136
2023-05-08fbdev: Validate info->screen_{base, buffer} in fb_ops implementationsThomas Zimmermann11-4/+43
2023-05-08fbdev: Don't re-validate info->state in fb_ops implementationsThomas Zimmermann6-24/+0
2023-05-08fbdev: Use screen_buffer in fb_sys_{read,write}()Thomas Zimmermann1-2/+2
2023-05-08fbdev: Return number of bytes read or writtenThomas Zimmermann2-15/+24
2023-05-08fbdev/xen-fbfront: Use struct fb_info.screen_bufferThomas Zimmermann1-1/+1
2023-05-08fbdev/vfb: Use struct fb_info.screen_bufferThomas Zimmermann1-1/+1
2023-05-08fbdev/udlfb: Use struct fb_info.screen_bufferThomas Zimmermann1-6/+6
2023-05-08fbdev/smscufx: Use struct fb_info.screen_bufferThomas Zimmermann1-7/+7
2023-05-08fbdev/ps3fb: Use struct fb_info.screen_bufferThomas Zimmermann1-2/+2
2023-05-08fbdev/metronomefb: Use struct fb_info.screen_bufferThomas Zimmermann1-6/+6
2023-05-08fbdev/hecubafb: Use struct fb_info.screen_bufferThomas Zimmermann1-4/+4
2023-05-08fbdev/broadsheetfb: Use struct fb_info.screen_bufferThomas Zimmermann1-6/+6
2023-05-08fbdev/au1200fb: Use struct fb_info.screen_bufferThomas Zimmermann1-1/+1
2023-05-08fbdev/arcfb: Use struct fb_info.screen_bufferThomas Zimmermann1-4/+4
2023-05-08hid/hid-picolcd_fb: Use struct fb_info.screen_bufferThomas Zimmermann1-2/+2
2023-05-08auxdisplay/ht16k33: Use struct fb_info.screen_bufferThomas Zimmermann1-1/+1
2023-05-08auxdisplay/cfag12864bfb: Use struct fb_info.screen_bufferThomas Zimmermann1-1/+1
2023-05-08drm/vkms: add rotate-270 propertyMaíra Canal3-8/+10
2023-05-08drm/vkms: add rotate-90 propertyMaíra Canal3-5/+22