summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_dsi.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-13drm/vc4: debugfs: Simplify debugfs registrationMaxime Ripard1-3/+19
2022-07-13drm/vc4: dsi: Switch to devm_pm_runtime_enableMaxime Ripard1-4/+4
2022-07-13drm/vc4: dsi: Fix the driver structure lifetimeMaxime Ripard1-1/+37
2022-07-13drm/vc4: dsi: Switch to drmm_of_get_bridgeMaxime Ripard1-1/+1
2022-07-13drm/vc4: dsi: Switch to DRM-managed encoder initializationMaxime Ripard1-2/+7
2022-07-13drm/vc4: dsi: Embed DRM structures into the private structureMaxime Ripard1-36/+22
2022-06-28drm/vc4: dsi: Add correct stop condition to vc4_dsi_encoder_disable iterationDave Stevenson1-0/+3
2022-06-28drm/vc4: dsi: Fix dsi0 interrupt supportDave Stevenson1-26/+85
2022-06-28drm/vc4: dsi: Register dsi0 as the correct vc4 encoder typeDave Stevenson1-1/+2
2022-06-28drm/vc4: dsi: Correct DSI divider calculationsDave Stevenson1-4/+2
2022-06-28drm/vc4: dsi: Release workaround buffer and DMADave Stevenson1-1/+28
2022-04-21drm/vc4: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usageMiaoqian Lin1-1/+1
2022-02-16drm/vc4: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)1-6/+1
2022-01-19drm/vc4: Fix deadlock on DSI device attach errorPadmanabha Srinivasaiah1-10/+4
2021-09-14drm/vc4: dsi: Switch to devm_drm_of_get_bridgeMaxime Ripard1-24/+4
2021-07-28drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart1-3/+1
2020-12-07drm/vc4: dsi: Add configuration for BCM2711 DSI1Dave Stevenson1-2/+10
2020-12-07drm/vc4: dsi: Add support for DSI0Dave Stevenson1-0/+8
2020-12-07drm/vc4: dsi: Introduce a variant structureMaxime Ripard1-26/+37
2020-12-07drm/vc4: dsi: Use snprintf for the PHY clocks instead of an arrayMaxime Ripard1-8/+9
2020-12-07drm/vc4: dsi: Correct DSI register definitionDave Stevenson1-2/+2
2020-12-07drm/vc4: drv: Remove the DSI pointer in vc4_drvMaxime Ripard1-9/+0
2020-10-22drm/vc4: dsi: Only register our component once a DSI device is attachedMaxime Ripard1-17/+8
2020-04-02drm/vc4: Use simple encoderThomas Zimmermann1-12/+3
2020-02-26drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart1-1/+1
2020-01-08drm/vc4: dsi: Fix bridge chain handlingBoris Brezillon1-6/+22
2019-12-09drm/bridge: Make the bridge chain a double-linked listBoris Brezillon1-1/+9
2019-12-09drm/bridge: Rename bridge helpers targeting a bridge chainBoris Brezillon1-4/+4
2019-09-08drm/bridge: panel: Infer connector type from panel by defaultLaurent Pinchart1-2/+2
2019-08-28drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon1-0/+1
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard1-12/+1
2019-07-17drm/vc4: drop use of drmP.hSam Ravnborg1-7/+10
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-05-16Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-0/+1
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd1-0/+1
2019-04-03drm/vc4: Use common helpers for debugfs setup by the driver components.Eric Anholt1-19/+5
2019-04-01drm/vc4: Use drm_print_regset32() for our debug register dumping.Eric Anholt1-90/+65
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2018-07-10drm/vc4: Support the case where the DSI device is disabledBoris Brezillon1-2/+13
2018-06-29drm/vc4: Make DSI call into the bridge after the DSI link is enabled.Eric Anholt1-15/+27
2018-04-30drm/vc4: Skip ULPS latching when we're in that ULPS state already.Eric Anholt1-0/+5
2017-10-19drm/vc4: Fix sleeps during the IRQ handler for DSI transactions.Eric Anholt1-2/+30
2017-10-13drm/vc4: Move the DSI clock divider workaround closer to the clock call.Eric Anholt1-6/+6
2017-09-27drm/vc4: Set up the DSI host at pdev probe time, not component bind.Eric Anholt1-40/+57
2017-09-27drm/vc4: Avoid using vrefresh==0 mode in DSI htotal math.Eric Anholt1-1/+2
2017-08-08drm/vc4: Fix errant drm_bridge_remove() in DSI.Eric Anholt1-1/+0
2017-08-08drm/vc4: Don't disable DSI clocks on component unload.Eric Anholt1-3/+0
2017-07-14drm/vc4: Fix misleading name of the continuous flag.Eric Anholt1-4/+4
2017-07-14drm/vc4: Fix DSI T_INIT timing.Eric Anholt1-1/+11
2017-06-05drm/vc4: Switch DSI to the panel-bridge layer, and support bridges.Eric Anholt1-134/+20