summaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | drm/amdgpu: Clear RAS interrupt status on aldebaranJohn Clements2021-08-261-5/+29
| | * | | | | | drm/amdgpu: Add support for RAS XGMI err queryJohn Clements2021-08-261-0/+65
| | * | | | | | drm/amdkfd: Account for SH/SE count when setting up cu masks.Sean Keely2021-08-262-21/+64
| | * | | | | | drm/amdgpu: rename amdgpu_bo_get_preferred_pin_domainYifan Zhang2021-08-264-7/+7
| | * | | | | | drm/amdgpu: drop redundant cancel_delayed_work_sync callEvan Quan2021-08-264-6/+0
| | * | | | | | drm/amdgpu: add missing cleanups for more ASICs on UVD/VCE suspendEvan Quan2021-08-266-1/+144
| | * | | | | | drm/amdgpu: add missing cleanups for Polaris12 UVD/VCE on suspendEvan Quan2021-08-262-0/+47
| | * | | | | | drm/amdkfd: map SVM range with correct access permissionPhilip Yang2021-08-241-48/+86
| | * | | | | | drm/amdkfd: check access permisson to restore retry faultPhilip Yang2021-08-246-8/+39
| | * | | | | | drm/amdgpu: Update RAS XGMI Error QueryJohn Clements2021-08-241-1/+3
| | * | | | | | drm/amdgpu: Add driver infrastructure for MCA RASJohn Clements2021-08-249-2/+388
| | * | | | | | drm/amd/display: Add Logging for HDMI color depth informationPraful Swarnakar2021-08-241-0/+11
| | * | | | | | drm/amd/amdgpu: consolidate PSP TA init shared buf functionsCandice Li2021-08-241-99/+43
| | * | | | | | drm/amd/amdgpu: add name field back to ras_common_ifCandice Li2021-08-241-0/+1
| | * | | | | | drm/amdgpu: Fix build with missing pm_suspend_target_state module exportBorislav Petkov2021-08-241-1/+1
| | * | | | | | drm/radeon: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-241-3/+3
| | * | | | | | drm/amdgpu: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-241-3/+3
| | * | | | | | drm/amdkfd: CWSR with sw scheduler on Aldebaran and ArcturusMukul Joshi2021-08-244-2/+6
| | * | | | | | drm/amdgpu/OLAND: clip the ref divider max valueShashank Sharma2021-08-243-9/+16
| | * | | | | | drm/amd/display: refactor riommu invalidation waEric Yang2021-08-244-20/+1
| * | | | | | | Merge tag 'drm-intel-next-fixes-2021-08-26' of git://anongit.freedesktop.org/...Dave Airlie2021-08-304-16/+30
| |\ \ \ \ \ \ \
| | * | | | | | | drm/i915/selftest: Fix use of err in igt_reset_{fail, nop}_engine()Nathan Chancellor2021-08-241-2/+2
| | * | | | | | | drm/i915/gt: Potential error pointer dereference in pinned_context()Dan Carpenter2021-08-241-1/+1
| | * | | | | | | drm/i915/adl_p: Also disable underrun recovery with MSOMatt Roper2021-08-241-0/+3
| | * | | | | | | drm/i915: Use designated initializers for init/exit tableKees Cook2021-08-241-13/+24
| * | | | | | | | Merge tag 'exynos-drm-next-for-v5.15' of git://git.kernel.org/pub/scm/linux/k...Dave Airlie2021-08-262-6/+10
| |\ \ \ \ \ \ \ \
| | * | | | | | | | drm/exynos: Always initialize mapping in exynos_drm_register_dma()Nathan Chancellor2021-08-211-0/+2
| | * | | | | | | | drm/exynos: Convert from atomic_t to refcount_t on g2d_cmdlist_userptr->refcountXiyu Yang2021-08-211-5/+6
| | * | | | | | | | drm/exynos: g2d: fix missing unlock on error in g2d_runqueue_worker()Wei Yongjun2021-08-211-1/+2
| | |/ / / / / / /
| * | | | | | | | Merge tag 'drm/tegra/for-5.15-rc1' of ssh://git.freedesktop.org/git/tegra/lin...Dave Airlie2021-08-2635-171/+2456
| |\ \ \ \ \ \ \ \
| | * | | | | | | | gpu: host1x: debug: Dump DMASTART and DMAEND registerThierry Reding2021-08-132-3/+21
| | * | | | | | | | gpu: host1x: debug: Dump only relevant parts of CDMA push bufferThierry Reding2021-08-131-10/+7
| | * | | | | | | | gpu: host1x: debug: Use dma_addr_t more consistentlyThierry Reding2021-08-131-4/+4
| | * | | | | | | | drm/tegra: dc: Extend debug stats with total number of eventsDmitry Osipenko2021-08-132-0/+15
| | * | | | | | | | drm/tegra: dc: Support memory bandwidth managementDmitry Osipenko2021-08-136-3/+507
| | * | | | | | | | drm/tegra: Bump driver versionMikko Perttunen2021-08-101-1/+1
| | * | | | | | | | drm/tegra: Add job firewallMikko Perttunen2021-08-104-2/+268
| | * | | | | | | | drm/tegra: Implement job submission part of new UAPIMikko Perttunen2021-08-104-1/+639
| | * | | | | | | | drm/tegra: Implement syncpoint wait UAPIMikko Perttunen2021-08-103-28/+15
| | * | | | | | | | drm/tegra: Implement syncpoint management UAPIMikko Perttunen2021-08-103-0/+59
| | * | | | | | | | drm/tegra: Implement new UAPIMikko Perttunen2021-08-105-16/+389
| | * | | | | | | | drm/tegra: Allocate per-engine channel in core codeMikko Perttunen2021-08-102-0/+13
| | * | | | | | | | drm/tegra: Boot VIC during runtime PM resumeMikko Perttunen2021-08-101-61/+51
| | * | | | | | | | drm/tegra: Extract tegra_gem_lookup()Mikko Perttunen2021-08-103-17/+18
| | * | | | | | | | gpu: host1x: Add option to skip firewall for a jobMikko Perttunen2021-08-102-9/+14
| | * | | | | | | | gpu: host1x: Add support for syncpoint waits in CDMA pushbufferMikko Perttunen2021-08-109-41/+199
| | * | | | | | | | gpu: host1x: Add job release callbackMikko Perttunen2021-08-101-0/+3
| | * | | | | | | | gpu: host1x: Add no-recovery modeMikko Perttunen2021-08-106-7/+72
| | * | | | | | | | gpu: host1x: Add DMA fence implementationMikko Perttunen2021-08-105-0/+193
| | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge commit '81fd23e2b3ccf71c807e671444e8accaba98ca53' of https://git.pengut...Dave Airlie2021-08-266-41/+44
| |\ \ \ \ \ \ \ \