summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/bridge/cdns-dsi.c
Commit message (Expand)AuthorAgeFilesLines
* drm: bridge: Pass drm_display_info to drm_bridge_funcs .mode_valid()Laurent Pinchart2020-06-231-0/+1
* drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart2020-02-261-2/+4
* drm/bridge: cdns: remove set but not used variable 'nlanes'yu kuai2020-01-061-2/+1
* drm/bridge: cdns: remove set but not used variable 'bpp'yu kuai2020-01-061-2/+1
* drm/bridge: panel: Infer connector type from panel by defaultLaurent Pinchart2019-09-081-1/+2
* drm/bridge: cdns: Convert to phy frameworkMaxime Ripard2019-02-071-426/+59
* drm/bridge: cdns: Separate DSI and D-PHY configurationMaxime Ripard2019-02-071-28/+73
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* drm/bridge: cdns: prepare for drmP.h removal from drm_modeset_helper.hSam Ravnborg2019-01-241-0/+2
* drm/panel: Make of_drm_find_panel() return an ERR_PTR() instead of NULLBoris Brezillon2018-07-101-1/+1
* drm/bridge: cdns: Mark runtime PM operations as maybe unusedThierry Reding2018-05-181-2/+2
* drm/bridge: Add Cadence DSI driverBoris Brezillon2018-04-231-0/+1623