summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/stm
AgeCommit message (Expand)AuthorLines
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-2/+2
2024-10-14drm/stm: Use video aperture helpersThomas Zimmermann-2/+2
2024-09-26drm/stm: Run DRM default client setupThomas Zimmermann-1/+5
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter-77/+39
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+1
2024-07-19drm/stm: add COMMON_CLK dependencyArnd Bergmann-0/+1
2024-07-19drm/stm: ltdc: remove reload interruptYannick Fertre-10/+6
2024-07-19drm/stm: ltdc: add mask for lxcr registerYannick Fertre-4/+4
2024-07-19drm/stm: ltdc: reset plane transparency after plane disableYannick Fertre-0/+3
2024-07-15drm/stm: ltdc: Remove unused function plane_to_ltdcJiapeng Chong-5/+0
2024-07-15drm/stm: Avoid use-after-free issues with crtc and planeKatya Orlova-56/+20
2024-07-15drm/stm: ltdc: check memory returned by devm_kzalloc()Claudiu Beznea-0/+2
2024-07-09drm/stm: Fix an error handling path in stm_drm_platform_probe()Christophe JAILLET-1/+3
2024-07-08drm/stm: Remove unnecessary .owner for lvds_platform_driverJiapeng Chong-1/+0
2024-06-28drm/stm: dsi: expose DSI PHY internal clockRaphael Gallais-Pou-31/+216
2024-06-28drm/stm: dsi: add pm runtime opsYannick Fertre-6/+18
2024-06-28drm/stm: dsi: use new SYSTEM_SLEEP_PM_OPS() macroRaphael Gallais-Pou-4/+4
2024-06-28drm/stm: lvds: add new STM32 LVDS Display Interface Transmitter driverRaphael Gallais-Pou-0/+1239
2024-05-08drm/stm: Allow build with COMPILE_TEST=yVille Syrjälä-1/+1
2023-09-21drm: Call drm_atomic_helper_shutdown() at shutdown/remove time for misc driversDouglas Anderson-0/+7
2023-07-21drm: Explicitly include correct DT includesRob Herring-2/+2
2023-06-08drm/stm: Convert to platform remove callback returning voidUwe Kleine-König-8/+4
2023-05-26drm/stm: ltdc: fix late dereference checkRaphael Gallais-Pou-1/+3
2023-05-26drm/stm: dsi: Use devm_platform_ioremap_resource()Yang Li-3/+1
2023-04-16drm/aperture: Remove primary argumentDaniel Vetter-1/+1
2023-03-14drm/stm: Use GEM DMA fbdev emulationThomas Zimmermann-2/+2
2023-03-14drm: Drop ARCH_MULTIPLATFORM from dependenciesUwe Kleine-König-1/+1
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann-1/+1
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich-7/+7
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich-7/+7
2022-08-03drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich-1/+0
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann-1/+0
2022-07-05drm: Remove linux/media-bus-format.h from drm_crtc.hVille Syrjälä-0/+1
2022-06-27drm/stm: ltdc: update hardware error managementYannick Fertre-19/+77
2022-06-27drm/stm: ltdc: add support of horizontal & vertical mirroringYannick Fertre-56/+108
2022-06-27drm/stm: ltdc: add support of the dynamic z-orderYannick Fertre-3/+22
2022-06-27drm/stm: ltdc: fix various coding-style warningsYannick Fertre-3/+2
2022-06-27drm/stm: ltdc: remove error message about scalingYannick Fertre-1/+2
2022-06-27drm/stm: ltdc: disable all layers before crtc shutdownYannick Fertre-0/+6
2022-06-20drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä-0/+1
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä-0/+1
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä-0/+1
2022-04-07stm: ltdc: fix two incorrect NULL checks on list iteratorXiaomeng Tong-6/+10
2022-02-25drm/stm: ltdc: add support for CRC hashing featureRaphael Gallais-Pou-3/+104
2022-02-25drm/stm: Avoid using val uninitialized in ltdc_set_ycbcr_config()Nathan Chancellor-1/+2
2022-01-27drm/stm: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas-1/+2
2022-01-13drm/stm: ltdc: Drop format_mod_supported functionJosé Expósito-11/+0
2022-01-13drm/stm: ltdc: add support of ycbcr pixel formatsYannick Fertre-7/+245
2022-01-13drm/stm: ltdc: add support of flexible pixel formatsYannick Fertre-56/+145
2022-01-13drm/stm: ltdc: add per plane update supportYannick Fertre-3/+24