summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tiny
AgeCommit message (Expand)AuthorFilesLines
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds9-3402/+47
2025-05-12drm/sitronix: move tiny Sitronix drivers to their own subdirMarcus Folkesson5-1728/+0
2025-05-12drm/tiny: panel-mipi-dbi: Use drm_client_setup_with_fourcc()Fabio Estevam1-1/+4
2025-05-09drm/cirrus: Use non-hybrid PCI devres APIPhilipp Stanner1-1/+1
2025-04-30drm/st7571-i2c: Fix IS_ERR() vs NULL checks in probe()Dan Carpenter1-6/+4
2025-04-29drm/appletbdrm: Make appletbdrm depend on X86Aditya Garg1-0/+1
2025-04-29drm/st7571-i2c: select CONFIG_DRM_CLIENT_SELECTIONArnd Bergmann1-0/+1
2025-04-23PCI: Add CONFIG_MMU dependencyArnd Bergmann1-1/+1
2025-04-23drm/st7571-i2c: add support for Sitronix ST7571 LCD controllerMarcus Folkesson3-0/+1014
2025-04-21drm/appletbdrm: use %p4cl instead of %p4ccAditya Garg1-2/+2
2025-04-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-2/+3
2025-04-07drm: Move sysfb drivers into separate subdirectoryThomas Zimmermann4-2513/+0
2025-04-07drm/simpledrm: Remove struct simpledrm_device.nformatsThomas Zimmermann1-1/+0
2025-04-07drm/ofdrm: Open-code drm_simple_encoder_init()Thomas Zimmermann1-2/+5
2025-04-07drm/ofdrm: Remove struct ofdrm_device.pdevThomas Zimmermann1-1/+0
2025-04-01drm/cirrus-qemu: Remove custom plane stateThomas Zimmermann1-58/+1
2025-04-01drm/cirrus-qemu: Use framebuffer format as-is, drop adjustmentsThomas Zimmermann1-62/+9
2025-04-01drm/cirrus-qemu: Stricter mode validationThomas Zimmermann1-2/+10
2025-04-01drm/cirrus-qemu: Fix pitch programmingThomas Zimmermann1-1/+0
2025-03-24Merge tag 'drm-misc-next-fixes-2025-03-13' of https://gitlab.freedesktop.org/...Dave Airlie1-1/+0
2025-03-12drm/gm12u320: Set struct drm_device.dma_devThomas Zimmermann1-33/+13
2025-03-12drm/appletbdrm: Set struct drm_device.dma_devThomas Zimmermann1-17/+10
2025-03-12Backmerge tag 'v6.14-rc6' into drm-nextDave Airlie1-2/+3
2025-03-10drm/appletbdrm: Fix ref-counting on dmadevThomas Zimmermann1-1/+0
2025-03-06drm/bochs: Fix DPMS regressionTakashi Iwai1-2/+3
2025-03-04drm/appletbdrm: Fix format specifier for size_t variablesNathan Chancellor1-2/+2
2025-03-03drm/tiny: add driver for Apple Touch Bars in x86 MacsKerem Karabay3-0/+854
2025-02-26drm/tiny: move to devm_platform_ioremap_resource() usageAnusha Srivatsa1-3/+1
2025-02-25drm/repaper: fix integer overflows in repeat functionsNikita Zhandarovich1-2/+2
2025-02-06Merge remote-tracking branch 'drm-misc/drm-misc-next-fixes' into drm-misc-fixesMaxime Ripard18-46/+27
2025-01-24Merge tag 'drm-misc-fixes-2025-01-24' of https://gitlab.freedesktop.org/drm/m...Simona Vetter1-1/+0
2025-01-23drm/bochs: Do not put DRM device in PCI remove callbackThomas Zimmermann1-1/+0
2024-12-13drm/tiny: panel-mipi-dbi: Include <linux/of.h>Thomas Zimmermann1-0/+1
2024-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst3-3/+3
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula17-21/+0
2024-12-02Merge drm/drm-next into drm-misc-nextMaxime Ripard2-5/+16
2024-12-02Get rid of 'remove_new' relic from platform driver structLinus Torvalds3-3/+3
2024-11-26drm/cirrus: Rename to cirrus-qemuThomas Zimmermann2-2/+2
2024-11-26drm/cirrus: Use virtual encoder and connector typesThomas Zimmermann1-2/+2
2024-11-22Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds19-199/+993
2024-11-15drm/client: Move public client header to clients/ subdirectoryThomas Zimmermann17-17/+18
2024-11-12gpu: drm: replace of_graph_get_next_endpoint()Kuninori Morimoto1-1/+1
2024-10-29drm: handle HAS_IOPORT dependenciesNiklas Schnelle2-5/+16
2024-10-19drm/tiny: Add driver for Sharp Memory LCDAlex Lanzano3-0/+693
2024-10-14drm/cirrus: Use video aperture helpersThomas Zimmermann1-2/+2
2024-10-14drm/bochs: Use video aperture helpersThomas Zimmermann1-2/+2
2024-10-14drm/simpledrm: Use video aperture helpersThomas Zimmermann1-3/+5
2024-10-14drm/ofdrm: Use video aperture helpersThomas Zimmermann1-2/+2
2024-10-10drm/bochs: Return error from correct pointerThomas Zimmermann1-1/+1