summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/bridge/nwl-dsi.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-14drm/bridge: Use drm_mode_copy()Ville Syrjälä1-1/+1
2022-03-07drm: Drop commas after SoC match table sentinelsGeert Uytterhoeven1-1/+1
2022-03-02drm/bridge: nwl-dsi: Remove superfluous write to NWL_DSI_IRQ_MASK registerLiu Ying1-9/+5
2022-01-31drm/bridge: Add missing pm_runtime_put_syncYongzhi Liu1-6/+12
2022-01-12drm: bridge: nwl-dsi: Drop panel_bridge from nwl_dsiJagan Teki1-5/+2
2022-01-05drm/bridge: nwl-dsi: Fix PM disable depth imbalance in nwl_dsi_probeMiaoqian Lin1-0/+1
2021-10-12drm/bridge: nwl-dsi: Add atomic_get_input_bus_fmtsGuido Günther1-0/+35
2021-07-25drm/bridge: nwl-dsi: Avoid potential multiplication overflow on 32-bitGeert Uytterhoeven1-1/+1
2021-07-10drm: bridge: nwl-dsi: Drop unused nwl_dsi_plat_clk_configJagan Teki1-6/+0
2021-04-30drm/bridge: nwl-dsi: Get MIPI DSI controller and PHY ready in ->mode_set()Liu Ying1-16/+12
2021-04-30drm/bridge: nwl-dsi: Remove a check on unchanged HS clock rate from ->mode_set()Liu Ying1-7/+0
2021-04-30drm/bridge: nwl-dsi: Force a full modeset when crtc_state->active is changed ...Liu Ying1-22/+39
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+0
2020-08-06Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+1
2020-07-26drm/bridge: nwl-dsi: Drop DRM_BRIDGE_ATTACH_NO_CONNECTOR check.Guido Günther1-5/+0
2020-06-23drm: bridge: Pass drm_display_info to drm_bridge_funcs .mode_valid()Laurent Pinchart1-0/+1
2020-04-09drm/bridge: Add NWL MIPI DSI host controller supportGuido Günther1-0/+1213