summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_dpi.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-13drm/vc4: debugfs: Simplify debugfs registrationMaxime Ripard1-3/+18
2022-07-13drm/vc4: dpi: Protect device resourcesMaxime Ripard1-0/+14
2022-07-13drm/vc4: dpi: Switch to drmm_of_get_bridgeMaxime Ripard1-1/+2
2022-07-13drm/vc4: dpi: Switch to DRM-managed encoder initializationMaxime Ripard1-15/+8
2022-07-13drm/vc4: dpi: Add action to disable the clockMaxime Ripard1-3/+11
2022-07-13drm/vc4: dpi: Remove unnecessary drm_of_panel_bridge_remove callMaxime Ripard1-2/+0
2022-07-13drm/vc4: dpi: Return an error if we can't enable our clockMaxime Ripard1-1/+4
2022-07-13drm/vc4: dpi: Switch to drmm_kzallocMaxime Ripard1-1/+2
2022-07-13drm/vc4: dpi: Embed DRM structures into the private structureMaxime Ripard1-33/+16
2022-07-13drm/vc4: dpi: Remove vc4_dev dpi pointerMaxime Ripard1-7/+0
2022-07-05drm: Remove linux/media-bus-format.h from drm_crtc.hVille Syrjälä1-0/+1
2022-06-28drm/vc4: dpi: Ensure a default format is selectedDave Stevenson1-3/+5
2022-06-28drm/vc4: dpi: Add option for inverting pixel clock and output enableDave Stevenson1-28/+38
2022-06-28drm/vc4: dpi: Add support for composite syncs to vc4_dpiDave Stevenson1-9/+16
2021-09-14drm/vc4: dpi: Switch to devm_drm_of_get_bridgeMaxime Ripard1-11/+4
2020-04-02drm/vc4: Use simple encoderThomas Zimmermann1-6/+2
2020-02-26drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart1-1/+1
2019-09-08drm/bridge: panel: Infer connector type from panel by defaultLaurent Pinchart1-1/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-04-03drm/vc4: Use common helpers for debugfs setup by the driver components.Eric Anholt1-18/+2
2019-04-01drm/vc4: Use drm_print_regset32() for our debug register dumping.Eric Anholt1-13/+10
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2018-05-07drm/vc4: Fix oops dereferencing DPI's connector since panel_bridge.Eric Anholt1-3/+22
2017-10-10drm/vc4: remove bridge from driver internal structurebenjamin.gaignard@linaro.org1-11/+6
2017-06-20drm: vc4: Use crtc->mode_valid() and encoder->mode_valid() callbacksJose Abreu1-7/+6
2017-06-05drm/vc4: Switch DPI to using the panel-bridge helper.Eric Anholt1-134/+30
2017-05-22drm/vc4: fix include notation and remove -Iinclude/drm flagMasahiro Yamada1-8/+8
2017-04-06drm: convert drivers to use of_graph_get_remote_nodeRob Herring1-12/+3
2017-02-28drm/vc4: Extend and edit documentation for output from the RSTEric Anholt1-1/+2
2017-02-15drm/vc4: Drop debug print at boot with DPI enabled.Eric Anholt1-13/+0
2016-08-19drm/vc4: Disallow interlaced modes on DPI.Mario Kleiner1-0/+11
2016-07-15Merge tag 'drm-vc4-next-2016-07-12' of https://github.com/anholt/linux into d...Dave Airlie1-11/+3
2016-06-10drm: vc4: Rely on the default ->best_encoder() behaviorBoris Brezillon1-9/+0
2016-06-06drm/vc4: clean up error exit path on failed dpi_connector allocationColin Ian King1-11/+3
2016-04-14drm/vc4: Add DPI driverEric Anholt1-0/+520