summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Call i915_gem_evict_vm in vm_fault_gtt to prevent new ENOSPC errors...Maarten Lankhorst2022-01-181-2/+16
* Merge drm/drm-next into drm-intel-gt-nextTvrtko Ursulin2022-01-181182-23294/+31447
|\
| * Merge tag 'amd-drm-next-5.17-2022-01-12' of https://gitlab.freedesktop.org/ag...Daniel Vetter2022-01-1445-329/+421
| |\
| | * drm/amdkfd: Fix ASIC name typosKent Russell2022-01-111-3/+3
| | * drm/amdkfd: Fix DQM asserts on HawaiiFelix Kuehling2022-01-111-3/+6
| | * drm/amdgpu: Use correct VIEWPORT_DIMENSION for DCN2Harry Wentland2022-01-111-1/+13
| | * drm/amd/pm: only send GmiPwrDnControl msg on master die (v3)Tao Zhou2022-01-111-4/+12
| | * drm/amdgpu: use spin_lock_irqsave to avoid deadlock by local interruptGuchun Chen2022-01-111-2/+3
| | * drm/amdgpu: not return error on the init_apu_flagsPrike Liang2022-01-111-4/+2
| | * drm/amdkfd: Use prange->update_list head for remove_listFelix Kuehling2022-01-112-6/+2
| | * drm/amdkfd: Use prange->list head for insert_listFelix Kuehling2022-01-112-11/+8
| | * drm/amdkfd: Check for null pointer after calling kmemdupJiasheng Jiang2022-01-111-0/+3
| | * drm/amd/display: invalid parameter check in dmub_hpd_callbackJosé Expósito2022-01-111-1/+2
| | * Revert "drm/amdgpu: Don't inherit GEM object VMAs in child process"Rajneesh Bhardwaj2022-01-111-3/+0
| | * drm/amd/display: reset dcn31 SMU mailbox on failuresMario Limonciello2022-01-111-0/+6
| | * drm/amdkfd: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-111-1/+2
| | * drm/amdgpu: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-111-1/+2
| | * drm/amd/amdgpu: Add pcie indirect support to amdgpu_mm_wreg_mmio_rlc()Tom St Denis2022-01-111-1/+3
| | * drm/amdgpu: recover gart table at resumeNirmoy Das2022-01-117-99/+11
| | * drm/amdgpu: do not pass ttm_resource_manager to vram_mgrNirmoy Das2022-01-116-44/+30
| | * drm/amdkfd: remove unused functionNirmoy Das2022-01-112-8/+0
| | * drm/amdgpu: do not pass ttm_resource_manager to gtt_mgrNirmoy Das2022-01-114-17/+12
| | * drm/amdgpu: Unmap MMIO mappings when device is not unpluggedLeslie Shi2022-01-113-0/+34
| | * drm/amdgpu: Enable second VCN for certain Navy Flounder.Peng Ju Zhou2022-01-111-1/+2
| | * drm/amd/display: explicitly set is_dsc_supported to false before useMario Limonciello2022-01-111-0/+1
| | * drm/amdgpu: Clear garbage data in err_data before usageJiawei Gu2022-01-111-0/+1
| | * drm/amd/display: Add version check before using DP alt query interfaceNicholas Kazlauskas2022-01-071-20/+94
| | * drm/amd/display: introduce mpo detection flagsMikita Lipski2022-01-072-1/+11
| | * drm/amd/display: Add check for forced_clocks debug optionCharlene Liu2022-01-071-1/+1
| | * drm/amd/display: Don't reinitialize DMCUB on s0ix resumeNicholas Kazlauskas2022-01-071-3/+27
| | * drm/amd/display: unhard code link to phy idx mapping in dc link and clean upWenjing Liu2022-01-075-90/+95
| | * drm/amd/display: Fix underflow for fused display pipes caseYi-Ling Chen2022-01-071-1/+6
| | * drm/amdgpu: don't set s3 and s0ix at the same timeMario Limonciello2022-01-071-2/+4
| | * drm/amdgpu: explicitly check for s0ix when evicting resourcesMario Limonciello2022-01-071-2/+2
| | * drm/amd/pm: keep the BACO feature enabled for suspendEvan Quan2022-01-071-1/+7
| | * drm/amdgpu: add dummy event6 for vega10James Yao2022-01-073-0/+17
| | * drm/amdkfd: enable sdma ecc interrupt event can be handled by event_interrupt...yipechai2022-01-071-0/+1
| * | Merge tag 'drm-misc-next-fixes-2022-01-14' of git://anongit.freedesktop.org/d...Daniel Vetter2022-01-142-7/+7
| |\ \
| | * | drm/mipi-dbi: Fix source-buffer address in mipi_dbi_buf_copyThomas Zimmermann2022-01-141-1/+1
| | * | drm: fix error found in some cases after the patch d1af5cd86997Claudio Suarez2022-01-141-6/+6
| * | | Merge tag 'drm-misc-fixes-2022-01-14' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter2022-01-149-27/+76
| |\ \ \
| | * | | drm/ttm: fix compilation on ARCH=umJohannes Berg2022-01-141-1/+3
| | * | | dma-buf: cma_heap: Fix mutex locking sectionWeizhao Ouyang2022-01-131-2/+4
| | * | | video: vga16fb: Only probe for EGA and VGA 16 color graphic cardsJavier Martinez Canillas2022-01-121-0/+24
| | * | | drm/sun4i: dw-hdmi: Fix missing put_device() call in sun8i_hdmi_phy_getMiaoqian Lin2022-01-111-1/+3
| | * | | drm/nouveau: wait for the exclusive fence after the shared ones v2Christian König2021-12-211-13/+15
| | * | | drm/amdgpu: fix dropped backing store handling in amdgpu_dma_buf_move_notifyChristian König2021-12-171-1/+1
| | * | | drm/ast: potential dereference of null pointerJiasheng Jiang2021-12-141-1/+4
| | * | | drm: simpledrm: fix wrong unit with pixel clockAlejandro Concepcion-Rodriguez2021-12-131-1/+1
| | * | | Revert "drm/fb-helper: improve DRM fbdev emulation device names"Javier Martinez Canillas2021-12-091-1/+7