summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tiny
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-01-108-37/+296
|\
| * drm/simpledrm: Add [AX]RGB2101010 formatsHector Martin2021-12-161-2/+2
| * drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann2021-11-301-10/+10
| * drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas2021-11-272-4/+3
| * drm/simpledrm: Support virtual screen sizesThomas Zimmermann2021-11-111-2/+7
| * drm/simpledrm: Enable FB_DAMAGE_CLIPS propertyThomas Zimmermann2021-11-111-9/+19
| * drm/format-helper: Streamline blit-helper interfaceThomas Zimmermann2021-11-111-4/+10
| * drm/format-helper: Rework format-helper conversion functionsThomas Zimmermann2021-11-113-8/+6
| * drm/format-helper: Rework format-helper memcpy functionsThomas Zimmermann2021-11-111-6/+8
| * drm/tiny: ili9163: fix buildSam Ravnborg2021-10-151-2/+3
| * drm/tiny: add driver for newhaven, 1.8-128160EFDaniel Mack2021-10-153-0/+238
* | drm: simpledrm: fix wrong unit with pixel clockAlejandro Concepcion-Rodriguez2021-12-131-1/+1
|/
* drm/bochs: add Bochs PCI ID for Simics modelH. Peter Anvin (Intel)2021-09-151-0/+8
* drm/shmem-helper: Switch to vmf_insert_pfnDaniel Vetter2021-08-121-2/+2
* drm/simpledrm: Use offset-adjusted shadow-plane mappingThomas Zimmermann2021-08-081-2/+2
* drm/gm12u320: Use offset-adjusted shadow-plane mappingsThomas Zimmermann2021-08-081-2/+2
* drm/cirrus: Use offset-adjusted shadow-plane mappingsThomas Zimmermann2021-08-081-2/+2
* drm/st7586: Use framebuffer dma-buf helpersThomas Zimmermann2021-07-231-12/+6
* drm/repaper: Use framebuffer dma-buf helpersThomas Zimmermann2021-07-231-14/+4
* drm/gm12u320: Use framebuffer dma-buf helpersThomas Zimmermann2021-07-231-14/+5
* drivers/firmware: consolidate EFI framebuffer setup for all archesJavier Martinez Canillas2021-07-211-2/+2
* drm/bochs: Fix missing pci_disable_device() on error in bochs_pci_probe()Yang Yingliang2021-07-201-1/+1
* drm/bochs: Use managed initialization for GEM VRAM helpersThomas Zimmermann2021-07-051-38/+5
* drm/bochs: Move to tiny/Thomas Zimmermann2021-07-053-0/+780
* drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann2021-07-011-1/+1
* drm/tiny: drm_gem_simple_display_pipe_prepare_fb is the defaultDaniel Vetter2021-06-248-8/+0
* drm/simpledrm: Use %p4cc to print 4CC formatThomas Zimmermann2021-05-271-4/+2
* drm: simpledrm: fix a potential NULL dereferenceDan Carpenter2021-05-151-2/+7
* drm: simpledrm: Fix use after free issuesColin Ian King2021-05-131-0/+2
* drm: simpledrm: print resource info using '%pr'Randy Dunlap2021-05-131-2/+2
* drm/simpledrm: Acquire memory aperture for framebufferThomas Zimmermann2021-05-011-1/+24
* drm: Add simpledrm driverThomas Zimmermann2021-05-013-0/+890
* drm/format-helper: Pass destination pitch to drm_fb_memcpy_dstclip()Thomas Zimmermann2021-05-011-1/+1
* drm/hx8357d: Avoid spamming logs if probe is deferredAndy Shevchenko2021-04-271-4/+2
* drm/ili9225: Avoid spamming logs if probe is deferredAndy Shevchenko2021-04-271-8/+4
* drm/ili9341: Avoid spamming logs if probe is deferredAndy Shevchenko2021-04-271-8/+4
* drm/ili9486: Avoid spamming logs if probe is deferredAndy Shevchenko2021-04-271-8/+4
* drm/mi0283qt: Avoid spamming logs if probe is deferredAndy Shevchenko2021-04-271-8/+4
* drm/st7586: Avoid spamming logs if probe is deferredAndy Shevchenko2021-04-271-8/+4
* drm/st7735r: Avoid spamming logs if probe is deferredAndy Shevchenko2021-04-271-8/+4
* drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann2021-04-141-1/+2
* Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-03-1613-56/+491
|\
| * drm/arc: Move to drm/tinyDaniel Vetter2021-02-253-0/+445
| * drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann2021-02-238-15/+16
| * drm/gm12u320: Move vmap out of commit tailThomas Zimmermann2021-02-081-15/+13
| * drm/cirrus: Move vmap out of commit tailThomas Zimmermann2021-02-081-26/+17
* | drm: Use USB controller's DMA mask when importing dmabufsThomas Zimmermann2021-03-111-8/+36
|/
* drm/cirrus: Remove references to struct drm_device.pdevThomas Zimmermann2021-01-061-1/+0
* drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann2020-11-092-8/+12
* drm/tiny/gm12u320: Retrieve USB device from struct drm_device.devThomas Zimmermann2020-11-091-28/+28