aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mcde/mcde_dsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-07drm/mcde: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-3/+1
2021-07-30Merge tag 'drm-misc-next-2021-07-29' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+1
2021-07-28drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart1-8/+1
2021-07-27Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-1/+1
2021-07-27drm/dsi: Add _NO_ to MIPI_DSI_* flags disabling featuresNicolas Boichat1-1/+1
2021-06-23Backmerge tag 'v5.13-rc7' into drm-nextDave Airlie1-1/+1
2021-06-09drm/mcde: Fix off by 10^3 in calculationLinus Walleij1-1/+1
2021-05-22drm/mcde: Remove redundant error printing in mcde_dsi_probe()Zhen Lei1-3/+1
2021-03-04drm/mcde/panel: Inverse misunderstood flagLinus Walleij1-1/+1
2020-08-15drm/mcde: Retry DSI read/write transactionsLinus Walleij1-66/+92
2020-08-13drm/mcde: Enable the DSI link with displayLinus Walleij1-27/+17
2020-08-13drm/mcde: Fix display pipeline restartLinus Walleij1-22/+35
2020-08-13drm/mcde: Support using DSI in LP modeLinus Walleij1-4/+6
2020-08-13drm/mcde: Fix display data flow controlLinus Walleij1-3/+16
2020-05-27drm/mcde: Use mode->clock instead of reverse calculating it from the vrefreshVille Syrjälä1-2/+1
2020-05-27drm: Nuke mode->vrefreshVille Syrjälä1-3/+3
2020-05-12drm/mcde: dsi: Fix return value check in mcde_dsi_bind()Wei Yongjun1-4/+3
2020-04-28drm/mcde: Don't use drm_device->dev_privateDaniel Vetter1-1/+1
2020-02-26drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart1-2/+3
2020-01-03Merge tag 'drm-misc-next-2020-01-02' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-48/+191
2019-12-17drm/mcde: Some fixes to handling video modeLinus Walleij1-48/+191
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-94/+83
2019-12-09Merge tag 'drm-misc-fixes-2019-11-25' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie1-2/+4
2019-11-24drm/mcde: Do not needlessly logically and with 3Linus Walleij1-4/+4
2019-11-24drm/mcde: Reuse global DSI command defsLinus Walleij1-1/+1
2019-11-20drm/mcde: dsi: Fix invalid pointer dereference if panel cannot be foundStephan Gerhold1-2/+4
2019-11-09drm/mcde: dsi: Enable clocks in pre_enable() instead of mode_set()Stephan Gerhold1-30/+37
2019-11-09drm/mcde: dsi: Fix duplicated DSI connectorStephan Gerhold1-51/+1
2019-11-09drm/mcde: dsi: Delay start of video stream generatorStephan Gerhold1-5/+8
2019-11-09drm/mcde: dsi: Make video mode errors more verboseStephan Gerhold1-1/+21
2019-11-09drm/mcde: Fix frame sync setup for video mode panelsStephan Gerhold1-2/+11
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard1-23/+47
2019-09-08drm/bridge: panel: Infer connector type from panel by defaultLaurent Pinchart1-2/+2
2019-09-04drm/mcde: Fix DSI transfersLinus Walleij1-23/+47
2019-05-26drm/mcde: Fix compile problemsSam Ravnborg1-1/+1
2019-05-24drm/mcde: Add new driver for ST-Ericsson MCDELinus Walleij1-0/+1044