summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tiny
AgeCommit message (Expand)AuthorLines
2023-03-13drm/cirrus: Remove format test from cirrus_fb_create()Thomas Zimmermann-4/+0
2023-03-13drm/cirrus: Inline cirrus_fb_blit_rect()Thomas Zimmermann-16/+6
2023-03-13drm/cirrus: Enable damage clipping on primary planeThomas Zimmermann-3/+7
2023-03-13drm/cirrus: Convert to regular atomic helpersThomas Zimmermann-64/+138
2023-03-13drm/cirrus: Move primary-plane format arraysThomas Zimmermann-14/+14
2023-03-13drm/cirrus: Integrate connector into pipeline codeThomas Zimmermann-42/+38
2023-03-13drm/cirrus: Split cirrus_mode_set() into smaller functionsThomas Zimmermann-25/+38
2023-03-13drm/cirrus: Move drm_dev_{enter, exit}() into DRM helpersThomas Zimmermann-18/+13
2023-03-13drm/cirrus: Use drm_fb_blit() to update scanout bufferThomas Zimmermann-14/+1
2023-03-13drm/cirrus: Replace cpp value with formatThomas Zimmermann-24/+26
2023-03-13drm/cirrus: Compute blit destination offset in single locationThomas Zimmermann-3/+1
2023-01-31drm/simpledrm: Allow physical width and height configuration via panel nodeRayyan Ansari-9/+22
2023-01-26drm/simpledrm: Fix an NULL vs IS_ERR() bugDan Carpenter-2/+2
2023-01-23drm/simpledrm: Add support for system memory framebuffersThierry Reding-24/+75
2023-01-23drm/simpledrm: Use struct iosys_map consistentlyThierry Reding-6/+7
2023-01-06drm/fb-helper: Replace bpp/depth parameter by color modeThomas Zimmermann-2/+12
2023-01-03drm/format-helper: Simplify drm_fb_build_fourcc_list()Thomas Zimmermann-41/+0
2023-01-02drm/tiny: ili9486: Do not assume 8-bit only SPI controllersCarlo Caione-4/+9
2023-01-02drm/tiny: ili9486: Enable driver module autoloadingCarlo Caione-0/+2
2022-12-14drm/tiny: panel-mipi-dbi: Read I/O supply from DTOtto Pflüger-0/+5
2022-12-12drm: gm12u320: Remove #ifdef guards for PM related functionsPaul Cercueil-8/+7
2022-12-05drm/mipi-dbi: Move drm_dev_{enter, exit}() out from fb_dirty functionsThomas Zimmermann-12/+14
2022-12-05drm/mipi-dbi: Use shadow-plane mappingsThomas Zimmermann-24/+8
2022-12-05drm/mipi-dbi: Support shadow-plane stateThomas Zimmermann-0/+10
2022-12-05drm/mipi-dbi: Prepare framebuffer copy operation in pipe-update helpersThomas Zimmermann-15/+38
2022-12-05drm/mipi-dbi: Initialize default driver functions with macroThomas Zimmermann-28/+7
2022-12-05drm/st7586: Call MIPI DBI mode_valid helperThomas Zimmermann-0/+1
2022-12-05drm/ili9225: Call MIPI DBI mode_valid helperThomas Zimmermann-0/+1
2022-12-05drm/simple-kms: Remove drm_gem_simple_display_pipe_prepare_fb()Thomas Zimmermann-1/+0
2022-11-24drm/simpledrm: Set preferred depth from format of scanout bufferThomas Zimmermann-2/+2
2022-11-24drm/ofdrm: Set preferred depth from format of scanout bufferThomas Zimmermann-12/+1
2022-11-24drm/cirrus: Decouple fbdev bpp value from color depthThomas Zimmermann-1/+1
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann-16/+16
2022-11-04drm/ofdrm: Cast error pointers to void __iomem *Thomas Zimmermann-8/+8
2022-11-04drm/ofdrm: Convert PCI IDs to CPU endianness for comparingThomas Zimmermann-3/+8
2022-11-03drm/ofdrm: Depend on CONFIG_MMUThomas Zimmermann-1/+1
2022-10-19drm: Remove drm_mode_config::fb_baseZack Rusin-1/+0
2022-10-14drm/ofdrm: Support big-endian scanout buffersThomas Zimmermann-2/+53
2022-10-14drm/ofdrm: Support color managementThomas Zimmermann-5/+437
2022-10-14drm/ofdrm: Add per-model device functionThomas Zimmermann-0/+125
2022-10-14drm/ofdrm: Add CRTC stateThomas Zimmermann-3/+56
2022-10-14drm/ofdrm: Add ofdrm for Open Firmware framebuffersThomas Zimmermann-0/+777
2022-10-13drm/crtc-helper: Add a drm_crtc_helper_atomic_check() helperJavier Martinez Canillas-12/+2
2022-10-13drm/simpledrm: Do not call drm_atomic_add_affected_planes()Javier Martinez Canillas-8/+2
2022-10-08drm/atomic-helper: Replace drm_atomic_helper_check_crtc_state()Thomas Zimmermann-1/+5
2022-09-27drm/simpledrm: Synchronize access to GEM BOsThomas Zimmermann-2/+8
2022-09-27drm/simpledrm: Iterate over damage clipsThomas Zimmermann-11/+13
2022-09-27drm/simpledrm: Remove !fb check from atomic_updateThomas Zimmermann-3/+0
2022-09-27drm/simpledrm: Use drm_atomic_get_new_plane_state()Thomas Zimmermann-4/+4
2022-09-27drm/simpledrm: Compute linestride with drm_format_info_min_pitch()Thomas Zimmermann-2/+5