summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mcde
AgeCommit message (Expand)AuthorLines
2020-11-24drm/mcde: Support DPI outputLinus Walleij-47/+595
2020-11-24drm/mcde: Break out DSI set-up routineLinus Walleij-60/+75
2020-11-24drm/mcde: Fix RGB/BGR bugLinus Walleij-14/+13
2020-11-11drm/mcde: Fix unbalanced regulatorLinus Walleij-1/+7
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter-1/+1
2020-10-17drm/mcde: Fix handling of platform_get_irq() errorKrzysztof Kozlowski-2/+2
2020-08-15drm/mcde: Retry DSI read/write transactionsLinus Walleij-66/+92
2020-08-13drm/mcde: Enable the DSI link with displayLinus Walleij-35/+47
2020-08-13drm/mcde: Fix display pipeline restartLinus Walleij-82/+133
2020-08-13drm/mcde: Support using DSI in LP modeLinus Walleij-4/+6
2020-08-13drm/mcde: Improve pixel fetcher FIFO depth settingLinus Walleij-4/+30
2020-08-13drm/mcde: Fix display data flow controlLinus Walleij-50/+111
2020-08-13drm/mcde: Rename flow functionLinus Walleij-2/+2
2020-08-11Merge tag 'v5.8' into drm-nextDave Airlie-3/+8
2020-07-26drm/mcde: Fix stability issueLinus Walleij-3/+8
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie-2/+3
2020-06-16drm: mcde: Fix forgotten user of drm->dev_privateLinus Walleij-1/+1
2020-06-16drm: mcde: Fix display initialization problemLinus Walleij-1/+2
2020-06-10drm/mcde: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann-7/+1
2020-06-10drm/mcde: Use GEM CMA object functionsThomas Zimmermann-5/+1
2020-05-27drm/mcde: Use mode->clock instead of reverse calculating it from the vrefreshVille Syrjälä-2/+1
2020-05-27drm: Nuke mode->vrefreshVille Syrjälä-3/+3
2020-05-12drm/mcde: dsi: Fix return value check in mcde_dsi_bind()Wei Yongjun-4/+3
2020-04-28drm/mcde: Don't use drm_device->dev_privateDaniel Vetter-10/+10
2020-04-28drm/mcde: Use devm_drm_dev_allocDaniel Vetter-11/+4
2020-03-26drm/mcde: More devm_drm_dev_initDaniel Vetter-6/+3
2020-03-26drm/mcde: Drop explicit drm_mode_config_cleanup callDaniel Vetter-14/+6
2020-03-26drm: Garbage collect drm_dev_finiDaniel Vetter-1/+0
2020-03-26drm/mcde: Use drmm_add_final_kfreeDaniel Vetter-3/+2
2020-02-26drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart-2/+3
2020-02-14drm/mcde: Fix Sphinx formattingJonathan Neuschäfer-4/+5
2020-01-03Merge tag 'drm-misc-next-2020-01-02' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-48/+192
2019-12-17drm/mcde: Some fixes to handling video modeLinus Walleij-48/+192
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-143/+131
2019-12-09Merge tag 'drm-misc-fixes-2019-11-25' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-2/+4
2019-11-24drm/mcde: Do not needlessly logically and with 3Linus Walleij-4/+4
2019-11-24drm/mcde: Reuse global DSI command defsLinus Walleij-12/+1
2019-11-20drm/mcde: dsi: Fix invalid pointer dereference if panel cannot be foundStephan Gerhold-2/+4
2019-11-09drm/mcde: Handle pending vblank while disabling displayStephan Gerhold-0/+10
2019-11-09drm/mcde: dsi: Enable clocks in pre_enable() instead of mode_set()Stephan Gerhold-30/+37
2019-11-09drm/mcde: dsi: Fix duplicated DSI connectorStephan Gerhold-51/+1
2019-11-09drm/mcde: dsi: Delay start of video stream generatorStephan Gerhold-5/+8
2019-11-09drm/mcde: dsi: Make video mode errors more verboseStephan Gerhold-1/+31
2019-11-09drm/mcde: Fix frame sync setup for video mode panelsStephan Gerhold-18/+30
2019-11-09drm/mcde: Provide vblank handling unconditionallyStephan Gerhold-22/+9
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard-25/+48
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-27/+53
2019-09-08drm/bridge: panel: Infer connector type from panel by defaultLaurent Pinchart-2/+2
2019-09-04drm/mcde: Fix DSI transfersLinus Walleij-23/+47
2019-08-26drm/mcde: Fix an error handling path in 'mcde_probe()'Christophe JAILLET-1/+2