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