index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
arm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-16
drm/arm/malidp: remove calls to drm_mode_config_cleanup()
Danilo Krummrich
1
-14
/
+6
2022-11-16
drm/arm/malidp: plane: use drm managed resources
Danilo Krummrich
1
-21
/
+7
2022-11-16
drm/arm/malidp: crtc: use drmm_crtc_init_with_planes()
Danilo Krummrich
1
-3
/
+2
2022-11-16
drm/arm/malidp: replace drm->dev_private with drm_to_malidp()
Danilo Krummrich
6
-27
/
+25
2022-11-16
drm/arm/malidp: use drmm_* to allocate driver structures
Danilo Krummrich
2
-13
/
+8
2022-11-07
drm/arm/hdlcd: remove calls to drm_mode_config_cleanup()
Danilo Krummrich
1
-6
/
+13
2022-11-07
drm/arm/hdlcd: plane: use drm managed resources
Danilo Krummrich
1
-12
/
+6
2022-11-07
drm/arm/hdlcd: replace drm->dev_private with drm_to_hdlcd_priv()
Danilo Krummrich
3
-9
/
+8
2022-11-07
drm/arm/hdlcd: use drmm_* to allocate driver structures
Danilo Krummrich
2
-8
/
+5
2022-11-05
drm/fb-helper: Remove unnecessary include statements
Thomas Zimmermann
1
-1
/
+0
2022-11-05
drm/fb-helper: Move generic fbdev emulation into separate source file
Thomas Zimmermann
3
-3
/
+3
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
3
-9
/
+9
2022-08-03
drm/gem: rename GEM CMA helpers to GEM DMA helpers
Danilo Krummrich
9
-29
/
+29
2022-08-03
drm/fb: rename FB CMA helpers to FB DMA helpers
Danilo Krummrich
4
-10
/
+10
2022-08-03
drm/fb: remove unused includes of drm_fb_cma_helper.h
Danilo Krummrich
2
-2
/
+0
2022-07-26
drm: Remove unnecessary include statements of drm_plane_helper.h
Thomas Zimmermann
3
-3
/
+0
2022-07-26
drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALING
Thomas Zimmermann
1
-2
/
+2
2022-07-26
drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpers
Thomas Zimmermann
1
-1
/
+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/hdlcd: Simplify IRQ install/uninstall
Robin Murphy
1
-45
/
+15
2022-07-22
drm/arm/hdlcd: Take over EFI framebuffer properly
Robin Murphy
1
-0
/
+10
2022-07-22
drm/arm: Fix spelling typo in comments
pengfuyuan
2
-2
/
+2
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ä
4
-0
/
+4
2022-06-20
drm: Drop drm_framebuffer.h from drm_crtc.h
Ville Syrjälä
5
-0
/
+5
2022-06-20
drm: Drop drm_edid.h from drm_crtc.h
Ville Syrjälä
1
-0
/
+1
2022-05-11
Merge tag 'drm-msm-next-2022-05-09' of https://gitlab.freedesktop.org/drm/msm...
Dave Airlie
2
-4
/
+4
2022-05-02
drm: allow passing possible_crtcs to drm_writeback_connector_init()
Abhinav Kumar
2
-4
/
+4
2022-04-28
malidp: Fix NULL vs IS_ERR() checking
Miaoqian Lin
1
-1
/
+1
2022-04-11
drm: mali-dp: potential dereference of null pointer
Jiasheng Jiang
1
-1
/
+4
2022-04-11
drm/arm/malidp: Stop using iommu_present()
Robin Murphy
1
-9
/
+5
2022-04-11
drm/komeda: return early if drm_universal_plane_init() fails.
Liviu Dudau
1
-2
/
+4
2022-04-11
drm/komeda: Fix an undefined behavior bug in komeda_plane_add()
Zhou Qingyang
1
-0
/
+4
2022-04-05
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2
-6
/
+2
2022-03-28
Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-6
/
+1
2022-03-24
Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
4
-9
/
+12
2022-03-08
drm/komeda: plane: Remove redundant color encoding and range initialisation
Maxime Ripard
1
-4
/
+1
2022-03-08
drm/komeda: plane: Remove redundant zpos initialisation
Maxime Ripard
1
-2
/
+0
2022-03-08
drm/komeda: plane: switch to plane reset helper
Maxime Ripard
1
-5
/
+1
2022-02-28
drm/arm: arm hdlcd select DRM_GEM_CMA_HELPER
Carsten Haitzler
1
-0
/
+1
2022-02-25
drm/komeda: Make use of the helper component_compare_of
Yong Wu
1
-6
/
+1
2022-01-25
drm/connector: Fix typo in output format
Maxime Ripard
1
-6
/
+6
2022-01-19
drm/malidp: Replace module initialization with DRM helpers
Javier Martinez Canillas
1
-1
/
+2
2022-01-19
drm/arm/hdlcd: Replace module initialization with DRM helpers
Javier Martinez Canillas
1
-1
/
+2
2022-01-19
drm/komeda: Replace module initialization with DRM helpers
Javier Martinez Canillas
1
-1
/
+2
2021-11-30
drm: Remove CONFIG_DRM_KMS_CMA_HELPER option
Thomas Zimmermann
2
-3
/
+0
2021-08-16
drm/arm: malidp: Use fourcc_mod_is_vendor() helper
Thierry Reding
1
-1
/
+1
[next]