summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4/vc4_dpi.c
AgeCommit message (Expand)AuthorFilesLines
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