summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/stm
Commit message (Expand)AuthorAgeFilesLines
* drm: Call drm_atomic_helper_shutdown() at shutdown/remove time for misc driversDouglas Anderson2023-09-211-0/+7
* drm: Explicitly include correct DT includesRob Herring2023-07-212-2/+2
* drm/stm: Convert to platform remove callback returning voidUwe Kleine-König2023-06-082-8/+4
* drm/stm: ltdc: fix late dereference checkRaphael Gallais-Pou2023-05-261-1/+3
* drm/stm: dsi: Use devm_platform_ioremap_resource()Yang Li2023-05-261-3/+1
* drm/aperture: Remove primary argumentDaniel Vetter2023-04-161-1/+1
* drm/stm: Use GEM DMA fbdev emulationThomas Zimmermann2023-03-141-2/+2
* drm: Drop ARCH_MULTIPLATFORM from dependenciesUwe Kleine-König2023-03-141-1/+1
* drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-051-1/+1
* drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-033-7/+7
* drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich2022-08-031-7/+7
* drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich2022-08-031-1/+0
* drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann2022-07-261-1/+0
* drm: Remove linux/media-bus-format.h from drm_crtc.hVille Syrjälä2022-07-051-0/+1
* drm/stm: ltdc: update hardware error managementYannick Fertre2022-06-272-19/+77
* drm/stm: ltdc: add support of horizontal & vertical mirroringYannick Fertre2022-06-272-56/+108
* drm/stm: ltdc: add support of the dynamic z-orderYannick Fertre2022-06-273-3/+22
* drm/stm: ltdc: fix various coding-style warningsYannick Fertre2022-06-271-3/+2
* drm/stm: ltdc: remove error message about scalingYannick Fertre2022-06-271-1/+2
* drm/stm: ltdc: disable all layers before crtc shutdownYannick Fertre2022-06-271-0/+6
* drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* stm: ltdc: fix two incorrect NULL checks on list iteratorXiaomeng Tong2022-04-071-6/+10
* drm/stm: ltdc: add support for CRC hashing featureRaphael Gallais-Pou2022-02-252-3/+104
* drm/stm: Avoid using val uninitialized in ltdc_set_ycbcr_config()Nathan Chancellor2022-02-251-1/+2
* drm/stm: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas2022-01-271-1/+2
* drm/stm: ltdc: Drop format_mod_supported functionJosé Expósito2022-01-131-11/+0
* drm/stm: ltdc: add support of ycbcr pixel formatsYannick Fertre2022-01-132-7/+245
* drm/stm: ltdc: add support of flexible pixel formatsYannick Fertre2022-01-132-56/+145
* drm/stm: ltdc: add per plane update supportYannick Fertre2022-01-132-3/+24
* drm/stm: ltdc: add YCbCr 422 output supportYannick Fertre2022-01-132-1/+44
* drm/stm: ltdc: switch to regmapYannick Fertre2022-01-132-71/+68
* drm/stm: ltdc: support of new hardware versionYannick Fertre2022-01-042-30/+145
* drm/stm: remove conflicting framebuffersYannick Fertre2022-01-041-0/+5
* drm/stm: dsi: provide the implementation of mode_valid()Antonio Borneo2022-01-041-0/+98
* drm/stm: dsi: move lane capability detection in probe()Antonio Borneo2022-01-041-8/+8
* drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann2021-11-301-1/+0
* drm/stm: ltdc: add layer alpha supportRaphael Gallais-Pou2021-09-091-1/+3
* drm/stm: ltdc: attach immutable zpos property to planesRaphael Gallais-Pou2021-09-091-0/+3
* drm/stm: dsi: compute the transition time from LP to HS and backAntonio Borneo2021-07-191-4/+13
* drm/stm: ltdc: Silence -EPROBE_DEFER till bridge attachedJagan Teki2021-07-191-3/+5
* drm/stm: Don't set struct drm_device.irq_enabledThomas Zimmermann2021-06-291-3/+0
* drm/<driver>: drm_gem_plane_helper_prepare_fb is now the defaultDaniel Vetter2021-06-241-1/+0
* drm/stm: Remove usage of drm_display_mode_to_videomode()Marek Vasut2021-06-081-16/+17
* drm/stm: Don't set allow_fb_modifiers explicitlyDaniel Vetter2021-05-061-2/+0
* drm/stm: dsi: Avoid printing errors for -EPROBE_DEFERYannick Fertre2021-03-081-6/+3
* drm/stm: ltdc: Use simple encoderJagan Teki2021-03-081-10/+2
* drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-251-1/+2
* drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-2/+4