summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-07-14drm/mgag200: Set/clear <syncrst> field in display enable/disable helpersThomas Zimmermann2-6/+14
2020-07-14drm/mgag200: Split DPMS function into helpersThomas Zimmermann2-31/+45
2020-07-14drm/mgag200: Don't set or clear <scroff> field during modesetThomas Zimmermann1-39/+3
2020-07-14drm/mgag200: Move PLL setup out of mode-setting functionThomas Zimmermann1-3/+2
2020-07-14drm/mgag200: Don't write-protect CRTC 0-7 while in mga_crtc_prepare()Thomas Zimmermann3-9/+18
2020-07-13drm/bridge: sil_sii8620: initialize return of sii8620_readbTom Rix1-1/+1
2020-07-13drm/amdgpu: stop allocating dummy GTT nodesChristian König2-80/+42
2020-07-13drm/ttm: further cleanup ttm_mem_reg handlingChristian König1-20/+26
2020-07-13drm: radeon: fix common struct sg_table related issuesMarek Szyprowski1-6/+5
2020-07-13drm: amdgpu: fix common struct sg_table related issuesMarek Szyprowski3-13/+10
2020-07-13drm/lima: Expose job_hang_limit module parameterAndrey Lebedev3-2/+8
2020-07-12drm/vkms: change the max cursor width/heightMelissa Wen1-0/+2
2020-07-12drm: panel: simple: Fix bpc for LG LB070WV8 panelLaurent Pinchart1-1/+1
2020-07-11drm/panel: auo,b116xw03: fix flash backlight when power onJitao Shi1-0/+7
2020-07-10drm: fb-helper: Convert logging to drm_* functions.Suraj Upadhyay1-1/+1
2020-07-10drm: mipi-dsi: Convert logging to drm_* functions.Suraj Upadhyay1-8/+7
2020-07-10drm/bridge: Replace HTTP links with HTTPS onesAlexander A. Klimov2-2/+2
2020-07-10drm/bridge: dw-hdmi: Always add the bridge in the global bridge listLiu Ying1-31/+13
2020-07-10drm/bridge: dw-hdmi: Don't cleanup i2c adapter and ddc ptr in __dw_hdmi_probe...Liu Ying1-5/+0
2020-07-10drm/panel: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-10fbdev: sm712fb: set error code in probeEvgeny Novikov1-1/+1
2020-07-10fbdev: da8xx-fb: go to proper label on error handling paths in probeEvgeny Novikov1-2/+2
2020-07-10video: fbdev: vt8623fb: Constify static vga_regsetsRikard Falkeborn1-18/+18
2020-07-10omapfb: dss: Fix max fclk divider for omap36xxAdam Ford1-1/+1
2020-07-10omapfb: fix multiple reference count leaks due to pm_runtime_get_syncAditya Pakki6-12/+26
2020-07-10video: fbdev: neofb: fix memory leak in neo_scan_monitor()Evgeny Novikov1-0/+1
2020-07-10video: fbdev: savage: fix memory leak on error handling path in probeEvgeny Novikov1-0/+2
2020-07-10fbcon: Use array3_size() helper in scr_memcpyw()Gustavo A. R. Silva1-2/+2
2020-07-10video: fbdev: amifb: add FIXMEs about {put,get}_user() failuresBartlomiej Zolnierkiewicz1-0/+2
2020-07-10video: fbdev: amifb: add FIXME about dead APUS supportBartlomiej Zolnierkiewicz1-0/+6
2020-07-09drm/edid: Clean up some curly bracesVille Syrjälä1-5/+4
2020-07-09drm/edid: Iterate through all DispID ext blocksVille Syrjälä1-46/+38
2020-07-09drm/edid: Allow looking for ext blocks starting from a specified indexVille Syrjälä1-9/+21
2020-07-09drm/dp: Include the AUX CH name in the debug messagesVille Syrjälä1-30/+37
2020-07-08drm/vgem: Replace opencoded version of drm_gem_dumb_map_offset()Chris Wilson1-27/+0
2020-07-08drm/stm: repair runtime power managementMarek Vasut1-0/+3
2020-07-08drm/stm: ltdc: remove call of pm-runtime functionsYannick Fertre1-16/+0
2020-07-07drm/meson: overlay: fix build failureNeil Armstrong1-2/+4
2020-07-07drm/ast: Initialize mode setting in ast_mode_config_init()Thomas Zimmermann3-37/+41
2020-07-07drm/ast: Use managed mode-config initThomas Zimmermann3-8/+3
2020-07-07drm/ast: Replace struct ast_crtc with struct drm_crtcThomas Zimmermann2-10/+6
2020-07-07drm/ast: Init cursors before creating modesetting structuresThomas Zimmermann1-1/+4
2020-07-07drm/ast: Managed cursor releaseThomas Zimmermann3-20/+22
2020-07-07drm/ast: Keep cursor HW BOs mappedThomas Zimmermann2-28/+21
2020-07-07drm/ast: Add helper to hide cursorThomas Zimmermann3-1/+7
2020-07-07drm/ast: Don't enable HW cursors twice during atomic updateThomas Zimmermann1-6/+0
2020-07-07drm/ast: Replace ast_cursor_move() with ast_cursor_show()Thomas Zimmermann3-23/+35
2020-07-07drm/ast: Move cursor pageflip into helperThomas Zimmermann3-13/+21
2020-07-07drm/ast: Update cursor image and checksum from same functionThomas Zimmermann1-19/+5
2020-07-07drm/ast: Move cursor fb pinning and mapping into helperThomas Zimmermann3-42/+59