summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_dpi.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Explicitly include correct DT includesRob Herring2023-07-211-2/+2
* drm/vc4: Convert to platform remove callback returning voidUwe Kleine-König2023-06-081-3/+2
* drm/vc4: Switch to container_of_constMaxime Ripard2023-04-251-5/+2
* drm/vc4: use new debugfs device-centered functionsMaíra Canal2022-12-221-4/+1
* drm/vc4: tests: Fail the current test if we access a registerMaxime Ripard2022-12-081-2/+11
* drm/vc4: dpi: Fix format mapping for RGB565Dave Stevenson2022-12-011-1/+1
* drm/vc4: dpi: Change the default DPI format to being 18bpp, not 24.Dave Stevenson2022-12-011-2/+2
* drm/vc4: dpi: Support BGR666 formatsJoerg Quinten2022-12-011-0/+6
* drm/vc4: dpi: Support RGB565 formatChris Morgan2022-12-011-0/+4
* drm/vc4: debugfs: Simplify debugfs registrationMaxime Ripard2022-07-131-3/+18
* drm/vc4: dpi: Protect device resourcesMaxime Ripard2022-07-131-0/+14
* drm/vc4: dpi: Switch to drmm_of_get_bridgeMaxime Ripard2022-07-131-1/+2
* drm/vc4: dpi: Switch to DRM-managed encoder initializationMaxime Ripard2022-07-131-15/+8
* drm/vc4: dpi: Add action to disable the clockMaxime Ripard2022-07-131-3/+11
* drm/vc4: dpi: Remove unnecessary drm_of_panel_bridge_remove callMaxime Ripard2022-07-131-2/+0
* drm/vc4: dpi: Return an error if we can't enable our clockMaxime Ripard2022-07-131-1/+4
* drm/vc4: dpi: Switch to drmm_kzallocMaxime Ripard2022-07-131-1/+2
* drm/vc4: dpi: Embed DRM structures into the private structureMaxime Ripard2022-07-131-33/+16
* drm/vc4: dpi: Remove vc4_dev dpi pointerMaxime Ripard2022-07-131-7/+0
* drm: Remove linux/media-bus-format.h from drm_crtc.hVille Syrjälä2022-07-051-0/+1
* drm/vc4: dpi: Ensure a default format is selectedDave Stevenson2022-06-281-3/+5
* drm/vc4: dpi: Add option for inverting pixel clock and output enableDave Stevenson2022-06-281-28/+38
* drm/vc4: dpi: Add support for composite syncs to vc4_dpiDave Stevenson2022-06-281-9/+16
* 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