aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-16drm/vmwgfx: Fix build issues in mksGuestStats discovered by the kernel test robotMartin 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_mksstat_add_ioctl to authorise removal.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
2021-06-11drm/panfrost: Fix missing clk_disable_unprepare() on error in panfrost_clk_init()Wei Yongjun1-1/+2
2021-06-11drm/i915: Use ttm mmap handling for ttm bo's.Maarten Lankhorst8-92/+251
2021-06-11drm/vma: Add a driver_private member to vma_node.Maarten Lankhorst1-9/+0
2021-06-11drm/i915/lmem: Verify checks for lmem residencyThomas Hellström4-2/+64
2021-06-11drm/i915/ttm: Introduce a TTM i915 gem object backendThomas Hellström16-153/+730
2021-06-11Merge tag 'exynos-drm-next-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-nextDave Airlie12-22/+86
2021-06-11Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie108-2723/+1897
2021-06-11Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into drm-nextDave Airlie5-43/+79
2021-06-11drm/exynos: use pm_runtime_resume_and_get()Inki Dae11-18/+84
2021-06-11drm/exynos: Use pm_runtime_resume_and_get() to replace open codingTian Tao1-4/+2
2021-06-11drm/panel: db7430: Add driver for Samsung DB7430Linus Walleij3-0/+358
2021-06-10drm/doc: document how userspace should find out CRTC indexLeandro Ribeiro1-4/+4
2021-06-10drm/etnaviv: add HWDB entry for GC7000 rev 6204Sascha Hauer1-0/+31
2021-06-10Merge drm/drm-next into drm-misc-nextThomas Zimmermann452-3660/+223478
2021-06-10drm/nouveau: init the base GEM fields for internal BOsChristian König1-0/+6
2021-06-10udmabuf: Add support for mapping hugepages (v4)Vivek Kasireddy1-7/+43
2021-06-10Merge tag 'amd-drm-next-5.14-2021-06-09' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie216-823/+216960
2021-06-10Merge tag 'drm-intel-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie74-882/+2414
2021-06-10drm/amdgpu: use correct rounding macro for 64-bitDave Airlie1-1/+1
2021-06-09drm/amdgpu/vcn: drop gfxoff control for VCN2+Alex Deucher1-2/+0