summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tiny
Commit message (Expand)AuthorAgeFilesLines
* drm: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-301-6/+2
* drm: Use of_property_present() for testing DT property presenceRob Herring2023-03-281-1/+1
* drm/fbdev-generic: Remove unused prefer_shadow_fbdev flagThomas Zimmermann2023-03-221-1/+0
* drm/arcpgu: Use GEM DMA fbdev emulationThomas Zimmermann2023-03-141-2/+2
* drm/cirrus: Use VGA macro constants to unblankThomas Zimmermann2023-03-131-1/+1
* drm/cirrus: Store HW format/pitch in primary-plane stateThomas Zimmermann2023-03-131-20/+31
* drm/cirrus: Introduce struct cirrus_primary_plane_stateThomas Zimmermann2023-03-131-1/+58
* drm/cirrus: Inline cirrus_check_size() into primary-plane atomic_checkThomas Zimmermann2023-03-131-16/+10
* drm/cirrus: Test mode against video-memory size in device-wide mode_validThomas Zimmermann2023-03-131-10/+13
* drm/cirrus: Remove size test from cirrus_fb_create()Thomas Zimmermann2023-03-131-10/+1
* drm/cirrus: Remove format test from cirrus_fb_create()Thomas Zimmermann2023-03-131-4/+0
* drm/cirrus: Inline cirrus_fb_blit_rect()Thomas Zimmermann2023-03-131-16/+6
* drm/cirrus: Enable damage clipping on primary planeThomas Zimmermann2023-03-131-3/+7
* drm/cirrus: Convert to regular atomic helpersThomas Zimmermann2023-03-131-64/+138
* drm/cirrus: Move primary-plane format arraysThomas Zimmermann2023-03-131-14/+14
* drm/cirrus: Integrate connector into pipeline codeThomas Zimmermann2023-03-131-42/+38
* drm/cirrus: Split cirrus_mode_set() into smaller functionsThomas Zimmermann2023-03-131-25/+38
* drm/cirrus: Move drm_dev_{enter, exit}() into DRM helpersThomas Zimmermann2023-03-131-18/+13
* drm/cirrus: Use drm_fb_blit() to update scanout bufferThomas Zimmermann2023-03-131-14/+1
* drm/cirrus: Replace cpp value with formatThomas Zimmermann2023-03-131-24/+26
* drm/cirrus: Compute blit destination offset in single locationThomas Zimmermann2023-03-131-3/+1
* drm/simpledrm: Allow physical width and height configuration via panel nodeRayyan Ansari2023-01-311-9/+22
* drm/simpledrm: Fix an NULL vs IS_ERR() bugDan Carpenter2023-01-261-2/+2
* drm/simpledrm: Add support for system memory framebuffersThierry Reding2023-01-231-24/+75
* drm/simpledrm: Use struct iosys_map consistentlyThierry Reding2023-01-231-6/+7
* drm/fb-helper: Replace bpp/depth parameter by color modeThomas Zimmermann2023-01-062-2/+12
* drm/format-helper: Simplify drm_fb_build_fourcc_list()Thomas Zimmermann2023-01-032-41/+0
* drm/tiny: ili9486: Do not assume 8-bit only SPI controllersCarlo Caione2023-01-021-4/+9
* drm/tiny: ili9486: Enable driver module autoloadingCarlo Caione2023-01-021-0/+2
* drm/tiny: panel-mipi-dbi: Read I/O supply from DTOtto Pflüger2022-12-141-0/+5
* drm: gm12u320: Remove #ifdef guards for PM related functionsPaul Cercueil2022-12-121-8/+7
* drm/mipi-dbi: Move drm_dev_{enter, exit}() out from fb_dirty functionsThomas Zimmermann2022-12-052-12/+14
* drm/mipi-dbi: Use shadow-plane mappingsThomas Zimmermann2022-12-052-24/+8
* drm/mipi-dbi: Support shadow-plane stateThomas Zimmermann2022-12-052-0/+10
* drm/mipi-dbi: Prepare framebuffer copy operation in pipe-update helpersThomas Zimmermann2022-12-052-15/+38
* drm/mipi-dbi: Initialize default driver functions with macroThomas Zimmermann2022-12-057-28/+7
* drm/st7586: Call MIPI DBI mode_valid helperThomas Zimmermann2022-12-051-0/+1
* drm/ili9225: Call MIPI DBI mode_valid helperThomas Zimmermann2022-12-051-0/+1
* drm/simple-kms: Remove drm_gem_simple_display_pipe_prepare_fb()Thomas Zimmermann2022-12-051-1/+0
* drm/simpledrm: Set preferred depth from format of scanout bufferThomas Zimmermann2022-11-241-2/+2
* drm/ofdrm: Set preferred depth from format of scanout bufferThomas Zimmermann2022-11-241-12/+1
* drm/cirrus: Decouple fbdev bpp value from color depthThomas Zimmermann2022-11-241-1/+1
* drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-0516-16/+16
* drm/ofdrm: Cast error pointers to void __iomem *Thomas Zimmermann2022-11-041-8/+8
* drm/ofdrm: Convert PCI IDs to CPU endianness for comparingThomas Zimmermann2022-11-041-3/+8
* drm/ofdrm: Depend on CONFIG_MMUThomas Zimmermann2022-11-031-1/+1
* drm: Remove drm_mode_config::fb_baseZack Rusin2022-10-191-1/+0
* drm/ofdrm: Support big-endian scanout buffersThomas Zimmermann2022-10-141-2/+53
* drm/ofdrm: Support color managementThomas Zimmermann2022-10-141-5/+437
* drm/ofdrm: Add per-model device functionThomas Zimmermann2022-10-141-0/+125