summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_dsi.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Explicitly include correct DT includesRob Herring2023-07-211-1/+2
* drm/vc4: Convert to platform remove callback returning voidUwe Kleine-König2023-06-081-4/+2
* drm/vc4: Switch to container_of_constMaxime Ripard2023-04-251-11/+6
* vc4: fix build failure in vc4_dsi_dev_probe()Arnd Bergmann2023-01-191-0/+2
* drm/vc4: dsi: Drop unused i2c includeUwe Kleine-König2023-01-101-1/+0
* drm/vc4: use new debugfs device-centered functionsMaíra Canal2022-12-221-5/+1
* drm/vc4: dsi: Remove entry to ULPS from vc4_dsi post_disableDave Stevenson2022-12-151-2/+0
* drm/vc4: dsi: Convert to using a bridge instead of encoderDave Stevenson2022-12-151-31/+90
* drm/vc4: dsi: Convert to use atomic operationsDave Stevenson2022-12-151-8/+15
* drm/vc4: dsi: Remove splitting the bridge chain from the driverDave Stevenson2022-12-151-47/+0
* drm/vc4: dsi: Move initialisation to encoder_mode_setDave Stevenson2022-12-151-4/+12
* drm/vc4: dsi: Rename bridge to out_bridgeDave Stevenson2022-12-151-6/+6
* drm/vc4: tests: Fail the current test if we access a registerMaxime Ripard2022-12-081-1/+8
* drm/vc4: debugfs: Simplify debugfs registrationMaxime Ripard2022-07-131-3/+19
* drm/vc4: dsi: Switch to devm_pm_runtime_enableMaxime Ripard2022-07-131-4/+4
* drm/vc4: dsi: Fix the driver structure lifetimeMaxime Ripard2022-07-131-1/+37
* drm/vc4: dsi: Switch to drmm_of_get_bridgeMaxime Ripard2022-07-131-1/+1
* drm/vc4: dsi: Switch to DRM-managed encoder initializationMaxime Ripard2022-07-131-2/+7
* drm/vc4: dsi: Embed DRM structures into the private structureMaxime Ripard2022-07-131-36/+22
* drm/vc4: dsi: Add correct stop condition to vc4_dsi_encoder_disable iterationDave Stevenson2022-06-281-0/+3
* drm/vc4: dsi: Fix dsi0 interrupt supportDave Stevenson2022-06-281-26/+85
* drm/vc4: dsi: Register dsi0 as the correct vc4 encoder typeDave Stevenson2022-06-281-1/+2
* drm/vc4: dsi: Correct DSI divider calculationsDave Stevenson2022-06-281-4/+2
* drm/vc4: dsi: Release workaround buffer and DMADave Stevenson2022-06-281-1/+28
* drm/vc4: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usageMiaoqian Lin2022-04-211-1/+1
* drm/vc4: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)2022-02-161-6/+1
* drm/vc4: Fix deadlock on DSI device attach errorPadmanabha Srinivasaiah2022-01-191-10/+4
* drm/vc4: dsi: Switch to devm_drm_of_get_bridgeMaxime Ripard2021-09-141-24/+4
* drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart2021-07-281-3/+1
* drm/vc4: dsi: Add configuration for BCM2711 DSI1Dave Stevenson2020-12-071-2/+10
* drm/vc4: dsi: Add support for DSI0Dave Stevenson2020-12-071-0/+8
* drm/vc4: dsi: Introduce a variant structureMaxime Ripard2020-12-071-26/+37
* drm/vc4: dsi: Use snprintf for the PHY clocks instead of an arrayMaxime Ripard2020-12-071-8/+9
* drm/vc4: dsi: Correct DSI register definitionDave Stevenson2020-12-071-2/+2
* drm/vc4: drv: Remove the DSI pointer in vc4_drvMaxime Ripard2020-12-071-9/+0
* drm/vc4: dsi: Only register our component once a DSI device is attachedMaxime Ripard2020-10-221-17/+8
* drm/vc4: Use simple encoderThomas Zimmermann2020-04-021-12/+3
* drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart2020-02-261-1/+1
* drm/vc4: dsi: Fix bridge chain handlingBoris Brezillon2020-01-081-6/+22
* drm/bridge: Make the bridge chain a double-linked listBoris Brezillon2019-12-091-1/+9
* drm/bridge: Rename bridge helpers targeting a bridge chainBoris Brezillon2019-12-091-4/+4
* drm/bridge: panel: Infer connector type from panel by defaultLaurent Pinchart2019-09-081-2/+2
* drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon2019-08-281-0/+1
* Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-221-12/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* | drm/vc4: drop use of drmP.hSam Ravnborg2019-07-171-7/+10
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-05-161-0/+1
|\
| * clk: Remove io.h from clk-provider.hStephen Boyd2019-05-151-0/+1
* | drm/vc4: Use common helpers for debugfs setup by the driver components.Eric Anholt2019-04-031-19/+5
* | drm/vc4: Use drm_print_regset32() for our debug register dumping.Eric Anholt2019-04-011-90/+65
|/