index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
fb
/
framebuffer.rst
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-07-10
dt-bindings: display: convert innolux,p079zca to DT Schema
Sam Ravnborg
2
-22
/
+2
2020-07-10
drm: fb-helper: Convert logging to drm_* functions.
Suraj Upadhyay
1
-1
/
+1
2020-07-10
drm: mipi-dsi: Convert logging to drm_* functions.
Suraj Upadhyay
1
-8
/
+7
2020-07-10
drm/bridge: Replace HTTP links with HTTPS ones
Alexander A. Klimov
2
-2
/
+2
2020-07-10
drm/bridge: dw-hdmi: Always add the bridge in the global bridge list
Liu Ying
1
-31
/
+13
2020-07-10
drm/bridge: dw-hdmi: Don't cleanup i2c adapter and ddc ptr in __dw_hdmi_probe...
Liu Ying
1
-5
/
+0
2020-07-10
drm/panel: Replace HTTP links with HTTPS ones
Alexander A. Klimov
1
-1
/
+1
2020-07-10
fbdev: sm712fb: set error code in probe
Evgeny Novikov
1
-1
/
+1
2020-07-10
fbdev: da8xx-fb: go to proper label on error handling paths in probe
Evgeny Novikov
1
-2
/
+2
2020-07-10
video: fbdev: vt8623fb: Constify static vga_regsets
Rikard Falkeborn
1
-18
/
+18
2020-07-10
omapfb: dss: Fix max fclk divider for omap36xx
Adam Ford
1
-1
/
+1
2020-07-10
omapfb: fix multiple reference count leaks due to pm_runtime_get_sync
Aditya Pakki
6
-12
/
+26
2020-07-10
video: fbdev: neofb: fix memory leak in neo_scan_monitor()
Evgeny Novikov
1
-0
/
+1
2020-07-10
video: fbdev: savage: fix memory leak on error handling path in probe
Evgeny Novikov
1
-0
/
+2
2020-07-10
fbdev/fb.h: Use struct_size() helper in kzalloc()
Gustavo A. R. Silva
1
-2
/
+3
2020-07-10
fbcon: Use array3_size() helper in scr_memcpyw()
Gustavo A. R. Silva
1
-2
/
+2
2020-07-10
video: fbdev: amifb: add FIXMEs about {put,get}_user() failures
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2020-07-10
video: fbdev: amifb: add FIXME about dead APUS support
Bartlomiej Zolnierkiewicz
1
-0
/
+6
2020-07-09
drm/edid: Clean up some curly braces
Ville Syrjälä
1
-5
/
+4
2020-07-09
drm/edid: Iterate through all DispID ext blocks
Ville Syrjälä
1
-46
/
+38
2020-07-09
drm/edid: Allow looking for ext blocks starting from a specified index
Ville Syrjälä
1
-9
/
+21
2020-07-09
drm/dp: Include the AUX CH name in the debug messages
Ville Syrjälä
1
-30
/
+37
2020-07-08
drm/vgem: Replace opencoded version of drm_gem_dumb_map_offset()
Chris Wilson
1
-27
/
+0
2020-07-08
drm/stm: repair runtime power management
Marek Vasut
1
-0
/
+3
2020-07-08
drm/stm: ltdc: remove call of pm-runtime functions
Yannick Fertre
1
-16
/
+0
2020-07-07
drm/meson: overlay: fix build failure
Neil Armstrong
1
-2
/
+4
2020-07-07
drm/ast: Initialize mode setting in ast_mode_config_init()
Thomas Zimmermann
3
-37
/
+41
2020-07-07
drm/ast: Use managed mode-config init
Thomas Zimmermann
3
-8
/
+3
2020-07-07
drm/ast: Replace struct ast_crtc with struct drm_crtc
Thomas Zimmermann
2
-10
/
+6
2020-07-07
drm/ast: Init cursors before creating modesetting structures
Thomas Zimmermann
1
-1
/
+4
2020-07-07
drm/ast: Managed cursor release
Thomas Zimmermann
3
-20
/
+22
2020-07-07
drm/ast: Keep cursor HW BOs mapped
Thomas Zimmermann
2
-28
/
+21
2020-07-07
drm/ast: Add helper to hide cursor
Thomas Zimmermann
3
-1
/
+7
2020-07-07
drm/ast: Don't enable HW cursors twice during atomic update
Thomas Zimmermann
1
-6
/
+0
2020-07-07
drm/ast: Replace ast_cursor_move() with ast_cursor_show()
Thomas Zimmermann
3
-23
/
+35
2020-07-07
drm/ast: Move cursor pageflip into helper
Thomas Zimmermann
3
-13
/
+21
2020-07-07
drm/ast: Update cursor image and checksum from same function
Thomas Zimmermann
1
-19
/
+5
2020-07-07
drm/ast: Move cursor fb pinning and mapping into helper
Thomas Zimmermann
3
-42
/
+59
2020-07-07
drm/ast: Pass struct ast_private instance to cursor init/fini functions
Thomas Zimmermann
3
-8
/
+9
2020-07-07
drm/ast: Move cursor functions to ast_cursor.c
Thomas Zimmermann
4
-196
/
+229
2020-07-07
drm/vc4: crtc: Remove the feed_txp tests
Maxime Ripard
1
-22
/
+7
2020-07-07
drm/vc4: txp: Turn the TXP into a CRTC of its own
Maxime Ripard
2
-20
/
+99
2020-07-07
drm/vc4: crtc: Move the txp_armed function to the TXP
Maxime Ripard
3
-9
/
+8
2020-07-07
drm/vc4: crtc: Move the CRTC initialisation to a separate function
Maxime Ripard
2
-37
/
+53
2020-07-07
drm/vc4: crtc: Only access the PixelValve registers if we have to
Maxime Ripard
1
-4
/
+15
2020-07-07
drm/vc4: crtc: Split CRTC data in two
Maxime Ripard
2
-11
/
+37
2020-07-07
drm/vc4: crtc: Make state functions public
Maxime Ripard
2
-11
/
+20
2020-07-07
drm/vc4: crtc: Move HVS setup code to the HVS driver
Maxime Ripard
3
-251
/
+302
2020-07-07
drm/vc4: Reorder the bind order of the devices
Maxime Ripard
1
-1
/
+1
2020-07-07
drm/vc4: Convert register accessors to FIELD_*
Maxime Ripard
1
-5
/
+4
[next]