summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tiny
AgeCommit message (Expand)AuthorFilesLines
2023-10-12drm/tiny: correctly print `struct resource *` on errorJoey Gouly1-1/+1
2023-09-12Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann6-11/+17
2023-09-04drm: gm12u320: Fix the timeout usage for usb_bulk_msg()Jinjie Ruan1-5/+5
2023-08-02drm/tiny: panel-mipi-dbi: Allow sharing the D/C GPIOOtto Pflüger1-1/+2
2023-08-02drm/mipi-dbi: Lock SPI bus before setting D/C GPIOOtto Pflüger2-1/+10
2023-07-29drm/repaper: Reduce temporary buffer size in repaper_fb_dirty()Geert Uytterhoeven1-1/+1
2023-06-08drm/tiny: Convert to platform remove callback returning voidUwe Kleine-König2-8/+4
2023-03-30drm: Use of_property_read_bool() for boolean propertiesRob Herring1-6/+2
2023-03-28drm: Use of_property_present() for testing DT property presenceRob Herring1-1/+1
2023-03-22drm/fbdev-generic: Remove unused prefer_shadow_fbdev flagThomas Zimmermann1-1/+0
2023-03-14drm/arcpgu: Use GEM DMA fbdev emulationThomas Zimmermann1-2/+2
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
2023-03-13drm/cirrus: Inline cirrus_check_size() into primary-plane atomic_checkThomas Zimmermann1-16/+10
2023-03-13drm/cirrus: Test mode against video-memory size in device-wide mode_validThomas Zimmermann1-10/+13
2023-03-13drm/cirrus: Remove size test from cirrus_fb_create()Thomas Zimmermann1-10/+1
2023-03-13drm/cirrus: Remove format test from cirrus_fb_create()Thomas Zimmermann1-4/+0
2023-03-13drm/cirrus: Inline cirrus_fb_blit_rect()Thomas Zimmermann1-16/+6
2023-03-13drm/cirrus: Enable damage clipping on primary planeThomas Zimmermann1-3/+7
2023-03-13drm/cirrus: Convert to regular atomic helpersThomas Zimmermann1-64/+138
2023-03-13drm/cirrus: Move primary-plane format arraysThomas Zimmermann1-14/+14
2023-03-13drm/cirrus: Integrate connector into pipeline codeThomas Zimmermann1-42/+38
2023-03-13drm/cirrus: Split cirrus_mode_set() into smaller functionsThomas Zimmermann1-25/+38
2023-03-13drm/cirrus: Move drm_dev_{enter, exit}() into DRM helpersThomas Zimmermann1-18/+13
2023-03-13drm/cirrus: Use drm_fb_blit() to update scanout bufferThomas Zimmermann1-14/+1
2023-03-13drm/cirrus: Replace cpp value with formatThomas Zimmermann1-24/+26
2023-03-13drm/cirrus: Compute blit destination offset in single locationThomas Zimmermann1-3/+1
2023-01-31drm/simpledrm: Allow physical width and height configuration via panel nodeRayyan Ansari1-9/+22
2023-01-26drm/simpledrm: Fix an NULL vs IS_ERR() bugDan Carpenter1-2/+2
2023-01-23drm/simpledrm: Add support for system memory framebuffersThierry Reding1-24/+75
2023-01-23drm/simpledrm: Use struct iosys_map consistentlyThierry Reding1-6/+7
2023-01-06drm/fb-helper: Replace bpp/depth parameter by color modeThomas Zimmermann2-2/+12
2023-01-03drm/format-helper: Simplify drm_fb_build_fourcc_list()Thomas Zimmermann2-41/+0
2023-01-02drm/tiny: ili9486: Do not assume 8-bit only SPI controllersCarlo Caione1-4/+9
2023-01-02drm/tiny: ili9486: Enable driver module autoloadingCarlo Caione1-0/+2
2022-12-14drm/tiny: panel-mipi-dbi: Read I/O supply from DTOtto Pflüger1-0/+5
2022-12-12drm: gm12u320: Remove #ifdef guards for PM related functionsPaul Cercueil1-8/+7
2022-12-05drm/mipi-dbi: Move drm_dev_{enter, exit}() out from fb_dirty functionsThomas Zimmermann2-12/+14
2022-12-05drm/mipi-dbi: Use shadow-plane mappingsThomas Zimmermann2-24/+8
2022-12-05drm/mipi-dbi: Support shadow-plane stateThomas Zimmermann2-0/+10
2022-12-05drm/mipi-dbi: Prepare framebuffer copy operation in pipe-update helpersThomas Zimmermann2-15/+38
2022-12-05drm/mipi-dbi: Initialize default driver functions with macroThomas Zimmermann7-28/+7
2022-12-05drm/st7586: Call MIPI DBI mode_valid helperThomas Zimmermann1-0/+1
2022-12-05drm/ili9225: Call MIPI DBI mode_valid helperThomas Zimmermann1-0/+1
2022-12-05drm/simple-kms: Remove drm_gem_simple_display_pipe_prepare_fb()Thomas Zimmermann1-1/+0
2022-11-24drm/simpledrm: Set preferred depth from format of scanout bufferThomas Zimmermann1-2/+2
2022-11-24drm/ofdrm: Set preferred depth from format of scanout bufferThomas Zimmermann1-12/+1
2022-11-24drm/cirrus: Decouple fbdev bpp value from color depthThomas Zimmermann1-1/+1
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann16-16/+16