summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_dpi.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vc4: dpi: Switch to devm_drm_of_get_bridgeMaxime Ripard2021-09-141-11/+4
* drm/vc4: Use simple encoderThomas Zimmermann2020-04-021-6/+2
* drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart2020-02-261-1/+1
* drm/bridge: panel: Infer connector type from panel by defaultLaurent Pinchart2019-09-081-1/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* drm/vc4: Use common helpers for debugfs setup by the driver components.Eric Anholt2019-04-031-18/+2
* drm/vc4: Use drm_print_regset32() for our debug register dumping.Eric Anholt2019-04-011-13/+10
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* drm/vc4: Fix oops dereferencing DPI's connector since panel_bridge.Eric Anholt2018-05-071-3/+22
* drm/vc4: remove bridge from driver internal structurebenjamin.gaignard@linaro.org2017-10-101-11/+6
* drm: vc4: Use crtc->mode_valid() and encoder->mode_valid() callbacksJose Abreu2017-06-201-7/+6
* drm/vc4: Switch DPI to using the panel-bridge helper.Eric Anholt2017-06-051-134/+30
* drm/vc4: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-221-8/+8
* drm: convert drivers to use of_graph_get_remote_nodeRob Herring2017-04-061-12/+3
* drm/vc4: Extend and edit documentation for output from the RSTEric Anholt2017-02-281-1/+2
* drm/vc4: Drop debug print at boot with DPI enabled.Eric Anholt2017-02-151-13/+0
* drm/vc4: Disallow interlaced modes on DPI.Mario Kleiner2016-08-191-0/+11
* Merge tag 'drm-vc4-next-2016-07-12' of https://github.com/anholt/linux into d...Dave Airlie2016-07-151-11/+3
|\
| * drm/vc4: clean up error exit path on failed dpi_connector allocationColin Ian King2016-06-061-11/+3
* | drm: vc4: Rely on the default ->best_encoder() behaviorBoris Brezillon2016-06-101-9/+0
|/
* drm/vc4: Add DPI driverEric Anholt2016-04-141-0/+520