aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mcde (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-03Merge tag 'drm-misc-next-2020-01-02' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie2-48/+192
2019-12-17drm/mcde: Some fixes to handling video modeLinus Walleij2-48/+192
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter5-143/+131
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 Walleij2-12/+1
2019-11-20drm/mcde: dsi: Fix invalid pointer dereference if panel cannot be foundStephan Gerhold1-2/+4
2019-11-09drm/mcde: Handle pending vblank while disabling displayStephan Gerhold1-0/+10
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 Gerhold2-1/+31
2019-11-09drm/mcde: Fix frame sync setup for video mode panelsStephan Gerhold4-18/+30
2019-11-09drm/mcde: Provide vblank handling unconditionallyStephan Gerhold2-22/+9
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard2-25/+48
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-27/+53
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-08-26drm/mcde: Fix an error handling path in 'mcde_probe()'Christophe JAILLET1-1/+2
2019-07-30platform: Add platform_find_device_by_driver() helperSuzuki K Poulose1-2/+1
2019-06-25drm/mcde: Fix uninitialized variableLinus Walleij1-1/+5
2019-06-21drm/mcde: Drop drm_gem_prime_export/importDaniel Vetter1-2/+0
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter1-1/+1
2019-06-13drm/mcde: Fix an uninitialized variableDan Carpenter1-1/+1
2019-05-26drm/mcde: Fix compile problemsSam Ravnborg2-2/+2
2019-05-24drm/mcde: Add new driver for ST-Ericsson MCDELinus Walleij8-0/+3726