summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+4
2025-12-25drm/bridge: add connector argument to .hpd_notify callbackDmitry Baryshkov-0/+1
2025-06-12drm: omapdrm: reduce clang stack usageArnd Bergmann-1/+1
2025-05-21drm/omap: dss: venc: convert to devm_drm_bridge_alloc() APILuca Ceresoli-15/+8
2025-05-21drm/omap: dss: sdi: convert to devm_drm_bridge_alloc() APILuca Ceresoli-17/+8
2025-05-21drm/omap: dss: hdmi5: convert to devm_drm_bridge_alloc() APILuca Ceresoli-16/+10
2025-05-21drm/omap: dss: hdmi4: convert to devm_drm_bridge_alloc() APILuca Ceresoli-16/+10
2025-05-21drm/omap: dss: dsi: convert to devm_drm_bridge_alloc() APILuca Ceresoli-4/+3
2025-05-21drm/omap: dss: dpi: convert to devm_drm_bridge_alloc() APILuca Ceresoli-4/+3
2025-04-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2025-03-20drm/bridge: Add encoder parameter to drm_bridge_funcs.attachMaxime Ripard-6/+12
2025-02-19drm/bridge: Pass full state to atomic_disableMaxime Ripard-2/+2
2025-02-19drm/bridge: Pass full state to atomic_enableMaxime Ripard-4/+2
2025-01-24drm/omap: Remove hdmi5_core_handle_irqs()Dr. David Alan Gilbert-18/+0
2025-01-24drm/omap/dss: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski-9/+3
2025-01-24drm/omap/dss: Use of_property_present() to test existence of DT propertyKrzysztof Kozlowski-1/+1
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-6/+6
2024-11-21Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-180/+7
2024-10-28drm/omap: Clean up deadcode functionsDr. David Alan Gilbert-159/+0
2024-10-24gpu: drm: omapdrm: use new of_graph functionsKuninori Morimoto-2/+4
2024-09-16drm/omap: Fix possible NULL dereferenceTomi Valkeinen-21/+7
2024-08-07gpu: drm: use for_each_endpoint_of_node()Kuninori Morimoto-2/+1
2024-02-09drm/omap/hdmi5: switch to ->edid_read callbackJani Nikula-6/+6
2024-02-09drm/omap/hdmi4: switch to ->edid_read callbackJani Nikula-7/+15
2023-11-27drm: Use device_get_match_data()Rob Herring-4/+5
2023-06-08drm/omap: Convert to platform remove callback returning voidUwe Kleine-König-20/+12
2022-12-16drm/omap: dsi: Fix excessive stack usageTomi Valkeinen-10/+16
2022-12-16drm/omapdrm: Remove unused struct csc_coef_rgb2yuvYuan Can-5/+0
2022-09-09drm/omap: dss: Fix refcount leak bugsLiang He-0/+3
2022-09-09drm: omapdrm: dss: replace ternary operator with max()Guo Zhengkui-1/+1
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä-0/+2
2022-02-25drm/omap: dss: Make use of the helper component_compare_devYong Wu-7/+1
2021-12-08omapdrm: dss: mark runtime PM functions __maybe_unusedArnd Bergmann-8/+8
2021-12-08drm/omap: Add ovl checking funcs to dispc_opsBenoit Parrot-2/+10
2021-12-08drm/omap: Add ability to check if requested plane modes can be supportedBenoit Parrot-0/+24
2021-11-10drm/omap: increase DSS5 max tv pclk to 192MHzTomi Valkeinen-1/+1
2021-11-10drm/omap: Make use of the helper function devm_platform_ioremap_resourcexxx()Cai Huoqing-34/+11
2021-11-10drm/omap: dss: Make use of the helper macro SET_RUNTIME_PM_OPS()Cai Huoqing-8/+4
2021-11-10drm/omapdrm: Convert to SPDX identifierCai Huoqing-26/+2
2021-10-07drm/omap: Use correct printk format specifiers for size_tLaurent Pinchart-2/+2
2021-04-13Merge drm/drm-fixes into drm-nextDaniel Vetter-4/+4
2021-03-26drm/omap: Remove duplicate declarationWan Jiabing-5/+4
2021-03-26drm/omap: dsi: Add missing IRQF_ONESHOTYang Li-1/+2
2021-03-26drm/omap: fix misleading indentation in pixinc()Arnd Bergmann-3/+2
2021-03-17drm/omap: dsi: fix unsigned expression compared with zeroJunlin Yang-3/+4
2021-01-27drm/omap: dsi: fix unreachable code in dsi_vc_send_short()Menglong Dong-3/+4
2020-12-15drm/omap: dsi: allow DSI commands to be sent earlyTomi Valkeinen-5/+48
2020-12-15drm/omap: dsi: fix DCS_CMD_ENABLETomi Valkeinen-1/+2