summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tiny
AgeCommit message (Expand)AuthorFilesLines
2022-05-03drm/simpledrm: Use fbdev defaults for shadow bufferingThomas Zimmermann1-1/+0
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard12-36/+19
2022-03-24Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds9-68/+448
2022-03-17drm/format-helper: Rename drm_fb_xrgb8888_to_mono_reversed()Geert Uytterhoeven1-1/+1
2022-03-04Merge tag 'drm-misc-next-2022-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie5-23/+418
2022-02-28drm/tiny: Add MIPI DBI compatible SPI driverNoralf Trønnes3-0/+414
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+2
2022-02-24drm/repaper: Use format helper for xrgb8888 to monochrome conversionJavier Martinez Canillas1-23/+1
2022-02-23drm/simpledrm: Add "panel orientation" property on non-upright mounted LCD pa...Hans de Goede1-0/+3
2022-02-11Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-6/+9
2022-02-09spi: make remove callback a void functionUwe Kleine-König9-27/+9
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi2-6/+9
2022-02-07Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-1/+1
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie3-38/+21
2022-01-27drm/arc: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas1-1/+2
2022-01-27drm/simpledrm: Request memory region in driverThomas Zimmermann1-5/+17
2022-01-19drm/cirrus: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann1-15/+2
2022-01-19drm/bochs: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann1-18/+2
2022-01-10Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds8-37/+296
2021-12-16drm/simpledrm: Add [AX]RGB2101010 formatsHector Martin1-2/+2
2021-12-13drm: simpledrm: fix wrong unit with pixel clockAlejandro Concepcion-Rodriguez1-1/+1
2021-11-30drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann1-10/+10
2021-11-27drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas2-4/+3
2021-11-11drm/simpledrm: Support virtual screen sizesThomas Zimmermann1-2/+7
2021-11-11drm/simpledrm: Enable FB_DAMAGE_CLIPS propertyThomas Zimmermann1-9/+19
2021-11-11drm/format-helper: Streamline blit-helper interfaceThomas Zimmermann1-4/+10
2021-11-11drm/format-helper: Rework format-helper conversion functionsThomas Zimmermann3-8/+6
2021-11-11drm/format-helper: Rework format-helper memcpy functionsThomas Zimmermann1-6/+8
2021-10-15drm/tiny: ili9163: fix buildSam Ravnborg1-2/+3
2021-10-15drm/tiny: add driver for newhaven, 1.8-128160EFDaniel Mack3-0/+238
2021-09-15drm/bochs: add Bochs PCI ID for Simics modelH. Peter Anvin (Intel)1-0/+8
2021-08-12drm/shmem-helper: Switch to vmf_insert_pfnDaniel Vetter1-2/+2
2021-08-08drm/simpledrm: Use offset-adjusted shadow-plane mappingThomas Zimmermann1-2/+2
2021-08-08drm/gm12u320: Use offset-adjusted shadow-plane mappingsThomas Zimmermann1-2/+2
2021-08-08drm/cirrus: Use offset-adjusted shadow-plane mappingsThomas Zimmermann1-2/+2
2021-07-23drm/st7586: Use framebuffer dma-buf helpersThomas Zimmermann1-12/+6
2021-07-23drm/repaper: Use framebuffer dma-buf helpersThomas Zimmermann1-14/+4
2021-07-23drm/gm12u320: Use framebuffer dma-buf helpersThomas Zimmermann1-14/+5
2021-07-21drivers/firmware: consolidate EFI framebuffer setup for all archesJavier Martinez Canillas1-2/+2
2021-07-20drm/bochs: Fix missing pci_disable_device() on error in bochs_pci_probe()Yang Yingliang1-1/+1
2021-07-05drm/bochs: Use managed initialization for GEM VRAM helpersThomas Zimmermann1-38/+5
2021-07-05drm/bochs: Move to tiny/Thomas Zimmermann3-0/+780
2021-07-01drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann1-1/+1
2021-06-24drm/tiny: drm_gem_simple_display_pipe_prepare_fb is the defaultDaniel Vetter8-8/+0
2021-05-27drm/simpledrm: Use %p4cc to print 4CC formatThomas Zimmermann1-4/+2
2021-05-15drm: simpledrm: fix a potential NULL dereferenceDan Carpenter1-2/+7
2021-05-13drm: simpledrm: Fix use after free issuesColin Ian King1-0/+2
2021-05-13drm: simpledrm: print resource info using '%pr'Randy Dunlap1-2/+2
2021-05-01drm/simpledrm: Acquire memory aperture for framebufferThomas Zimmermann1-1/+24
2021-05-01drm: Add simpledrm driverThomas Zimmermann3-0/+890