summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-06-23drm/virtio: Add the fence in resource_flush if presentVivek Kasireddy1-6/+39
2021-06-23drm/virtio: Prepare resource_flush to accept a fenceVivek Kasireddy2-3/+8
2021-06-23drm/virtio: Add fences for Guest blobsVivek Kasireddy1-7/+12
2021-06-23udmabuf: configurable list_limit and size_limit_mbDongwon Kim1-2/+7
2021-06-22dma-buf: Document non-dynamic exporter expectations betterDaniel Vetter1-0/+3
2021-06-22drm/amdgpu: rework dma_resv handling v3Christian König6-79/+55
2021-06-22drm/amdgpu: unwrap fence chains in the explicit sync fenceChristian König1-50/+68
2021-06-22drm: bridge: ti-sn65dsi83: Retrieve the display mode from the stateLaurent Pinchart1-23/+26
2021-06-22drm: bridge: ti-sn65dsi83: Retrieve output format from bridge stateLaurent Pinchart1-37/+36
2021-06-22drm: bridge: ti-sn65dsi83: Switch to atomic operationsLaurent Pinchart1-11/+15
2021-06-22drm: bridge: ti-sn65dsi83: Pass mode explicitly to helper functionsLaurent Pinchart1-6/+8
2021-06-22drm: bridge: ti-sn65dsi83: Move LVDS format selection to .mode_set()Laurent Pinchart1-12/+2
2021-06-21drm/panel: Add bus_format and bus_flags for EDT ETM0430G0DH6Stefan Riedmueller1-0/+2
2021-06-21drm/panel: Add connector_type for some EDT displaysStefan Riedmueller1-0/+2
2021-06-21drm/panel: Add connector_type and bus_format for AUO G104SN02 V2 panelStefan Riedmueller1-0/+2
2021-06-21drm/bridge: ti-sn65dsi83: Replace connector format patching with atomic_get_i...Marek Vasut1-4/+31
2021-06-18drm/gma500/oaktrail_lvds: replace continue with breakColin Ian King1-2/+2
2021-06-18drm/amdgpu: fix amdgpu_preempt_mgr_new()Dan Carpenter1-1/+1
2021-06-18drm/bridge: anx7625: Make hpd workqueue freezablePi-Hsun Shih1-2/+2
2021-06-17fbdev/omap2: use DEFINE_SPINLOCK() instead of spin_lock_init().Jiahua Yu1-3/+1
2021-06-16drm/vmwgfx: Fix build issues in mksGuestStats discovered by the kernel test r...Martin Krastev2-4/+5
2021-06-16drm/vmwgfx: Fix a bad merge in otable batch takedownZack Rusin1-1/+0
2021-06-16drm/vmwgfx: Fix a 64bit regression on svga3Zack Rusin1-1/+1
2021-06-16drm/vmwgfx: Update device headersZack Rusin28-10563/+7624
2021-06-16drm/vc4: hdmi: Rely on interrupts to handle hotplugMaxime Ripard1-0/+45
2021-06-16drivers: gpu: add missing MODULE_DEVICE_TABLE in anx7625.cYu Jiahua1-0/+1
2021-06-15dmabuf: Add the capability to expose DMA-BUF stats in sysfsHridya Valsaraju5-0/+448
2021-06-15drm/ast: Add detect function supportAinux1-1/+17
2021-06-14drm/panel: s6e63m0: Switch to DBI abstraction for SPILinus Walleij5-91/+77
2021-06-14drm/dbi: Support DBI typec1 read operationsLinus Walleij1-1/+54
2021-06-14dma-buf: add dma_fence_chain_alloc/free v3Christian König5-25/+13
2021-06-14dma-buf: some dma_fence_chain improvementsChristian König1-1/+1
2021-06-14Merge tag 'tags/topic/i915-ttm-2021-06-11' into drm-misc-nextThomas Zimmermann23-249/+1038
2021-06-14Merge drm/drm-next into drm-misc-nextThomas Zimmermann125-2788/+2062
2021-06-12drm/vmwgfx: Fix implicit declaration errorZack Rusin1-0/+1
2021-06-12drm/vmwgfx: Remove vmw_chipsetZack Rusin2-5/+3
2021-06-12drm/vmwgfx: Refactor vmw_mksstat_remove_ioctl to expect pgid match with vmw_m...Martin Krastev1-19/+13
2021-06-12drm/vmwgfx: inline access to the pages from the piterZack Rusin2-18/+1
2021-06-12drm/vmwgfx: remove code that was using physical page addressesZack Rusin3-26/+1
2021-06-12drm/vmwgfx: Fix some static checker warningsZack Rusin10-22/+33
2021-06-12drm/vmwgfx: Fix subresource updates with new contextsZack Rusin1-3/+2
2021-06-12drm/vmwgfx: Introduce VMware mks-guest-statsMartin Krastev8-27/+878
2021-06-12drm/vmwgfx: Simplify devcaps codeZack Rusin7-116/+221
2021-06-11drm/bridge: ti-sn65dsi86: Improve probe errors with dev_err_probe()Douglas Anderson1-18/+13
2021-06-11drm/bridge: ti-sn65dsi86: Don't read EDID blob over DDCDouglas Anderson1-22/+0
2021-06-11drm/bridge: ti-sn65dsi86: Add support for the DP AUX busDouglas Anderson2-0/+7
2021-06-11drm/bridge: ti-sn65dsi86: Promote the AUX channel to its own sub-devDouglas Anderson1-19/+51
2021-06-11drm/panel: panel-simple: Stash DP AUX bus; allow using it for DDCDouglas Anderson1-6/+12
2021-06-11drm/panel: panel-simple: Allow panel-simple be a DP AUX endpoint deviceDouglas Anderson2-4/+49
2021-06-11drm: Introduce the DP AUX busDouglas Anderson3-0/+333