index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
sun4i
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/sun4i: tcon: prevent tcon->panel dereference if NULL
Giulio Benetti
2018-11-06
1
-1
/
+2
*
drm/sun4i: tcon: fix check of tcon->panel null pointer
Giulio Benetti
2018-11-06
3
-5
/
+5
*
Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2018-10-28
11
-92
/
+329
|
\
|
*
Revert "drm/sun4i: Remove R40 display pipeline compatibles"
Chen-Yu Tsai
2018-09-27
3
-0
/
+26
|
*
BackMerge v4.19-rc5 into drm-next
Dave Airlie
2018-09-27
4
-27
/
+0
|
|
\
|
*
|
drm/sun4i: add support for R40 HDMI PHY
Icenowy Zheng
2018-09-19
1
-0
/
+12
|
*
|
drm/sun4i: fix build failure with CONFIG_DRM_SUN8I_MIXER=m
Maxime Ripard
2018-09-12
1
-3
/
+11
|
*
|
drm/sun4i: tcon: Add dithering support for RGB565/RGB666 LCD panels
Jonathan Liu
2018-09-07
1
-0
/
+61
|
*
|
drm/sun4i: tcon: Rename Dithering related register macros
Chen-Yu Tsai
2018-09-07
1
-12
/
+15
|
*
|
drm/sun4i: tcon: Pass drm_encoder * into sun4i_tcon0_mode_set_cpu
Chen-Yu Tsai
2018-09-07
1
-9
/
+6
|
*
|
drm/sun4i: Add support for HDMI voltage regulator
Jernej Skrabec
2018-09-05
2
-1
/
+18
|
*
|
drm/sun4i: Add support for A64 display engine
Jagan Teki
2018-09-05
1
-0
/
+1
|
*
|
drm/sun4i: Add support for A64 mixers
Jagan Teki
2018-09-05
1
-0
/
+24
|
*
|
drm/sun4i: use simpler remove_conflicting_framebuffers(NULL)
Michał Mirosław
2018-09-03
1
-17
/
+1
|
*
|
Merge drm/drm-next into drm-misc-next
Sean Paul
2018-08-27
2
-1
/
+5
|
|
\
\
|
*
|
|
drm/sun4i: tcon-top: Use struct_size() in devm_kzalloc()
Gustavo A. R. Silva
2018-08-24
1
-2
/
+1
|
*
|
|
drm/sun4i: Use __drm_atomic_helper_plane_reset instead of copying the logic
Alexandru Gheorghe
2018-08-06
1
-3
/
+1
|
*
|
|
drm/sun4i: tcon: Add support for R40 TCON
Jernej Skrabec
2018-07-24
1
-0
/
+40
|
*
|
|
drm/sun4i: tcon: Add another way for matching mixers with tcon
Jernej Skrabec
2018-07-24
1
-2
/
+49
|
*
|
|
drm/sun4i: Use (struct drm_format_info) fields to determine if a format is yu...
Ayan Kumar Halder
2018-07-24
1
-31
/
+6
|
*
|
|
drm/sun4i: sun4i: Introduce a quirk for lowest plane alpha support
Paul Kocialkowski
2018-07-19
2
-15
/
+28
|
*
|
|
drm/sun4i: sun4i: Register quirks with the backend structure
Paul Kocialkowski
2018-07-19
2
-0
/
+4
|
*
|
|
drm/sun4i: Handle DRM_BUS_FLAG_PIXDATA_*EDGE checking if panel is used.
Giulio Benetti
2018-07-19
1
-0
/
+28
*
|
|
|
drm/sun4i: Fix an ulong overflow in the dotclock driver
Boris Brezillon
2018-10-19
1
-1
/
+11
|
|
_
|
/
|
/
|
|
*
|
|
drm: sun4i: drop second PLL from A64 HDMI PHY
Icenowy Zheng
2018-09-19
1
-1
/
+0
*
|
|
drm/sun4i: Remove R40 display pipeline compatibles
Chen-Yu Tsai
2018-09-10
3
-26
/
+0
|
|
/
|
/
|
*
|
Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-08-18
1
-0
/
+1
|
\
\
|
*
|
headers: separate linux/mod_devicetable.h from linux/platform_device.h
Randy Dunlap
2018-07-07
1
-0
/
+1
*
|
|
BackMerge v4.18-rc7 into drm-next
Dave Airlie
2018-07-30
1
-1
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
drm/sun4i: link in front-end code if needed
Arnd Bergmann
2018-07-09
1
-1
/
+4
|
|
/
*
|
drm/sun4i: Substitute sun4i_backend_format_is_yuv() with format->is_yuv
Ayan Kumar Halder
2018-07-18
1
-9
/
+3
*
|
drm/sun4i: sun8i: Avoid clearing blending order at each atomic commit
Paul Kocialkowski
2018-07-17
3
-20
/
+43
*
|
drm/sun4i: Replace drm_dev_unref with drm_dev_put
Thomas Zimmermann
2018-07-17
1
-2
/
+2
*
|
drm: drop _mode_ from drm_mode_connector_attach_encoder
Daniel Vetter
2018-07-13
5
-5
/
+5
*
|
drm: drop _mode_ from update_edit_property()
Daniel Vetter
2018-07-13
1
-1
/
+1
*
|
drm/sun4i: tcon-top: Fix return type warning
Maxime Ripard
2018-07-12
1
-1
/
+1
*
|
drm/sun4i: Implement zpos for DE2
Jernej Skrabec
2018-07-12
4
-37
/
+72
*
|
drm/sun4i: fix build failure with CONFIG_DRM_SUN8I_MIXER=m
Arnd Bergmann
2018-07-12
4
-3
/
+13
*
|
drm/sun4i: mixer: Read id from DT
Jernej Skrabec
2018-07-12
1
-2
/
+47
*
|
drm/sun4i: DW HDMI: Make symbol sun8i_dw_hdmi_pltfm_driver static
Wei Yongjun
2018-07-12
1
-1
/
+1
*
|
drm/sun4i: tcon-top: Remove mux configuration at probe time
Jernej Skrabec
2018-07-11
1
-75
/
+1
*
|
drm/sun4i: tcon-top: Add helpers for mux switching
Jernej Skrabec
2018-07-11
2
-0
/
+78
*
|
drm/sun4i: mixer: Order includes alphabetically
Jernej Skrabec
2018-07-11
1
-1
/
+1
*
|
drm/sun4i: DW HDMI: Release nodes if error happens during CRTC search
Jernej Skrabec
2018-07-11
1
-10
/
+5
*
|
drm/sun4i: tcon: Release node when traversing of graph
Jernej Skrabec
2018-07-11
1
-0
/
+1
*
|
drm/sun4i: tcon-top: Cleanup clock handling
Jernej Skrabec
2018-07-11
1
-37
/
+11
*
|
drm/sun4i: Add R40 display engine compatible
Jernej Skrabec
2018-07-11
1
-0
/
+1
*
|
drm/panel: Make of_drm_find_panel() return an ERR_PTR() instead of NULL
Boris Brezillon
2018-07-10
1
-2
/
+2
*
|
drm/sun4i: Remove VLA usage
Kees Cook
2018-07-04
1
-43
/
+64
*
|
drm/sun4i: Use drm_crtc_mask()
Ville Syrjälä
2018-07-02
3
-3
/
+3
[next]