summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/stm
AgeCommit message (Expand)Author
2023-07-21drm: Explicitly include correct DT includesRob Herring
2023-06-08drm/stm: Convert to platform remove callback returning voidUwe Kleine-König
2023-05-26drm/stm: ltdc: fix late dereference checkRaphael Gallais-Pou
2023-05-26drm/stm: dsi: Use devm_platform_ioremap_resource()Yang Li
2023-04-16drm/aperture: Remove primary argumentDaniel Vetter
2023-03-14drm/stm: Use GEM DMA fbdev emulationThomas Zimmermann
2023-03-14drm: Drop ARCH_MULTIPLATFORM from dependenciesUwe Kleine-König
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich
2022-08-03drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann
2022-07-05drm: Remove linux/media-bus-format.h from drm_crtc.hVille Syrjälä
2022-06-27drm/stm: ltdc: update hardware error managementYannick Fertre
2022-06-27drm/stm: ltdc: add support of horizontal & vertical mirroringYannick Fertre
2022-06-27drm/stm: ltdc: add support of the dynamic z-orderYannick Fertre
2022-06-27drm/stm: ltdc: fix various coding-style warningsYannick Fertre
2022-06-27drm/stm: ltdc: remove error message about scalingYannick Fertre
2022-06-27drm/stm: ltdc: disable all layers before crtc shutdownYannick Fertre
2022-06-20drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä
2022-04-07stm: ltdc: fix two incorrect NULL checks on list iteratorXiaomeng Tong
2022-02-25drm/stm: ltdc: add support for CRC hashing featureRaphael Gallais-Pou
2022-02-25drm/stm: Avoid using val uninitialized in ltdc_set_ycbcr_config()Nathan Chancellor
2022-01-27drm/stm: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas
2022-01-13drm/stm: ltdc: Drop format_mod_supported functionJosé Expósito
2022-01-13drm/stm: ltdc: add support of ycbcr pixel formatsYannick Fertre
2022-01-13drm/stm: ltdc: add support of flexible pixel formatsYannick Fertre
2022-01-13drm/stm: ltdc: add per plane update supportYannick Fertre
2022-01-13drm/stm: ltdc: add YCbCr 422 output supportYannick Fertre
2022-01-13drm/stm: ltdc: switch to regmapYannick Fertre
2022-01-04drm/stm: ltdc: support of new hardware versionYannick Fertre
2022-01-04drm/stm: remove conflicting framebuffersYannick Fertre
2022-01-04drm/stm: dsi: provide the implementation of mode_valid()Antonio Borneo
2022-01-04drm/stm: dsi: move lane capability detection in probe()Antonio Borneo
2021-11-30drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann
2021-09-09drm/stm: ltdc: add layer alpha supportRaphael Gallais-Pou
2021-09-09drm/stm: ltdc: attach immutable zpos property to planesRaphael Gallais-Pou
2021-07-19drm/stm: dsi: compute the transition time from LP to HS and backAntonio Borneo
2021-07-19drm/stm: ltdc: Silence -EPROBE_DEFER till bridge attachedJagan Teki
2021-06-29drm/stm: Don't set struct drm_device.irq_enabledThomas Zimmermann
2021-06-24drm/<driver>: drm_gem_plane_helper_prepare_fb is now the defaultDaniel Vetter
2021-06-08drm/stm: Remove usage of drm_display_mode_to_videomode()Marek Vasut
2021-05-06drm/stm: Don't set allow_fb_modifiers explicitlyDaniel Vetter
2021-03-08drm/stm: dsi: Avoid printing errors for -EPROBE_DEFERYannick Fertre
2021-03-08drm/stm: ltdc: Use simple encoderJagan Teki
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard