index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vc4
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/vc4: Introduce GEM object functions
Thomas Zimmermann
2020-09-25
3
-14
/
+20
*
drm/vc4: hvs: Pull the state of all the CRTCs prior to PV muxing
Maxime Ripard
2020-09-21
1
-0
/
+17
*
drm/vc4: Handing the return value of drm_universal_plane_init
Tian Tao
2020-09-16
1
-0
/
+2
*
drm/vc4: Fix bitwise OR versus ternary operator in vc4_plane_mode_set
Nathan Chancellor
2020-09-11
1
-2
/
+2
*
drm/vc4: Update type of reg parameter in vc4_hdmi_{read,write}
Nathan Chancellor
2020-09-11
1
-2
/
+2
*
drm/vc4: hdmi: Fix NULL vs IS_ERR() checks in vc5_hdmi_init_resources()
Dan Carpenter
2020-09-10
1
-16
/
+16
*
drm/vc4: hdmi: Fix off by ones in vc4_hdmi_read/write()
Dan Carpenter
2020-09-10
1
-2
/
+2
*
drm/vc4: drv: Support BCM2711
Maxime Ripard
2020-09-07
4
-13
/
+40
*
drm/vc4: hdmi: Support the BCM2711 HDMI controllers
Maxime Ripard
2020-09-07
5
-0
/
+1004
*
drm/vc4: hdmi: Add pixel BVB clock control
Hoegeun Kwon
2020-09-07
2
-0
/
+24
*
drm/vc4: hdmi: Switch to blank pixels when disabled
Maxime Ripard
2020-09-07
2
-0
/
+12
*
drm/vc4: hdmi: Do the VID_CTL configuration at once
Maxime Ripard
2020-09-07
1
-8
/
+6
*
drm/vc4: hdmi: Implement finer-grained hooks
Maxime Ripard
2020-09-07
1
-4
/
+35
*
drm/vc4: hdmi: Always recenter the HDMI FIFO
Maxime Ripard
2020-09-07
1
-20
/
+26
*
drm/vc4: hdmi: Remove register dumps in enable
Maxime Ripard
2020-09-07
1
-17
/
+0
*
drm/vc4: hdmi: Deal with multiple ALSA cards
Maxime Ripard
2020-09-07
2
-1
/
+5
*
drm/vc4: hdmi: Add audio-related callbacks
Dave Stevenson
2020-09-07
2
-8
/
+21
*
drm/vc4: hdmi: Set the b-frame marker to the match ALSA's default.
Dave Stevenson
2020-09-07
1
-1
/
+2
*
drm/vc4: hdmi: Reset audio infoframe on encoder_enable if previously streaming
Dave Stevenson
2020-09-07
2
-0
/
+14
*
drm/vc4: hdmi: Use reg-names to retrieve the HDMI audio registers
Dave Stevenson
2020-09-07
1
-1
/
+8
*
drm/vc4: hdmi: Use clk_set_min_rate instead
Maxime Ripard
2020-09-07
1
-1
/
+1
*
drm/vc4: hdmi: Adjust HSM clock rate depending on pixel rate
Maxime Ripard
2020-09-07
2
-41
/
+41
*
drm/vc4: hdmi: Rename drm_encoder pointer in mode_valid
Maxime Ripard
2020-09-07
1
-1
/
+1
*
drm/vc4: hdmi: Remove unused CEC_CLOCK_DIV define
Maxime Ripard
2020-09-07
1
-1
/
+0
*
drm/vc4: hdmi: Add CEC support flag
Maxime Ripard
2020-09-07
2
-0
/
+7
*
drm/vc4: hdmi: Move CEC init to its own function
Maxime Ripard
2020-09-07
1
-41
/
+67
*
drm/vc4: hdmi: Deal with multiple debugfs files
Maxime Ripard
2020-09-07
2
-1
/
+7
*
drm/vc4: hdmi: Store the encoder type in the variant structure
Maxime Ripard
2020-09-07
2
-1
/
+5
*
drm/vc4: hdmi: Add a set_timings callback
Maxime Ripard
2020-09-07
2
-32
/
+44
*
drm/vc4: hdmi: Add a CSC setup callback
Maxime Ripard
2020-09-07
2
-28
/
+45
*
drm/vc4: hdmi: Add PHY RNG enable / disable function
Maxime Ripard
2020-09-07
3
-6
/
+32
*
drm/vc4: hdmi: Add PHY init and disable function
Maxime Ripard
2020-09-07
4
-7
/
+46
*
drm/vc4: hdmi: Add reset callback
Maxime Ripard
2020-09-07
2
-13
/
+21
*
drm/vc4: hdmi: Implement a register layout abstraction
Maxime Ripard
2020-09-07
4
-308
/
+464
*
drm/vc4: hdmi: Introduce resource init and variant
Maxime Ripard
2020-09-07
2
-20
/
+51
*
drm/vc4: hdmi: Remove vc4_hdmi_connector
Maxime Ripard
2020-09-07
2
-32
/
+10
*
drm/vc4: hdmi: Remove vc4_dev hdmi pointer
Maxime Ripard
2020-09-07
2
-8
/
+0
*
drm/vc4: hdmi: Retrieve the vc4_hdmi at unbind using our device
Maxime Ripard
2020-09-07
2
-3
/
+25
*
drm/vc4: hdmi: Pass vc4_hdmi to CEC code
Maxime Ripard
2020-09-07
1
-15
/
+9
*
drm/vc4: hdmi: Add container_of macros for encoders and connectors
Maxime Ripard
2020-09-07
2
-29
/
+28
*
drm/vc4: hdmi: Use local vc4_hdmi directly
Maxime Ripard
2020-09-07
1
-6
/
+6
*
drm/vc4: hdmi: Move accessors to vc4_hdmi
Maxime Ripard
2020-09-07
2
-18
/
+12
*
drm/vc4: hdmi: Rename hdmi to vc4_hdmi
Maxime Ripard
2020-09-07
1
-141
/
+142
*
drm/vc4: hdmi: Remove DDC argument to connector_init
Maxime Ripard
2020-09-07
1
-4
/
+3
*
drm/vc4: hdmi: rework connectors and encoders
Maxime Ripard
2020-09-07
2
-79
/
+72
*
drm/vc4: hdmi: Move structure to header
Maxime Ripard
2020-09-07
2
-75
/
+87
*
drm/vc4: hdmi: Use debugfs private field
Maxime Ripard
2020-09-07
1
-3
/
+1
*
drm/vc4: crtc: Add BCM2711 pixelvalves
Maxime Ripard
2020-09-07
2
-2
/
+100
*
drm/vc4: drv: Disable the CRTC at boot time
Maxime Ripard
2020-09-07
3
-0
/
+30
*
drm/vc4: crtc: Move the CRTC disable out
Maxime Ripard
2020-09-07
1
-12
/
+22
[next]