index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
exynos
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-19
drm/exynos: exynos7_drm_decon: remove ctx->suspended
Kaustabh Chakraborty
1
-36
/
+0
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+0
2025-07-30
Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
3
-4
/
+9
2025-07-16
drm/exynos: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
Ville Syrjälä
3
-3
/
+8
2025-07-16
drm: Allow the caller to pass in the format info to drm_helper_mode_fill_fb_struct()
Ville Syrjälä
1
-1
/
+1
2025-07-16
drm: Pass the format info to .fb_create()
Ville Syrjälä
1
-3
/
+1
2025-07-16
drm: Pass pixel_format+modifier directly to drm_get_format_info()
Ville Syrjälä
1
-1
/
+3
2025-07-09
mm: remove callers of pfn_t functionality
Alistair Popple
1
-1
/
+0
2025-06-29
drm/exynos: fimd: Guard display clock control with runtime PM calls
Marek Szyprowski
1
-0
/
+12
2025-06-29
drm/exynos: exynos7_drm_decon: add vblank check in IRQ handling
Kaustabh Chakraborty
1
-0
/
+4
2025-06-29
drm/exynos: Don't use %pK through printk
Thomas Weißschuh
2
-17
/
+17
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-05-06
BackMerge tag 'v6.15-rc5' into drm-next
Dave Airlie
5
-9
/
+5
2025-04-29
drm/exynos: mic: convert to devm_drm_bridge_alloc() API
Luca Ceresoli
1
-4
/
+3
2025-04-23
drm/exynos: Fix spelling mistake "enqueu" -> "enqueue"
Colin Ian King
1
-1
/
+1
2025-04-23
drm/exynos: exynos7_drm_decon: Consstify struct decon_data
Krzysztof Kozlowski
1
-2
/
+2
2025-04-23
drm/exynos: fixed a spelling error
Anindya Sundar Gayen
1
-1
/
+1
2025-04-23
drm/exynos/vidi: Remove redundant error handling in vidi_get_modes()
Wentao Liang
1
-3
/
+0
2025-04-23
drm/exynos: Remove unnecessary checking
Guoqing Jiang
1
-2
/
+1
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-01-07
drm/connector: make mode_valid take a const struct drm_display_mode
Dmitry Baryshkov
1
-1
/
+1
2025-01-04
ASoC: hdmi-codec: move no_capture_mute to struct hdmi_codec_pdata
Dmitry Baryshkov
1
-1
/
+1
2024-12-16
drm/exynos: hdmi: use eld_mutex to protect access to connector->eld
Dmitry Baryshkov
1
-0
/
+2
2024-12-09
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
16
-16
/
+16
2024-12-05
drm: remove driver date from struct drm_driver and all drivers
Jani Nikula
1
-2
/
+0
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-1
/
+1
2024-12-02
Merge drm/drm-next into drm-misc-next
Maxime Ripard
4
-55
/
+87
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
15
-15
/
+15
2024-11-15
drm/client: Move public client header to clients/ subdirectory
Thomas Zimmermann
1
-1
/
+1
2024-11-04
drm/exynos: exynos7_drm_decon: add driver data and support for Exynos7870
Kaustabh Chakraborty
2
-22
/
+51
2024-11-04
drm/exynos: exynos7_drm_decon: properly clear channels during bind
Kaustabh Chakraborty
1
-23
/
+32
2024-11-04
drm/exynos: exynos7_drm_decon: fix ideal_clk by converting it to Hz
Kaustabh Chakraborty
1
-1
/
+1
2024-11-04
drm/exynos: exynos7_drm_decon: fix uninitialized crtc reference in functions
Kaustabh Chakraborty
1
-7
/
+4
2024-11-04
drm/exynos: remove unused prototype for crtc
Kwanghoon Son
1
-3
/
+0
2024-11-04
drm/exynos: gsc: Fix typo in comment
Shen Lichuan
1
-1
/
+1
2024-10-09
Merge tag 'drm-misc-next-2024-09-26' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next
Dave Airlie
4
-99
/
+20
2024-10-09
Merge tag 'drm-misc-next-2024-09-20' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next
Dave Airlie
1
-10
/
+15
2024-09-30
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-1
/
+1
2024-09-26
drm/exynos-drm: Run DRM default client setup
Thomas Zimmermann
4
-99
/
+20
2024-09-19
Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
4
-8
/
+4
2024-09-11
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
4
-8
/
+4
2024-09-06
drivers:drm:exynos_drm_gsc:Fix wrong assignment in gsc_bind()
Yuesong Li
1
-1
/
+1
2024-09-06
drm/exynos: Remove unnecessary code
Kwanghoon Son
1
-4
/
+0
2024-09-06
drm/exynos: Constify struct exynos_drm_ipp_funcs
Christophe JAILLET
3
-3
/
+3
2024-09-04
ARM: 9417/1: dma-mapping: Pass device to arm_iommu_create_mapping()
Jason Gunthorpe
1
-1
/
+1
2024-09-04
drm/exynos: hdmi: convert to struct drm_edid
Jani Nikula
1
-8
/
+12
2024-09-04
drm/exynos: hdmi: use display_info for printing display dimensions
Jani Nikula
1
-2
/
+3
2024-07-03
drm/exynos/vidi: convert to struct drm_edid
Jani Nikula
1
-18
/
+26
2024-07-03
drm/exynos/vidi: simplify fake edid handling
Jani Nikula
1
-29
/
+11
2024-07-03
drm/exynos/vidi: use drm_edid_duplicate()
Jani Nikula
1
-6
/
+2
[next]