summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/kmb: Remove an unnecessary NULL checkDan Carpenter2020-11-291-1/+1
* omapfb: fbcon: remove trailing semicolon in macro definitionTom Rix2020-11-292-2/+2
* video: fbdev: s1d13xxxfb: Fix kernel-doc and set but not used warningsSam Ravnborg2020-11-291-2/+1
* video: fbcon: Fix warnings by using pr_debug() in fbconSam Ravnborg2020-11-291-17/+8
* video: Fix kernel-doc warnings in of_display_timing + of_videomodeSam Ravnborg2020-11-292-3/+4
* drm/rockchip: fix typo in Kconfig 's/HDMI/dsi/'Dafna Hirschfeld2020-11-291-1/+1
* drm/rockchip: for error print, use the correct device pointerDafna Hirschfeld2020-11-291-1/+1
* drm/rockchip: dw_hdmi: fix incorrect clock in vpll clock error messageJonathan Liu2020-11-291-1/+1
* drm/ingenic: Add basic PM supportPaul Cercueil2020-11-281-0/+18
* drm/ttm: Warn on pinning without holding a referenceDaniel Vetter2020-11-272-1/+3
* fbdev: aty: SPARC64 requires FB_ATY_CTRandy Dunlap2020-11-271-1/+1
* via/via_irq: use __func__ to replace string function nameBernard Zhao2020-11-271-1/+1
* drm/radeon: fix check order in radeon_bo_moveChristian König2020-11-271-30/+24
* drm/imx/dcss: allow using nearest neighbor interpolation scalingLaurentiu Palcu2020-11-263-10/+50
* drm/imx/dcss: fix coccinelle warningLaurentiu Palcu2020-11-261-2/+1
* drm/imx/dcss: fix rotations for Vivante tiled formatsLaurentiu Palcu2020-11-261-2/+9
* drm/mcde: fix masking and bitwise-or on variable valColin Ian King2020-11-251-1/+1
* dma-buf/dma-resv: Respect num_fences when initializing the shared fence list.Maarten Lankhorst2020-11-251-1/+1
* panel-simple: add Innolux N125HCE-GN1Lukas F. Hartmann2020-11-241-0/+28
* dt-bindings: display/panel: add Innolux N125HCE-GN1Lukas F. Hartmann2020-11-241-0/+2
* drm: fix kernel-doc warnings for SCALING_FILTERSimon Ser2020-11-242-7/+7
* drm/fb-helper: Acquire modeset lock around shadow-buffer flushingThomas Zimmermann2020-11-241-2/+18
* drm/fb-helper: Copy dma-buf map before flushing shadow fbThomas Zimmermann2020-11-241-2/+3
* drm/fb-helper: Restore damage area upon errorsThomas Zimmermann2020-11-241-3/+20
* drm/fb-helper: Move damage blit code and its setup into separate routineThomas Zimmermann2020-11-241-6/+21
* drm/fb-helper: Separate shadow-buffer flushing and calling dirty callbackThomas Zimmermann2020-11-241-3/+1
* drm/fb-helper: Return early in damage workerThomas Zimmermann2020-11-241-16/+15
* drm/fb-helper: Rename dirty worker to damage workerThomas Zimmermann2020-11-242-43/+36
* drm/client: Depend on GEM object kmap ref-countingThomas Zimmermann2020-11-241-4/+0
* drm/fb-helper: Unmap client buffer during shutdownThomas Zimmermann2020-11-241-4/+9
* drm/fb-helper: Call dirty helper after writing to fbdevThomas Zimmermann2020-11-241-0/+3
* drm/shmem-helper: Removed drm_gem_shmem_create_object_cached()Thomas Zimmermann2020-11-245-33/+0
* drm/shmem-helper: Use cached mappings by defaultThomas Zimmermann2020-11-246-12/+13
* drm/mcde: Fix uninitialized valueLinus Walleij2020-11-241-1/+1
* drm/mcde: Support DPI outputLinus Walleij2020-11-247-47/+595
* drm/mcde: Break out DSI set-up routineLinus Walleij2020-11-241-60/+75
* drm/mcde: Fix RGB/BGR bugLinus Walleij2020-11-242-14/+13
* video: fbdev: pm2fb: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-221-0/+1
* video: fbdev: lxfb_ops: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-221-0/+1
* drm/via: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-221-0/+1
* drm: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-221-0/+1
* dma-buf: system_heap: Allocate higher order pages if availableJohn Stultz2020-11-221-18/+71
* dma-buf: heaps: Skip sync if not mappedJohn Stultz2020-11-222-0/+20
* dma-buf: heaps: Remove heap-helpers codeJohn Stultz2020-11-223-328/+0
* dma-buf: heaps: Move heap-helper logic into the cma_heap implementationJohn Stultz2020-11-221-49/+270
* dma-buf: system_heap: Rework system heap to use sgtables instead of pagelistsJohn Stultz2020-11-221-46/+303
* drm/meson: dw-hdmi: Enable the iahb clock early enoughMarc Zyngier2020-11-201-2/+6
* drm/meson: dw-hdmi: Disable clocks on driver teardownMarc Zyngier2020-11-201-14/+29
* drm/panel: s6e63m0: Fix init sequenceLinus Walleij2020-11-201-8/+10
* drm/panel: s6e63m0: Implement 28 backlight levelsLinus Walleij2020-11-201-53/+257