index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
arm
/
display
/
komeda
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-14
Merge tag 'drm-misc-next-2025-02-12' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next
Dave Airlie
1
-1
/
+1
2025-02-06
Merge remote-tracking branch 'drm-misc/drm-misc-next-fixes' into drm-misc-fixes
Maxime Ripard
2
-3
/
+2
2025-01-29
drm/komeda: Add check for komeda_get_layer_fourcc_list()
Haoxiang Li
1
-0
/
+4
2025-01-07
drm/connector: make mode_valid take a const struct drm_display_mode
Dmitry Baryshkov
1
-1
/
+1
2024-12-09
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
1
-1
/
+1
2024-12-05
drm: remove driver date from struct drm_driver and all drivers
Jani Nikula
1
-1
/
+0
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
1
-1
/
+1
2024-11-15
drm/client: Move public client header to clients/ subdirectory
Thomas Zimmermann
1
-1
/
+1
2024-09-26
drm/arm/komeda: Run DRM default client setup
Thomas Zimmermann
2
-2
/
+4
2024-08-30
drm: komeda: Fix an issue related to normalized zpos
hongchi.peng
1
-3
/
+7
2024-07-05
Merge v6.10-rc6 into drm-next
Daniel Vetter
2
-9
/
+1
2024-06-21
Merge tag 'drm-misc-next-2024-05-30' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next
Dave Airlie
4
-18
/
+44
2024-06-14
Merge drm/drm-fixes into drm-misc-fixes
Maxime Ripard
1
-5
/
+0
2024-06-14
arm/komeda: Remove all CONFIG_DEBUG_FS conditional compilations
pengfuyuan
1
-8
/
+0
2024-06-10
drm/komeda: check for error-valued pointer
Amjad Ouled-Ameur
1
-1
/
+1
2024-06-07
Merge tag 'drm-misc-next-fixes-2024-06-07' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
Dave Airlie
1
-5
/
+0
2024-05-31
drm/komeda: remove unused struct 'gamma_curve_segment'
Dr. David Alan Gilbert
1
-5
/
+0
2024-05-27
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-2
/
+2
2024-05-18
Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-2
/
+2
2024-05-10
drm/arm/komeda: update DMA mask to 40 bits
Amjad Ouled-Ameur
1
-0
/
+4
2024-05-10
drm/arm/komeda: Move pipeline prints to after the entire pipeline has been enabled
Faiz Abbas
3
-2
/
+5
2024-05-10
drm/arm/komeda: Fix komeda probe failing if there are no links in the secondary pipeline
Faiz Abbas
1
-11
/
+32
2024-05-10
drm/arm/komeda: don't use confusing 'timeout' variable name
Wolfram Sang
1
-3
/
+1
2024-05-10
kbuild: use $(src) instead of $(srctree)/$(src) for source directory
Masahiro Yamada
1
-2
/
+2
2024-05-02
drm/arm/komeda: Use fbdev-dma
Thomas Zimmermann
1
-2
/
+2
2024-04-26
drm/komeda: fix missing seq_file includes
Dave Airlie
2
-0
/
+3
2023-09-29
Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
4
-1
/
+18
2023-09-22
Merge tag 'drm-misc-next-2023-09-11-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
1
-3
/
+6
2023-09-21
drm: Call drm_atomic_helper_shutdown() at shutdown time for misc drivers
Douglas Anderson
3
-0
/
+17
2023-09-15
drm/komeda: add NV12 format to support writeback layer type
baozhu.liu
1
-1
/
+1
2023-08-31
drm/komeda: drop all currently held locks if deadlock happens
baozhu.liu
1
-3
/
+6
2023-08-30
Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
5
-65
/
+31
2023-08-24
minmax: add in_range() macro
Matthew Wilcox (Oracle)
1
-12
/
+12
2023-07-21
drm/arm/komeda: Remove component framework and add a simple encoder
Faiz Abbas
4
-62
/
+29
2023-07-21
drm: Explicitly include correct DT includes
Rob Herring
1
-1
/
+1
2023-06-08
drm/komeda: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2023-01-18
drm/arm/komeda: Remove unnecessary include statements for drm_crtc_helper.h
Thomas Zimmermann
2
-2
/
+0
2023-01-13
drm: Include <linux/of.h> where needed
Thomas Zimmermann
1
-0
/
+1
2022-11-05
drm/fb-helper: Move generic fbdev emulation into separate source file
Thomas Zimmermann
1
-1
/
+1
2022-11-05
drm/komeda: Don't set struct drm_driver.lastclose
Thomas Zimmermann
1
-2
/
+0
2022-08-03
drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}
Danilo Krummrich
1
-2
/
+2
2022-08-03
drm/gem: rename GEM CMA helpers to GEM DMA helpers
Danilo Krummrich
2
-8
/
+8
2022-08-03
drm/fb: rename FB CMA helpers to FB DMA helpers
Danilo Krummrich
1
-2
/
+2
2022-07-26
drm: Remove unnecessary include statements of drm_plane_helper.h
Thomas Zimmermann
2
-2
/
+0
2022-07-22
drm/komeda: Fix handling of atomic commits in the atomic_commit_tail hook
Liviu Dudau
3
-3
/
+24
2022-07-22
drm/komeda - At init write GCU control block to handle already on DPU
Carsten Haitzler
1
-2
/
+1
2022-07-22
drm/komeda: Add legacy FB support so VT's work as expected
Carsten Haitzler
1
-0
/
+2
2022-07-22
drm/arm: Fix spelling typo in comments
pengfuyuan
1
-1
/
+1
2022-07-05
drm: Remove linux/fb.h from drm_crtc.h
Ville Syrjälä
1
-0
/
+2
2022-06-20
drm: Drop drm_blend.h from drm_crtc.h
Ville Syrjälä
3
-0
/
+3
[next]