index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vc4
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-18
/
+18
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-26
/
+23
2026-02-11
Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-1
/
+104
2026-01-19
drm/display: hdmi_state_helper: split InfoFrame functions per type
Dmitry Baryshkov
-2
/
+80
2026-01-19
drm/vc4: hdmi: implement clear_infoframe
Dmitry Baryshkov
-0
/
+25
2026-01-16
drm: Discard pm_runtime_put() return value
Rafael J. Wysocki
-14
/
+3
2025-10-31
drm: include drm_print.h where needed
Jani Nikula
-0
/
+23
2025-10-06
drm/vc4: Switch to drm_atomic_get_new_crtc_state()
Maxime Ripard
-4
/
+2
2025-09-15
drm/vc4: hdmi: switch to generic CEC helpers
Dmitry Baryshkov
-84
/
+55
2025-07-16
drm: Pass the format info to .fb_create()
Ville Syrjälä
-1
/
+2
2025-06-18
Merge tag 'drm-misc-next-2025-06-12' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
-1
/
+7
2025-06-11
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
-2
/
+2
2025-06-10
drm/vc4: fix infinite EPROBE_DEFER loop
Gabriel Dalimonte
-6
/
+6
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-2
/
+2
2025-05-21
drm/bridge: allow limiting I2S formats
Dmitry Baryshkov
-1
/
+1
2025-04-29
drm/vc4: convert to devm_drm_bridge_alloc() API
Luca Ceresoli
-29
/
+5
2025-04-07
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
-1
/
+1
2025-04-07
drm/vc4: tests: Retry pv-muxing tests when EDEADLK
Maxime Ripard
-1
/
+112
2025-04-07
drm/vc4: tests: Stop allocating the state in test init
Maxime Ripard
-14
/
+27
2025-04-07
drm/vc4: tests: Document output handling functions
Maxime Ripard
-0
/
+26
2025-04-07
drm/vc4: tests: Use return instead of assert
Maxime Ripard
-12
/
+24
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
-1
/
+1
2025-03-25
drm/vc4: hdmi: Add jack detection to HDMI audio driver
David Turner
-0
/
+25
2025-03-25
drm/vc4: hdmi: Call HDMI hotplug helper on disconnect
Stefan Wahren
-2
/
+2
2025-03-20
drm/bridge: Add encoder parameter to drm_bridge_funcs.attach
Maxime Ripard
-1
/
+2
2025-03-09
drm/vc4: plane: fix inconsistent indenting warning
Charles Han
-1
/
+1
2025-03-03
drm/vc4: hdmi: Fix some NULL vs IS_ERR() bugs
Dan Carpenter
-14
/
+14
2025-03-03
drm/tests: Drop drm_kunit_helper_acquire_ctx_alloc()
Maxime Ripard
-19
/
+27
2025-02-26
drm/vc4: move to devm_platform_ioremap_resource() usage
Anusha Srivatsa
-35
/
+18
2025-02-19
drm/bridge: Pass full state to atomic_post_disable
Maxime Ripard
-1
/
+1
2025-02-19
drm/bridge: Pass full state to atomic_disable
Maxime Ripard
-1
/
+1
2025-02-19
drm/bridge: Pass full state to atomic_enable
Maxime Ripard
-1
/
+1
2025-02-19
drm/bridge: Pass full state to atomic_pre_enable
Maxime Ripard
-2
/
+1
2025-02-14
drm/atomic: Let drivers decide which planes to async flip
André Almeida
-1
/
+1
2025-02-13
drm/vc4: hdmi: Use drm_atomic_helper_reset_crtc()
Herve Codina
-29
/
+1
2025-01-19
drm/vc4: Remove BOs seqnos
Maíra Canal
-113
/
+17
2025-01-19
drm/vc4: Use DMA Resv to implement VC4 wait BO IOCTL
Maíra Canal
-11
/
+14
2025-01-19
drm/vc4: Use DRM Execution Contexts
Maíra Canal
-78
/
+22
2025-01-07
drm/connector: make mode_valid take a const struct drm_display_mode
Dmitry Baryshkov
-1
/
+1
2025-01-04
drm/vc4: hdmi: use drm_atomic_helper_connector_hdmi_hotplug()
Dmitry Baryshkov
-6
/
+3
2025-01-04
drm/vc4: hdmi: stop rereading EDID in get_modes()
Dmitry Baryshkov
-21
/
+0
2025-01-04
drm/vc4: hdmi: switch to using generic HDMI Codec infrastructure
Dmitry Baryshkov
-57
/
+20
2024-12-16
drm/vc4: hdmi: use eld_mutex to protect access to connector->eld
Dmitry Baryshkov
-2
/
+2
2024-12-12
drm/vc4: unlock on error in vc4_hvs_get_fifo_frame_count()
Dan Carpenter
-1
/
+1
2024-12-11
drm/vc4: plane: Remove WARN on state being set in plane_reset
Dave Stevenson
-1
/
+4
2024-12-09
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
-9
/
+9
2024-12-05
drm/vc4: use drm_hdmi_connector_mode_valid()
Dmitry Baryshkov
-3
/
+2
2024-12-05
drm: remove driver date from struct drm_driver and all drivers
Jani Nikula
-3
/
+0
[next]