summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2023-03-20drm/gma500: Move fbdev code into separate source fileThomas Zimmermann4-315/+346
2023-03-20drm/gma500: Remove unnecessary include statementsThomas Zimmermann1-15/+0
2023-03-20drm/bridge: adv7533: Fix adv7533_mode_valid for adv7533 and adv7535Adam Ford1-14/+11
2023-03-20gpu: drm: bridge: sii9234: remove unused bridge_to_sii9234 functionTom Rix1-5/+0
2023-03-18drm: fix typo in margin connector properties docsSimon Ser1-1/+1
2023-03-17drm/format-helper: Use drm_format_info_min_pitch() in tests helperJavier Martinez Canillas1-5/+2
2023-03-17drm/arm/hdlcd: Use devm_platform_ioremap_resource()Yang Li1-3/+1
2023-03-17drm/arm/malidp: Use devm_platform_get_and_ioremap_resource()Yang Li1-2/+1
2023-03-17drm/ttm/ttm_bo: Provide a missing 'bulk' description and correct misnaming of...Lee Jones1-1/+2
2023-03-16drm/format-helper: Make "destination_pitch" test usable for monoArthur Grillo1-39/+39
2023-03-16drm/format-helper: Add Kunit tests for drm_fb_xrgb8888_to_mono()Arthur Grillo1-0/+62
2023-03-16drm/nouveau/nvfw/acr: set wpr_generic_header_dump storage-class-specifier to ...Tom Rix1-1/+1
2023-03-16drm/nouveau/fifo: set nvkm_engn_cgrp_get storage-class-specifier to staticTom Rix1-1/+1
2023-03-16drm/nouveau/fifo: set gf100_fifo_nonstall_block_dump storage-class-specifier ...Tom Rix1-1/+1
2023-03-15drm/vmwgfx: Fix src/dst_pitch confusionZack Rusin1-2/+2
2023-03-15drm: Track clients by tgid and not tidTvrtko Ursulin4-5/+5
2023-03-15drm/panel: seiko-43wvf1g: Add the 'enable-gpios' propertyFabio Estevam1-0/+12
2023-03-15drm/panel: support for STARRY 2081101QFH032011-53G MIPI-DSI panelRuihai Zhou1-0/+126
2023-03-14drm/pl111: Use GEM DMA fbdev emulationThomas Zimmermann1-2/+2
2023-03-14drm/mcde: Use GEM DMA fbdev emulationThomas Zimmermann1-2/+2
2023-03-14drm/mcde: Do not use dirty GEM FB handlingLinus Walleij1-1/+1
2023-03-14drm/xlnx: Use GEM DMA fbdev emulationThomas Zimmermann1-2/+2
2023-03-14drm/vc4: Use GEM DMA fbdev emulationThomas Zimmermann1-2/+2
2023-03-14drm/tve200: Use GEM DMA fbdev emulationThomas Zimmermann1-2/+2
2023-03-14drm/arcpgu: Use GEM DMA fbdev emulationThomas Zimmermann1-2/+2
2023-03-14drm/tilcdc: Use GEM DMA fbdev emulationThomas Zimmermann1-2/+2
2023-03-14drm/tidss: Use GEM DMA fbdev emulationThomas Zimmermann1-2/+2
2023-03-14drm/sun4i: Use GEM DMA fbdev emulationThomas Zimmermann1-2/+2
2023-03-14drm/stm: Use GEM DMA fbdev emulationThomas Zimmermann1-2/+2
2023-03-14drm/sti: Use GEM DMA fbdev emulationThomas Zimmermann1-2/+2
2023-03-14drm/mxsfb: Use GEM DMA fbdev emulationThomas Zimmermann1-2/+2
2023-03-14drm/mxsfb/lcdif: Use GEM DMA fbdev emulationThomas Zimmermann1-2/+2
2023-03-14drm/meson: Use GEM DMA fbdev emulationThomas Zimmermann1-2/+2
2023-03-14drm/logicvc: Use GEM DMA fbdev emulationThomas Zimmermann1-2/+2
2023-03-14drm/kmb: Use GEM DMA fbdev emulationThomas Zimmermann1-2/+2
2023-03-14drm/imx: Use GEM DMA fbdev emulationThomas Zimmermann1-2/+2
2023-03-14drm/imx/dcss: Use GEM DMA fbdev emulationThomas Zimmermann1-2/+2
2023-03-14drm/fsl-dcu: Use GEM DMA fbdev emulationThomas Zimmermann1-2/+2
2023-03-14drm/atmel-hlcdc: Use GEM DMA fbdev emulationThomas Zimmermann1-2/+2
2023-03-14drm/aspeed: Use GEM DMA fbdev emulationThomas Zimmermann1-2/+2
2023-03-14arm/malidp: Use GEM DMA fbdev emulationThomas Zimmermann1-2/+2
2023-03-14arm/hdlcd: Use GEM DMA fbdev emulationThomas Zimmermann1-2/+2
2023-03-14drm/fbdev-dma: Implement fbdev emulation for GEM DMA helpersThomas Zimmermann2-0/+276
2023-03-14drm: Drop ARCH_MULTIPLATFORM from dependenciesUwe Kleine-König6-6/+6
2023-03-14drm/imx/lcdc: Implement DRM driver for imx25Marian Cichy5-0/+555
2023-03-13drm/virtio: Enable fb damage clips property for the primary planeJavier Martinez Canillas1-0/+4
2023-03-13drm/panel: Add driver for Novatek NT36523Jianhua Lu3-0/+788
2023-03-13drm/cirrus: Use VGA macro constants to unblankThomas Zimmermann1-1/+1
2023-03-13drm/cirrus: Store HW format/pitch in primary-plane stateThomas Zimmermann1-20/+31
2023-03-13drm/cirrus: Introduce struct cirrus_primary_plane_stateThomas Zimmermann1-1/+58