index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vc4
/
vc4_crtc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-03
drm: Use the state pointer directly in atomic_check
Maxime Ripard
1
-1
/
+1
2020-11-02
drm/atomic: Pass the full state to CRTC atomic_check
Maxime Ripard
1
-4
/
+7
2020-11-02
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-3
/
+11
2020-10-09
drm/atomic: Pass the full state to CRTC atomic enable/disable
Maxime Ripard
1
-2
/
+6
2020-09-25
drm/vc4: crtc: Keep the previously assigned HVS FIFO
Maxime Ripard
1
-0
/
+1
2020-09-25
drm/vc4: crtc: Rework a bit the CRTC state code
Maxime Ripard
1
-3
/
+10
2020-09-07
drm/vc4: crtc: Add BCM2711 pixelvalves
Maxime Ripard
1
-2
/
+93
2020-09-07
drm/vc4: drv: Disable the CRTC at boot time
Maxime Ripard
1
-0
/
+25
2020-09-07
drm/vc4: crtc: Move the CRTC disable out
Maxime Ripard
1
-12
/
+22
2020-09-07
drm/vc4: crtc: Clear the PixelValve FIFO during configuration
Maxime Ripard
1
-1
/
+1
2020-09-07
drm/vc4: crtc: Clear the PixelValve FIFO on disable
Maxime Ripard
1
-2
/
+1
2020-09-07
drm/vc4: crtc: Add a delay after disabling the PixelValve output
Maxime Ripard
1
-0
/
+18
2020-09-07
drm/vc4: encoder: Add finer-grained encoder callbacks
Maxime Ripard
1
-0
/
+19
2020-09-07
drm/vc4: crtc: Move HVS channel init before the PV initialisation
Maxime Ripard
1
-4
/
+4
2020-09-07
drm/vc4: crtc: Remove redundant pixelvalve reset
Maxime Ripard
1
-1
/
+0
2020-09-07
drm/vc4: crtc: Remove mode_set_nofb
Maxime Ripard
1
-6
/
+1
2020-09-07
drm/vc4: crtc: Move the HVS gamma LUT setup to our init function
Maxime Ripard
1
-2
/
+0
2020-09-07
drm/vc4: crtc: Move PV dump to config_pv
Maxime Ripard
1
-14
/
+12
2020-09-07
drm/vc4: crtc: Turn pixelvalve reset into a function
Maxime Ripard
1
-7
/
+13
2020-09-07
drm/vc4: crtc: Disable color management for HVS5
Maxime Ripard
1
-6
/
+11
2020-09-07
drm/vc4: crtc: Rename HDMI encoder type to HDMI0
Maxime Ripard
1
-1
/
+1
2020-09-07
drm/vc4: crtc: Add function to compute FIFO level bits
Maxime Ripard
1
-2
/
+10
2020-09-07
drm/vc4: crtc: Add FIFO depth to vc4_crtc_data
Maxime Ripard
1
-3
/
+17
2020-09-07
drm/vc4: crtc: Assign output to channel automatically
Maxime Ripard
1
-4
/
+8
2020-09-07
drm/vc4: crtc: Enable and disable the PV in atomic_enable / disable
Maxime Ripard
1
-3
/
+7
2020-09-07
drm/vc4: crtc: Use local chan variable
Maxime Ripard
1
-1
/
+1
2020-09-07
drm/vc4: crtc: Rename HVS channel to output
Maxime Ripard
1
-4
/
+4
2020-09-07
drm/vc4: crtc: Move the cob allocation outside of bind
Maxime Ripard
1
-18
/
+17
2020-09-07
drm/vc4: crtc: Use a shared interrupt
Maxime Ripard
1
-1
/
+3
2020-09-07
drm/vc4: crtc: Deal with different number of pixel per clock
Maxime Ripard
1
-7
/
+11
2020-07-07
drm/vc4: crtc: Remove the feed_txp tests
Maxime Ripard
1
-22
/
+7
2020-07-07
drm/vc4: txp: Turn the TXP into a CRTC of its own
Maxime Ripard
1
-19
/
+0
2020-07-07
drm/vc4: crtc: Move the txp_armed function to the TXP
Maxime Ripard
1
-7
/
+0
2020-07-07
drm/vc4: crtc: Move the CRTC initialisation to a separate function
Maxime Ripard
1
-37
/
+50
2020-07-07
drm/vc4: crtc: Only access the PixelValve registers if we have to
Maxime Ripard
1
-4
/
+15
2020-07-07
drm/vc4: crtc: Split CRTC data in two
Maxime Ripard
1
-11
/
+18
2020-07-07
drm/vc4: crtc: Make state functions public
Maxime Ripard
1
-11
/
+10
2020-07-07
drm/vc4: crtc: Move HVS setup code to the HVS driver
Maxime Ripard
1
-251
/
+6
2020-07-02
drm/vc4: Use __drm_atomic_helper_crtc_reset
Daniel Vetter
1
-2
/
+1
2020-06-10
drm/vc4: crtc: Restrict HACT_ACT setup to DSI
Maxime Ripard
1
-1
/
+2
2020-06-10
drm/vc4: crtc: Turn static const variable into a define
Maxime Ripard
1
-3
/
+4
2020-06-10
drm/vc4: crtc: Move crtc state to common header
Maxime Ripard
1
-21
/
+0
2020-06-10
drm/vc4: crtc: Switch to of_device_get_match_data
Maxime Ripard
1
-5
/
+5
2020-06-10
drm/vc4: crtc: Rename SoC data structures
Maxime Ripard
1
-6
/
+6
2020-06-10
drm/vc4: plane: Move additional planes creation to driver
Maxime Ripard
1
-4
/
+0
2020-06-10
drm/vc4: plane: Move planes creation to its own function
Maxime Ripard
1
-29
/
+4
2020-02-13
drm/vc4: Convert to CRTC VBLANK callbacks
Thomas Zimmermann
1
-0
/
+1
2020-02-13
drm/vc4: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
Thomas Zimmermann
1
-5
/
+7
2019-10-04
drm/mm: Use helpers for drm_mm_node booleans
Chris Wilson
1
-1
/
+1
2019-07-22
Merge v5.3-rc1 into drm-misc-next
Maxime Ripard
1
-4
/
+1
[next]