summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4/vc4_dsi.c
AgeCommit message (Expand)Author
2023-07-21drm: Explicitly include correct DT includesRob Herring
2023-06-08drm/vc4: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-25drm/vc4: Switch to container_of_constMaxime Ripard
2023-01-19vc4: fix build failure in vc4_dsi_dev_probe()Arnd Bergmann
2023-01-10drm/vc4: dsi: Drop unused i2c includeUwe Kleine-König
2022-12-22drm/vc4: use new debugfs device-centered functionsMaíra Canal
2022-12-15drm/vc4: dsi: Remove entry to ULPS from vc4_dsi post_disableDave Stevenson
2022-12-15drm/vc4: dsi: Convert to using a bridge instead of encoderDave Stevenson
2022-12-15drm/vc4: dsi: Convert to use atomic operationsDave Stevenson
2022-12-15drm/vc4: dsi: Remove splitting the bridge chain from the driverDave Stevenson
2022-12-15drm/vc4: dsi: Move initialisation to encoder_mode_setDave Stevenson
2022-12-15drm/vc4: dsi: Rename bridge to out_bridgeDave Stevenson
2022-12-08drm/vc4: tests: Fail the current test if we access a registerMaxime Ripard
2022-07-13drm/vc4: debugfs: Simplify debugfs registrationMaxime Ripard
2022-07-13drm/vc4: dsi: Switch to devm_pm_runtime_enableMaxime Ripard
2022-07-13drm/vc4: dsi: Fix the driver structure lifetimeMaxime Ripard
2022-07-13drm/vc4: dsi: Switch to drmm_of_get_bridgeMaxime Ripard
2022-07-13drm/vc4: dsi: Switch to DRM-managed encoder initializationMaxime Ripard
2022-07-13drm/vc4: dsi: Embed DRM structures into the private structureMaxime Ripard
2022-06-28drm/vc4: dsi: Add correct stop condition to vc4_dsi_encoder_disable iterationDave Stevenson
2022-06-28drm/vc4: dsi: Fix dsi0 interrupt supportDave Stevenson
2022-06-28drm/vc4: dsi: Register dsi0 as the correct vc4 encoder typeDave Stevenson
2022-06-28drm/vc4: dsi: Correct DSI divider calculationsDave Stevenson
2022-06-28drm/vc4: dsi: Release workaround buffer and DMADave Stevenson
2022-04-21drm/vc4: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usageMiaoqian Lin
2022-02-16drm/vc4: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)
2022-01-19drm/vc4: Fix deadlock on DSI device attach errorPadmanabha Srinivasaiah
2021-09-14drm/vc4: dsi: Switch to devm_drm_of_get_bridgeMaxime Ripard
2021-07-28drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart
2020-12-07drm/vc4: dsi: Add configuration for BCM2711 DSI1Dave Stevenson
2020-12-07drm/vc4: dsi: Add support for DSI0Dave Stevenson
2020-12-07drm/vc4: dsi: Introduce a variant structureMaxime Ripard
2020-12-07drm/vc4: dsi: Use snprintf for the PHY clocks instead of an arrayMaxime Ripard
2020-12-07drm/vc4: dsi: Correct DSI register definitionDave Stevenson
2020-12-07drm/vc4: drv: Remove the DSI pointer in vc4_drvMaxime Ripard
2020-10-22drm/vc4: dsi: Only register our component once a DSI device is attachedMaxime Ripard
2020-04-02drm/vc4: Use simple encoderThomas Zimmermann
2020-02-26drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart
2020-01-08drm/vc4: dsi: Fix bridge chain handlingBoris Brezillon
2019-12-09drm/bridge: Make the bridge chain a double-linked listBoris Brezillon
2019-12-09drm/bridge: Rename bridge helpers targeting a bridge chainBoris Brezillon
2019-09-08drm/bridge: panel: Infer connector type from panel by defaultLaurent Pinchart
2019-08-28drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard
2019-07-17drm/vc4: drop use of drmP.hSam Ravnborg
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-05-16Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd
2019-04-03drm/vc4: Use common helpers for debugfs setup by the driver components.Eric Anholt
2019-04-01drm/vc4: Use drm_print_regset32() for our debug register dumping.Eric Anholt