index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vc4
/
vc4_dpi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/vc4: Get the rid of DRM_ERROR()
Stefan Wahren
2024-08-22
1
-7
/
+7
*
drm: Explicitly include correct DT includes
Rob Herring
2023-07-21
1
-2
/
+2
*
drm/vc4: Convert to platform remove callback returning void
Uwe Kleine-König
2023-06-08
1
-3
/
+2
*
drm/vc4: Switch to container_of_const
Maxime Ripard
2023-04-25
1
-5
/
+2
*
drm/vc4: use new debugfs device-centered functions
Maíra Canal
2022-12-22
1
-4
/
+1
*
drm/vc4: tests: Fail the current test if we access a register
Maxime Ripard
2022-12-08
1
-2
/
+11
*
drm/vc4: dpi: Fix format mapping for RGB565
Dave Stevenson
2022-12-01
1
-1
/
+1
*
drm/vc4: dpi: Change the default DPI format to being 18bpp, not 24.
Dave Stevenson
2022-12-01
1
-2
/
+2
*
drm/vc4: dpi: Support BGR666 formats
Joerg Quinten
2022-12-01
1
-0
/
+6
*
drm/vc4: dpi: Support RGB565 format
Chris Morgan
2022-12-01
1
-0
/
+4
*
drm/vc4: debugfs: Simplify debugfs registration
Maxime Ripard
2022-07-13
1
-3
/
+18
*
drm/vc4: dpi: Protect device resources
Maxime Ripard
2022-07-13
1
-0
/
+14
*
drm/vc4: dpi: Switch to drmm_of_get_bridge
Maxime Ripard
2022-07-13
1
-1
/
+2
*
drm/vc4: dpi: Switch to DRM-managed encoder initialization
Maxime Ripard
2022-07-13
1
-15
/
+8
*
drm/vc4: dpi: Add action to disable the clock
Maxime Ripard
2022-07-13
1
-3
/
+11
*
drm/vc4: dpi: Remove unnecessary drm_of_panel_bridge_remove call
Maxime Ripard
2022-07-13
1
-2
/
+0
*
drm/vc4: dpi: Return an error if we can't enable our clock
Maxime Ripard
2022-07-13
1
-1
/
+4
*
drm/vc4: dpi: Switch to drmm_kzalloc
Maxime Ripard
2022-07-13
1
-1
/
+2
*
drm/vc4: dpi: Embed DRM structures into the private structure
Maxime Ripard
2022-07-13
1
-33
/
+16
*
drm/vc4: dpi: Remove vc4_dev dpi pointer
Maxime Ripard
2022-07-13
1
-7
/
+0
*
drm: Remove linux/media-bus-format.h from drm_crtc.h
Ville Syrjälä
2022-07-05
1
-0
/
+1
*
drm/vc4: dpi: Ensure a default format is selected
Dave Stevenson
2022-06-28
1
-3
/
+5
*
drm/vc4: dpi: Add option for inverting pixel clock and output enable
Dave Stevenson
2022-06-28
1
-28
/
+38
*
drm/vc4: dpi: Add support for composite syncs to vc4_dpi
Dave Stevenson
2022-06-28
1
-9
/
+16
*
drm/vc4: dpi: Switch to devm_drm_of_get_bridge
Maxime Ripard
2021-09-14
1
-11
/
+4
*
drm/vc4: Use simple encoder
Thomas Zimmermann
2020-04-02
1
-6
/
+2
*
drm/bridge: Extend bridge API to disable connector creation
Laurent Pinchart
2020-02-26
1
-1
/
+1
*
drm/bridge: panel: Infer connector type from panel by default
Laurent Pinchart
2019-09-08
1
-1
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-06-19
1
-12
/
+1
*
drm/vc4: Use common helpers for debugfs setup by the driver components.
Eric Anholt
2019-04-03
1
-18
/
+2
*
drm/vc4: Use drm_print_regset32() for our debug register dumping.
Eric Anholt
2019-04-01
1
-13
/
+10
*
drm: Split out drm_probe_helper.h
Daniel Vetter
2019-01-24
1
-1
/
+1
*
drm/vc4: Fix oops dereferencing DPI's connector since panel_bridge.
Eric Anholt
2018-05-07
1
-3
/
+22
*
drm/vc4: remove bridge from driver internal structure
benjamin.gaignard@linaro.org
2017-10-10
1
-11
/
+6
*
drm: vc4: Use crtc->mode_valid() and encoder->mode_valid() callbacks
Jose Abreu
2017-06-20
1
-7
/
+6
*
drm/vc4: Switch DPI to using the panel-bridge helper.
Eric Anholt
2017-06-05
1
-134
/
+30
*
drm/vc4: fix include notation and remove -Iinclude/drm flag
Masahiro Yamada
2017-05-22
1
-8
/
+8
*
drm: convert drivers to use of_graph_get_remote_node
Rob Herring
2017-04-06
1
-12
/
+3
*
drm/vc4: Extend and edit documentation for output from the RST
Eric Anholt
2017-02-28
1
-1
/
+2
*
drm/vc4: Drop debug print at boot with DPI enabled.
Eric Anholt
2017-02-15
1
-13
/
+0
*
drm/vc4: Disallow interlaced modes on DPI.
Mario Kleiner
2016-08-20
1
-0
/
+11
*
Merge tag 'drm-vc4-next-2016-07-12' of https://github.com/anholt/linux into d...
Dave Airlie
2016-07-15
1
-11
/
+3
|
\
|
*
drm/vc4: clean up error exit path on failed dpi_connector allocation
Colin Ian King
2016-06-06
1
-11
/
+3
*
|
drm: vc4: Rely on the default ->best_encoder() behavior
Boris Brezillon
2016-06-10
1
-9
/
+0
|
/
*
drm/vc4: Add DPI driver
Eric Anholt
2016-04-14
1
-0
/
+520