summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2021-11-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-11-12118-750/+1474
|\
| * Merge tag 'drm-misc-fixes-2021-11-11' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2021-11-127-11/+54
| |\
| | * drm/ttm: Double check mem_type of BO while evictionxinhui pan2021-11-111-1/+2
| | * drm/nouveau: clean up all clients on device removalJeremy Cline2021-11-041-0/+30
| | * drm/nouveau: Add a dedicated mutex for the clients listJeremy Cline2021-11-042-4/+11
| | * drm/nouveau: use drm_dev_unplug() during device removalJeremy Cline2021-11-041-1/+1
| | * drm/nouveau/svm: Fix refcount leak bug and missing check against null bugChenyuan Mi2021-11-041-0/+4
| | * ce/gf100: fix incorrect CE0 address calculation on some GPUsBen Skeggs2021-11-042-3/+2
| | * drm/prime: Fix use after free in mmap with drm_gem_ttm_mmapAnand K Mistry2021-11-031-2/+4
| * | BackMerge tag 'v5.15' into drm-nextDave Airlie2021-11-125-1/+18
| |\ \
| * \ \ Merge tag 'amd-drm-fixes-5.16-2021-11-10' of https://gitlab.freedesktop.org/a...Dave Airlie2021-11-1132-79/+205
| |\ \ \
| | * | | drm/amdgpu: add missed support for UVD IP_VERSION(3, 0, 64)Guchun Chen2021-11-103-0/+3
| | * | | drm/amdgpu: drop jpeg IP initialization in SRIOV caseGuchun Chen2021-11-101-1/+2
| | * | | drm/amd/display: reject both non-zero src_x and src_y only for DCN1xShirish S2021-11-101-9/+11
| | * | | drm/amd/display: Add callbacks for DMUB HPD IRQ notificationsNicholas Kazlauskas2021-11-091-2/+15
| | * | | drm/amd/display: Don't lock connection_mutex for DMUB HPDNicholas Kazlauskas2021-11-091-4/+0
| | * | | drm/amd/display: Add comment where CONFIG_DRM_AMD_DC_DCN macro endsAnson Jacob2021-11-093-7/+9
| | * | | drm/amdkfd: Fix retry fault drain race conditionsFelix Kuehling2021-11-092-5/+20
| | * | | drm/amdkfd: lower the VAs base offset to 8KBAlex Sierra2021-11-091-1/+1
| | * | | drm/amd/display: fix exit from amdgpu_dm_atomic_check() abruptlyShirish S2021-11-091-1/+1
| | * | | drm/amd/amdgpu: fix the kfd pre_reset sequence in sriovshaoyunl2021-11-091-4/+1
| | * | | drm/amdgpu: fix uvd crash on Polaris12 during driver unloadingEvan Quan2021-11-091-11/+13
| | * | | drm/amdgpu: fix SI handling in amdgpu_device_asic_has_dc_support()Alex Deucher2021-11-051-1/+11
| | * | | drm/amdgpu: Fix dangling kfd_bo pointer for shared BOsFelix Kuehling2021-11-053-6/+12
| | * | | drm/amd/amdkfd: Don't sent command to HWS on kfd resetshaoyunl2021-11-052-2/+6
| | * | | drm/amdgpu: correctly toggle gfx on/off around RLC_SPM_* register accessEvan Quan2021-11-054-0/+17
| | * | | drm/amdgpu: correct xgmi ras error count resetTao Zhou2021-11-051-2/+2
| | * | | drm/amd/pm: Correct DPMS disable IP version checkMario Limonciello2021-11-051-1/+1
| | * | | drm/amd/amdgpu: Fix csb.bo pin_count leak on gfx 9YuBiao Wang2021-11-051-1/+3
| | * | | drm/amd/amdgpu: Avoid writing GMC registers under sriov in gmc9YuBiao Wang2021-11-051-0/+4
| | * | | drm/amdgpu/powerplay: fix sysfs_emit/sysfs_emit_at handlingAlex Deucher2021-11-057-12/+51
| | * | | drm/amdgpu: Make sure to reserve BOs before adding or removingKent Russell2021-11-051-3/+10
| | * | | drm/amdkfd: avoid recursive lock in migrations back to RAMAlex Sierra2021-11-053-0/+8
| | * | | drm/amd/display: Don't allow partial copy_from_userHarry Wentland2021-11-051-6/+4
| * | | | Merge tag 'drm-misc-next-fixes-2021-11-10' of git://anongit.freedesktop.org/d...Dave Airlie2021-11-1112-189/+21
| |\ \ \ \
| | * | | | drm/locking: fix __stack_depot_* name conflictStephen Rothwell2021-11-091-7/+7
| | * | | | drm/virtio: Fix NULL dereference error in virtio_gpu_pollVivek Kasireddy2021-11-081-1/+2
| | * | | | Revert "drm/imx: Annotate dma-fence critical section in commit path"Fabio Estevam2021-11-051-2/+0
| | * | | | drm: fb_helper: improve CONFIG_FB dependencyArnd Bergmann2021-11-051-3/+2
| | * | | | drm/udl: fix control-message timeoutJohan Hovold2021-11-051-1/+1
| | * | | | drm/ttm: remove ttm_bo_vm_insert_huge()Jason Gunthorpe2021-11-057-173/+6
| * | | | | Merge tag 'drm-intel-next-fixes-2021-11-09' of git://anongit.freedesktop.org/...Dave Airlie2021-11-1013-111/+148
| |\ \ \ \ \
| | * | | | | drm/i915/adlp/fb: Prevent the mapping of redundant trailing padding NULL pagesImre Deak2021-11-092-1/+11
| | * | | | | drm/i915/fb: Fix rounding error in subsampled plane size calculationImre Deak2021-11-091-2/+2
| | * | | | | drm/i915/hdmi: Turn DP++ TMDS output buffers back on in encoder->shutdown()Ville Syrjälä2021-11-094-2/+17
| | * | | | | drm/i915: Fix type1 DVI DP dual mode adapter heuristic for modern platformsVille Syrjälä2021-11-011-22/+63
| | * | | | | drm/i915: Extend the async flip VT-d w/a to skl/bxtVille Syrjälä2021-11-011-0/+12
| | * | | | | drm/i915/gvt: fix the usage of ww lock in gvt scheduler.Zhi A Wang2021-11-011-2/+2
| | * | | | | drm/i915/dmabuf: fix broken buildMatthew Auld2021-10-271-0/+7
| | * | | | | drm/i915: Revert 'guc_id' from i915_request tracepointJoonas Lahtinen2021-10-271-5/+2