index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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
*
Merge tag 'du-next-20210105' of git://linuxtv.org/pinchartl/media into drm-next
Daniel Vetter
2021-01-07
1
-6
/
+1
|
\
|
*
drm: vc4: Remove unnecessary drm_plane_cleanup() wrapper
Laurent Pinchart
2021-01-05
1
-6
/
+1
*
|
drm/vc4: hdmi: Enable 10/12 bpc output
Maxime Ripard
2020-12-16
3
-1
/
+79
*
|
drm/vc4: hdmi: Limit the BCM2711 to the max without scrambling
Maxime Ripard
2020-12-16
1
-2
/
+4
*
|
drm/vc4: hdmi: Use the connector state pixel rate for the PHY
Maxime Ripard
2020-12-16
3
-10
/
+11
*
|
drm/vc4: hdmi: Store pixel frequency in the connector state
Maxime Ripard
2020-12-16
2
-1
/
+26
*
|
drm/vc4: hdmi: Create a custom connector state
Maxime Ripard
2020-12-16
2
-3
/
+40
*
|
drm/vc4: hdmi: Don't access the connector state in reset if kmalloc fails
Maxime Ripard
2020-12-16
1
-1
/
+3
*
|
drm/vc4: hdmi: Take into account the clock doubling flag in atomic_check
Maxime Ripard
2020-12-16
1
-0
/
+3
*
|
drm/vc4: Pass the atomic state to encoder hooks
Maxime Ripard
2020-12-16
3
-18
/
+25
*
|
drm/vc4: hvs: Align the HVS atomic hooks to the new API
Maxime Ripard
2020-12-16
4
-24
/
+19
*
|
drm: automatic legacy gamma support
Tomi Valkeinen
2020-12-15
2
-2
/
+0
*
|
drm/vc4: kms: Convert to atomic helpers
Maxime Ripard
2020-12-15
1
-107
/
+3
*
|
drm/vc4: kms: Remove async modeset semaphore
Maxime Ripard
2020-12-15
3
-37
/
+2
*
|
drm/vc4: kms: Remove unassigned_channels from the HVS state
Maxime Ripard
2020-12-15
1
-7
/
+7
*
|
drm/vc4: kms: Wait on previous FIFO users before a commit
Maxime Ripard
2020-12-15
1
-1
/
+122
*
|
drm/vc4: Simplify a bit the global atomic_check
Maxime Ripard
2020-12-15
1
-7
/
+6
*
|
Merge drm/drm-next into drm-misc-next
Maarten Lankhorst
2020-12-15
4
-63
/
+244
|
\
|
|
*
Merge tag 'drm-misc-next-2020-11-27-1' of git://anongit.freedesktop.org/drm/d...
Daniel Vetter
2020-12-15
1
-1
/
+3
|
|
\
|
*
\
Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2020-12-14
12
-60
/
+72
|
|
\
\
|
*
|
|
drm/vc4: kms: Don't disable the muxing of an active CRTC
Maxime Ripard
2020-11-23
2
-36
/
+48
|
*
|
|
drm/vc4: kms: Store the unassigned channel list in the state
Maxime Ripard
2020-11-23
2
-25
/
+102
|
*
|
|
drm/vc4: hdmi: Disable Wifi Frequencies
Maxime Ripard
2020-11-19
2
-0
/
+29
|
*
|
|
drm/vc4: kms: Document the muxing corner cases
Maxime Ripard
2020-11-19
1
-0
/
+22
|
*
|
|
drm/vc4: kms: Split the HVS muxing check in a separate function
Maxime Ripard
2020-11-19
1
-3
/
+15
|
*
|
|
drm/vc4: kms: Rename NUM_CHANNELS
Maxime Ripard
2020-11-19
1
-3
/
+3
|
*
|
|
drm/vc4: kms: Remove useless define
Maxime Ripard
2020-11-19
1
-1
/
+0
|
*
|
|
drm/vc4: kms: Switch to drmm_add_action_or_reset
Maxime Ripard
2020-11-19
1
-2
/
+2
|
*
|
|
drm/vc4: hdmi: Block odd horizontal timings
Maxime Ripard
2020-11-19
2
-0
/
+15
|
*
|
|
drm/vc4: hdmi: Make sure our clock rate is within limits
Maxime Ripard
2020-11-19
1
-0
/
+15
*
|
|
|
drm/vc4: dsi: Add configuration for BCM2711 DSI1
Dave Stevenson
2020-12-07
1
-2
/
+10
*
|
|
|
drm/vc4: dsi: Add support for DSI0
Dave Stevenson
2020-12-07
1
-0
/
+8
*
|
|
|
drm/vc4: dsi: Introduce a variant structure
Maxime Ripard
2020-12-07
1
-26
/
+37
*
|
|
|
drm/vc4: dsi: Use snprintf for the PHY clocks instead of an array
Maxime Ripard
2020-12-07
1
-8
/
+9
*
|
|
|
drm/vc4: dsi: Correct DSI register definition
Dave Stevenson
2020-12-07
1
-2
/
+2
*
|
|
|
drm/vc4: drv: Remove the DSI pointer in vc4_drv
Maxime Ripard
2020-12-07
2
-10
/
+0
*
|
|
|
drm/vc4: hdmi: Don't poll for the infoframes status on setup
Maxime Ripard
2020-12-07
1
-3
/
+7
*
|
|
|
drm/cma-helper: Implement mmap as GEM CMA object functions
Thomas Zimmermann
2020-11-30
1
-1
/
+1
*
|
|
|
drm/cma-helper: Remove prime infix from GEM object functions
Thomas Zimmermann
2020-11-30
1
-2
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
drm: Pass the full state to connectors atomic functions
Maxime Ripard
2020-11-20
1
-1
/
+3
|
|
/
|
/
|
*
|
drm/vc4/vc4_debugfs: Demote non-conformant kernel-doc headers
Lee Jones
2020-11-18
1
-2
/
+2
*
|
drm/vc4/vc4_v3d: Demote non-conformant kernel-doc headers
Lee Jones
2020-11-18
1
-2
/
+2
*
|
drm/vc4/vc4_hdmi: Remove set but unused variable 'ret'
Lee Jones
2020-11-18
1
-2
/
+1
*
|
drm/vc4/vc4_hdmi_regs: Mark some data sets as __maybe_unused
Lee Jones
2020-11-18
1
-3
/
+3
*
|
drm: fix some kernel-doc markups
Mauro Carvalho Chehab
2020-11-16
1
-1
/
+1
*
|
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
2020-11-10
7
-75
/
+99
|
\
\
|
*
|
Merge v5.10-rc3 into drm-next
Daniel Vetter
2020-11-10
7
-75
/
+99
|
|
\
|
|
|
*
drm/vc4: drv: Remove unused variable
Maxime Ripard
2020-11-03
1
-1
/
+0
|
|
*
drm/vc4: kms: Add functions to create the state objects
Maxime Ripard
2020-11-02
2
-24
/
+57
|
|
*
drm/vc4: Use devm_drm_dev_alloc
Maxime Ripard
2020-11-02
5
-32
/
+25
[next]