Age | Commit message (Expand) | Author |
2024-12-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds |
2024-11-21 | Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernel | Linus Torvalds |
2024-10-28 | drm/omap: Clean up deadcode functions | Dr. David Alan Gilbert |
2024-10-24 | gpu: drm: omapdrm: use new of_graph functions | Kuninori Morimoto |
2024-09-16 | drm/omap: Fix possible NULL dereference | Tomi Valkeinen |
2024-08-07 | gpu: drm: use for_each_endpoint_of_node() | Kuninori Morimoto |
2024-02-09 | drm/omap/hdmi5: switch to ->edid_read callback | Jani Nikula |
2024-02-09 | drm/omap/hdmi4: switch to ->edid_read callback | Jani Nikula |
2023-11-27 | drm: Use device_get_match_data() | Rob Herring |
2023-06-08 | drm/omap: Convert to platform remove callback returning void | Uwe Kleine-König |
2022-12-16 | drm/omap: dsi: Fix excessive stack usage | Tomi Valkeinen |
2022-12-16 | drm/omapdrm: Remove unused struct csc_coef_rgb2yuv | Yuan Can |
2022-09-09 | drm/omap: dss: Fix refcount leak bugs | Liang He |
2022-09-09 | drm: omapdrm: dss: replace ternary operator with max() | Guo Zhengkui |
2022-06-20 | drm: Drop drm_edid.h from drm_crtc.h | Ville Syrjälä |
2022-02-25 | drm/omap: dss: Make use of the helper component_compare_dev | Yong Wu |
2021-12-08 | omapdrm: dss: mark runtime PM functions __maybe_unused | Arnd Bergmann |
2021-12-08 | drm/omap: Add ovl checking funcs to dispc_ops | Benoit Parrot |
2021-12-08 | drm/omap: Add ability to check if requested plane modes can be supported | Benoit Parrot |
2021-11-10 | drm/omap: increase DSS5 max tv pclk to 192MHz | Tomi Valkeinen |
2021-11-10 | drm/omap: Make use of the helper function devm_platform_ioremap_resourcexxx() | Cai Huoqing |
2021-11-10 | drm/omap: dss: Make use of the helper macro SET_RUNTIME_PM_OPS() | Cai Huoqing |
2021-11-10 | drm/omapdrm: Convert to SPDX identifier | Cai Huoqing |
2021-10-07 | drm/omap: Use correct printk format specifiers for size_t | Laurent Pinchart |
2021-04-13 | Merge drm/drm-fixes into drm-next | Daniel Vetter |
2021-03-26 | drm/omap: Remove duplicate declaration | Wan Jiabing |
2021-03-26 | drm/omap: dsi: Add missing IRQF_ONESHOT | Yang Li |
2021-03-26 | drm/omap: fix misleading indentation in pixinc() | Arnd Bergmann |
2021-03-17 | drm/omap: dsi: fix unsigned expression compared with zero | Junlin Yang |
2021-01-27 | drm/omap: dsi: fix unreachable code in dsi_vc_send_short() | Menglong Dong |
2020-12-15 | drm/omap: dsi: allow DSI commands to be sent early | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: fix DCS_CMD_ENABLE | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: remove ulps support | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: fix and cleanup ddr_clk_always_on | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: split video mode enable/disable into separate func | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: cleanup initial vc setup | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: rename dsi_display_* functions | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: display_disable cleanup | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: display_enable cleanup | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: move enable/disable to bridge enable/disable | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: move structs & defines to dsi.h | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: use separate VCs for cmd and video | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: enable HS before sending the frame | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: skip dsi_vc_enable_hs when already in correct mode | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: untangle vc & channel | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: pass vc and channel to various functions | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: rename 'channel' to 'vc' | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: cleanup dispc channel usage | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: drop useless channel checks | Tomi Valkeinen |
2020-12-15 | drm/omap: dsi: simplify VC handling | Tomi Valkeinen |