summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2020-11-27-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter2020-12-1570-902/+2131
|\
| * 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
| * drm/panel: s6e63m0: Fix and extend MCS tableLinus Walleij2020-11-201-8/+9
| * drm: Pass the full state to connectors atomic functionsMaxime Ripard2020-11-207-18/+31
| * drm: document drm_mode_modeinfoSimon Ser2020-11-202-0/+24
| * drm: document drm_mode_get_connectorSimon Ser2020-11-201-5/+73
| * drm/virtio: rename sync_seq and last_seqGurchetan Singh2020-11-203-8/+9
| * drm/virtio: use fence_id when processing fencesGurchetan Singh2020-11-202-4/+4
| * virtio-gpu api: Add a comment on VIRTIO_GPU_SHM_ID_HOST_VISIBLEAnthoine Bourgeois2020-11-201-0/+4
| * drm/virtio: fix a file name comment referenceAnthoine Bourgeois2020-11-201-1/+1
| * drm/virtio: suffix create blob call with _ioctl like any ioctlAnthoine Bourgeois2020-11-201-3/+4
| * drm: improve kernel-docs in drm_mode.hSimon Ser2020-11-201-34/+32
| * drm/ttm: fix DMA32 handling in the global page poolChristian König2020-11-191-0/+22
| * mm: introduce vma_set_file function v5Christian König2020-11-1910-19/+26