index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/kmb: Remove an unnecessary NULL check
Dan Carpenter
2020-11-29
1
-1
/
+1
*
omapfb: fbcon: remove trailing semicolon in macro definition
Tom Rix
2020-11-29
2
-2
/
+2
*
video: fbdev: s1d13xxxfb: Fix kernel-doc and set but not used warnings
Sam Ravnborg
2020-11-29
1
-2
/
+1
*
video: fbcon: Fix warnings by using pr_debug() in fbcon
Sam Ravnborg
2020-11-29
1
-17
/
+8
*
video: Fix kernel-doc warnings in of_display_timing + of_videomode
Sam Ravnborg
2020-11-29
2
-3
/
+4
*
drm/rockchip: fix typo in Kconfig 's/HDMI/dsi/'
Dafna Hirschfeld
2020-11-29
1
-1
/
+1
*
drm/rockchip: for error print, use the correct device pointer
Dafna Hirschfeld
2020-11-29
1
-1
/
+1
*
drm/rockchip: dw_hdmi: fix incorrect clock in vpll clock error message
Jonathan Liu
2020-11-29
1
-1
/
+1
*
drm/ingenic: Add basic PM support
Paul Cercueil
2020-11-28
1
-0
/
+18
*
drm/ttm: Warn on pinning without holding a reference
Daniel Vetter
2020-11-27
2
-1
/
+3
*
fbdev: aty: SPARC64 requires FB_ATY_CT
Randy Dunlap
2020-11-27
1
-1
/
+1
*
via/via_irq: use __func__ to replace string function name
Bernard Zhao
2020-11-27
1
-1
/
+1
*
drm/radeon: fix check order in radeon_bo_move
Christian König
2020-11-27
1
-30
/
+24
*
drm/imx/dcss: allow using nearest neighbor interpolation scaling
Laurentiu Palcu
2020-11-26
3
-10
/
+50
*
drm/imx/dcss: fix coccinelle warning
Laurentiu Palcu
2020-11-26
1
-2
/
+1
*
drm/imx/dcss: fix rotations for Vivante tiled formats
Laurentiu Palcu
2020-11-26
1
-2
/
+9
*
drm/mcde: fix masking and bitwise-or on variable val
Colin Ian King
2020-11-25
1
-1
/
+1
*
dma-buf/dma-resv: Respect num_fences when initializing the shared fence list.
Maarten Lankhorst
2020-11-25
1
-1
/
+1
*
panel-simple: add Innolux N125HCE-GN1
Lukas F. Hartmann
2020-11-24
1
-0
/
+28
*
dt-bindings: display/panel: add Innolux N125HCE-GN1
Lukas F. Hartmann
2020-11-24
1
-0
/
+2
*
drm: fix kernel-doc warnings for SCALING_FILTER
Simon Ser
2020-11-24
2
-7
/
+7
*
drm/fb-helper: Acquire modeset lock around shadow-buffer flushing
Thomas Zimmermann
2020-11-24
1
-2
/
+18
*
drm/fb-helper: Copy dma-buf map before flushing shadow fb
Thomas Zimmermann
2020-11-24
1
-2
/
+3
*
drm/fb-helper: Restore damage area upon errors
Thomas Zimmermann
2020-11-24
1
-3
/
+20
*
drm/fb-helper: Move damage blit code and its setup into separate routine
Thomas Zimmermann
2020-11-24
1
-6
/
+21
*
drm/fb-helper: Separate shadow-buffer flushing and calling dirty callback
Thomas Zimmermann
2020-11-24
1
-3
/
+1
*
drm/fb-helper: Return early in damage worker
Thomas Zimmermann
2020-11-24
1
-16
/
+15
*
drm/fb-helper: Rename dirty worker to damage worker
Thomas Zimmermann
2020-11-24
2
-43
/
+36
*
drm/client: Depend on GEM object kmap ref-counting
Thomas Zimmermann
2020-11-24
1
-4
/
+0
*
drm/fb-helper: Unmap client buffer during shutdown
Thomas Zimmermann
2020-11-24
1
-4
/
+9
*
drm/fb-helper: Call dirty helper after writing to fbdev
Thomas Zimmermann
2020-11-24
1
-0
/
+3
*
drm/shmem-helper: Removed drm_gem_shmem_create_object_cached()
Thomas Zimmermann
2020-11-24
5
-33
/
+0
*
drm/shmem-helper: Use cached mappings by default
Thomas Zimmermann
2020-11-24
6
-12
/
+13
*
drm/mcde: Fix uninitialized value
Linus Walleij
2020-11-24
1
-1
/
+1
*
drm/mcde: Support DPI output
Linus Walleij
2020-11-24
7
-47
/
+595
*
drm/mcde: Break out DSI set-up routine
Linus Walleij
2020-11-24
1
-60
/
+75
*
drm/mcde: Fix RGB/BGR bug
Linus Walleij
2020-11-24
2
-14
/
+13
*
video: fbdev: pm2fb: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-11-22
1
-0
/
+1
*
video: fbdev: lxfb_ops: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-11-22
1
-0
/
+1
*
drm/via: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-11-22
1
-0
/
+1
*
drm: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-11-22
1
-0
/
+1
*
dma-buf: system_heap: Allocate higher order pages if available
John Stultz
2020-11-22
1
-18
/
+71
*
dma-buf: heaps: Skip sync if not mapped
John Stultz
2020-11-22
2
-0
/
+20
*
dma-buf: heaps: Remove heap-helpers code
John Stultz
2020-11-22
3
-328
/
+0
*
dma-buf: heaps: Move heap-helper logic into the cma_heap implementation
John Stultz
2020-11-22
1
-49
/
+270
*
dma-buf: system_heap: Rework system heap to use sgtables instead of pagelists
John Stultz
2020-11-22
1
-46
/
+303
*
drm/meson: dw-hdmi: Enable the iahb clock early enough
Marc Zyngier
2020-11-20
1
-2
/
+6
*
drm/meson: dw-hdmi: Disable clocks on driver teardown
Marc Zyngier
2020-11-20
1
-14
/
+29
*
drm/panel: s6e63m0: Fix init sequence
Linus Walleij
2020-11-20
1
-8
/
+10
*
drm/panel: s6e63m0: Implement 28 backlight levels
Linus Walleij
2020-11-20
1
-53
/
+257
[next]