summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)Author
2020-07-13drm/lima: Expose job_hang_limit module parameterAndrey Lebedev
2020-07-12drm/vkms: change the max cursor width/heightMelissa Wen
2020-07-12drm: panel: simple: Fix bpc for LG LB070WV8 panelLaurent Pinchart
2020-07-11drm/panel: auo,b116xw03: fix flash backlight when power onJitao Shi
2020-07-10drm: fb-helper: Convert logging to drm_* functions.Suraj Upadhyay
2020-07-10drm: mipi-dsi: Convert logging to drm_* functions.Suraj Upadhyay
2020-07-10drm/bridge: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-07-10drm/bridge: dw-hdmi: Always add the bridge in the global bridge listLiu Ying
2020-07-10drm/bridge: dw-hdmi: Don't cleanup i2c adapter and ddc ptr in __dw_hdmi_probe...Liu Ying
2020-07-10drm/panel: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-07-10fbdev: sm712fb: set error code in probeEvgeny Novikov
2020-07-10fbdev: da8xx-fb: go to proper label on error handling paths in probeEvgeny Novikov
2020-07-10video: fbdev: vt8623fb: Constify static vga_regsetsRikard Falkeborn
2020-07-10omapfb: dss: Fix max fclk divider for omap36xxAdam Ford
2020-07-10omapfb: fix multiple reference count leaks due to pm_runtime_get_syncAditya Pakki
2020-07-10video: fbdev: neofb: fix memory leak in neo_scan_monitor()Evgeny Novikov
2020-07-10video: fbdev: savage: fix memory leak on error handling path in probeEvgeny Novikov
2020-07-10fbcon: Use array3_size() helper in scr_memcpyw()Gustavo A. R. Silva
2020-07-10video: fbdev: amifb: add FIXMEs about {put,get}_user() failuresBartlomiej Zolnierkiewicz
2020-07-10video: fbdev: amifb: add FIXME about dead APUS supportBartlomiej Zolnierkiewicz
2020-07-09drm/edid: Clean up some curly bracesVille Syrjälä
2020-07-09drm/edid: Iterate through all DispID ext blocksVille Syrjälä
2020-07-09drm/edid: Allow looking for ext blocks starting from a specified indexVille Syrjälä
2020-07-09drm/dp: Include the AUX CH name in the debug messagesVille Syrjälä
2020-07-08drm/vgem: Replace opencoded version of drm_gem_dumb_map_offset()Chris Wilson
2020-07-08drm/stm: repair runtime power managementMarek Vasut
2020-07-08drm/stm: ltdc: remove call of pm-runtime functionsYannick Fertre
2020-07-07drm/meson: overlay: fix build failureNeil Armstrong
2020-07-07drm/ast: Initialize mode setting in ast_mode_config_init()Thomas Zimmermann
2020-07-07drm/ast: Use managed mode-config initThomas Zimmermann
2020-07-07drm/ast: Replace struct ast_crtc with struct drm_crtcThomas Zimmermann
2020-07-07drm/ast: Init cursors before creating modesetting structuresThomas Zimmermann
2020-07-07drm/ast: Managed cursor releaseThomas Zimmermann
2020-07-07drm/ast: Keep cursor HW BOs mappedThomas Zimmermann
2020-07-07drm/ast: Add helper to hide cursorThomas Zimmermann
2020-07-07drm/ast: Don't enable HW cursors twice during atomic updateThomas Zimmermann
2020-07-07drm/ast: Replace ast_cursor_move() with ast_cursor_show()Thomas Zimmermann
2020-07-07drm/ast: Move cursor pageflip into helperThomas Zimmermann
2020-07-07drm/ast: Update cursor image and checksum from same functionThomas Zimmermann
2020-07-07drm/ast: Move cursor fb pinning and mapping into helperThomas Zimmermann
2020-07-07drm/ast: Pass struct ast_private instance to cursor init/fini functionsThomas Zimmermann
2020-07-07drm/ast: Move cursor functions to ast_cursor.cThomas Zimmermann
2020-07-07drm/vc4: crtc: Remove the feed_txp testsMaxime Ripard
2020-07-07drm/vc4: txp: Turn the TXP into a CRTC of its ownMaxime Ripard
2020-07-07drm/vc4: crtc: Move the txp_armed function to the TXPMaxime Ripard
2020-07-07drm/vc4: crtc: Move the CRTC initialisation to a separate functionMaxime Ripard
2020-07-07drm/vc4: crtc: Only access the PixelValve registers if we have toMaxime Ripard
2020-07-07drm/vc4: crtc: Split CRTC data in twoMaxime Ripard
2020-07-07drm/vc4: crtc: Make state functions publicMaxime Ripard
2020-07-07drm/vc4: crtc: Move HVS setup code to the HVS driverMaxime Ripard