summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tiny
AgeCommit message (Expand)Author
2022-12-14drm/tiny: panel-mipi-dbi: Read I/O supply from DTOtto Pflüger
2022-12-12drm: gm12u320: Remove #ifdef guards for PM related functionsPaul Cercueil
2022-12-05drm/mipi-dbi: Move drm_dev_{enter, exit}() out from fb_dirty functionsThomas Zimmermann
2022-12-05drm/mipi-dbi: Use shadow-plane mappingsThomas Zimmermann
2022-12-05drm/mipi-dbi: Support shadow-plane stateThomas Zimmermann
2022-12-05drm/mipi-dbi: Prepare framebuffer copy operation in pipe-update helpersThomas Zimmermann
2022-12-05drm/mipi-dbi: Initialize default driver functions with macroThomas Zimmermann
2022-12-05drm/st7586: Call MIPI DBI mode_valid helperThomas Zimmermann
2022-12-05drm/ili9225: Call MIPI DBI mode_valid helperThomas Zimmermann
2022-12-05drm/simple-kms: Remove drm_gem_simple_display_pipe_prepare_fb()Thomas Zimmermann
2022-11-24drm/simpledrm: Set preferred depth from format of scanout bufferThomas Zimmermann
2022-11-24drm/ofdrm: Set preferred depth from format of scanout bufferThomas Zimmermann
2022-11-24drm/cirrus: Decouple fbdev bpp value from color depthThomas Zimmermann
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann
2022-11-04drm/ofdrm: Cast error pointers to void __iomem *Thomas Zimmermann
2022-11-04drm/ofdrm: Convert PCI IDs to CPU endianness for comparingThomas Zimmermann
2022-11-03drm/ofdrm: Depend on CONFIG_MMUThomas Zimmermann
2022-10-19drm: Remove drm_mode_config::fb_baseZack Rusin
2022-10-14drm/ofdrm: Support big-endian scanout buffersThomas Zimmermann
2022-10-14drm/ofdrm: Support color managementThomas Zimmermann
2022-10-14drm/ofdrm: Add per-model device functionThomas Zimmermann
2022-10-14drm/ofdrm: Add CRTC stateThomas Zimmermann
2022-10-14drm/ofdrm: Add ofdrm for Open Firmware framebuffersThomas Zimmermann
2022-10-13drm/crtc-helper: Add a drm_crtc_helper_atomic_check() helperJavier Martinez Canillas
2022-10-13drm/simpledrm: Do not call drm_atomic_add_affected_planes()Javier Martinez Canillas
2022-10-08drm/atomic-helper: Replace drm_atomic_helper_check_crtc_state()Thomas Zimmermann
2022-09-27drm/simpledrm: Synchronize access to GEM BOsThomas Zimmermann
2022-09-27drm/simpledrm: Iterate over damage clipsThomas Zimmermann
2022-09-27drm/simpledrm: Remove !fb check from atomic_updateThomas Zimmermann
2022-09-27drm/simpledrm: Use drm_atomic_get_new_plane_state()Thomas Zimmermann
2022-09-27drm/simpledrm: Compute linestride with drm_format_info_min_pitch()Thomas Zimmermann
2022-09-16drm/plane-helper: Add a drm_plane_helper_atomic_check() helperJavier Martinez Canillas
2022-09-12drm/format-helper: Add drm_fb_build_fourcc_list() helperThomas Zimmermann
2022-09-12drm/modes: Add initializer macro DRM_MODE_INIT()Thomas Zimmermann
2022-09-12drm/probe-helper: Add drm_crtc_helper_mode_valid_fixed()Thomas Zimmermann
2022-09-12drm/probe-helper: Add drm_connector_helper_get_modes_fixed()Thomas Zimmermann
2022-09-07drm/bochs: fix blankingGerd Hoffmann
2022-08-10drm/format-helper: Rework XRGB8888-to-MONO conversionThomas Zimmermann
2022-08-10drm/format-helper: Rework XRGB8888-to-GRAY8 conversionThomas Zimmermann
2022-08-10drm/format-helper: Rework XRGB8888-to-RGB888 conversionThomas Zimmermann
2022-08-10drm/format-helper: Rework XRGB8888-to-RGBG565 conversionThomas Zimmermann
2022-08-10drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()Thomas Zimmermann
2022-08-10drm/format-helper: Provide drm_fb_blit()Thomas Zimmermann
2022-08-05drm/simpledrm: Convert to atomic helpersThomas Zimmermann
2022-08-05drm/simpledrm: Compute framebuffer stride if not setThomas Zimmermann
2022-08-05drm/simpledrm: Remove pdev field from device structureThomas Zimmermann
2022-08-05drm/simpledrm: Inline device-init helpersThomas Zimmermann
2022-08-05drm/simpledrm: Remove mem field from device structureThomas Zimmermann
2022-08-05drm/simpledrm: Fix return type of simpledrm_simple_display_pipe_mode_valid()Nathan Chancellor
2022-08-03drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich