summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tiny
Commit message (Expand)AuthorAgeFilesLines
* drm/simpledrm: Fix an NULL vs IS_ERR() bugDan Carpenter2023-02-011-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
* drm/ofdrm: Add CRTC stateThomas Zimmermann2022-10-141-3/+56
* drm/ofdrm: Add ofdrm for Open Firmware framebuffersThomas Zimmermann2022-10-143-0/+777
* drm/crtc-helper: Add a drm_crtc_helper_atomic_check() helperJavier Martinez Canillas2022-10-131-12/+2
* drm/simpledrm: Do not call drm_atomic_add_affected_planes()Javier Martinez Canillas2022-10-131-8/+2
* drm/atomic-helper: Replace drm_atomic_helper_check_crtc_state()Thomas Zimmermann2022-10-081-1/+5
* drm/simpledrm: Synchronize access to GEM BOsThomas Zimmermann2022-09-271-2/+8
* drm/simpledrm: Iterate over damage clipsThomas Zimmermann2022-09-271-11/+13
* drm/simpledrm: Remove !fb check from atomic_updateThomas Zimmermann2022-09-271-3/+0
* drm/simpledrm: Use drm_atomic_get_new_plane_state()Thomas Zimmermann2022-09-271-4/+4
* drm/simpledrm: Compute linestride with drm_format_info_min_pitch()Thomas Zimmermann2022-09-271-2/+5
* drm/plane-helper: Add a drm_plane_helper_atomic_check() helperJavier Martinez Canillas2022-09-161-24/+1
* drm/format-helper: Add drm_fb_build_fourcc_list() helperThomas Zimmermann2022-09-121-42/+5
* drm/modes: Add initializer macro DRM_MODE_INIT()Thomas Zimmermann2022-09-121-14/+9
* drm/probe-helper: Add drm_crtc_helper_mode_valid_fixed()Thomas Zimmermann2022-09-129-9/+18
* drm/probe-helper: Add drm_connector_helper_get_modes_fixed()Thomas Zimmermann2022-09-122-32/+2
* drm/bochs: fix blankingGerd Hoffmann2022-09-071-0/+2
* drm/format-helper: Rework XRGB8888-to-MONO conversionThomas Zimmermann2022-08-101-1/+5
* drm/format-helper: Rework XRGB8888-to-GRAY8 conversionThomas Zimmermann2022-08-101-1/+4
* drm/format-helper: Rework XRGB8888-to-RGB888 conversionThomas Zimmermann2022-08-101-2/+1
* drm/format-helper: Rework XRGB8888-to-RGBG565 conversionThomas Zimmermann2022-08-101-2/+1
* drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()Thomas Zimmermann2022-08-101-9/+12
* drm/format-helper: Provide drm_fb_blit()Thomas Zimmermann2022-08-101-4/+4