summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2021-10-20drm/amd/display: 3.2.157Aric Cyr1-1/+1
2021-10-20drm/amd/display: Change initializer to single braceAnthony Koo5-26/+25
2021-10-20drm/amd/display: Disable hdmistream and hdmichar clocksJake Wang4-6/+22
2021-10-20drm/amd/display: Moved dccg init to after bios golden initJake Wang1-4/+3
2021-10-20drm/amd/display: Removed z10 save after dsc disableJake Wang1-4/+0
2021-10-20drm/amd/display: Disable dpstreamclk, symclk32_se, and symclk32_leJake Wang3-11/+130
2021-10-20drm/amd/display: Increase watermark latencies for DCN3.1Nikola Cornij1-8/+8
2021-10-20drm/amd/display: increase Z9 latency to workaround underflow in Z9Eric Yang1-2/+2
2021-10-20drm/amd/display: Require immediate flip support for DCN3.1 planesNicholas Kazlauskas1-0/+7
2021-10-20drm/amd/display: Disable dsc root clock when not being usedJake Wang5-3/+129
2021-10-20drm/amd/display: Add missing PSR stateMikita Lipski2-0/+3
2021-10-20drm/amd/display: Fix prefetch bandwidth calculation for DCN3.1Nicholas Kazlauskas1-3/+3
2021-10-20drm/amd/display: Fix DP2 SE and LE SYMCLK selection for B0 PHYHansen1-0/+17
2021-10-20drm/amd/display: Limit display scaling to up to true 4k for DCN 3.1Nikola Cornij1-1/+1
2021-10-20drm/amd/display: Removed power down on boot from DCN31Lai, Derek1-43/+0
2021-10-20drm/amd/display: Validate plane rects before useAric Cyr1-0/+5
2021-10-20drm/amd/display: correct apg audio channel enable golden valueWenjing Liu1-1/+1
2021-10-20drm/amd/display: do not compare integers of different widthsJosip Pavic1-2/+2
2021-10-20drm/amd/display: Clean Up VPG Low Mem PowerMichael Strauss3-14/+13
2021-10-20drm/amd/display: add DP2.0 debug option to set MST_EN for SST streamWenjing Liu2-1/+7
2021-10-20drm/amd/display: Do not skip link training on DP quick hot plugJimmy Kizito3-5/+8
2021-10-20drm/amd/display: Clear encoder assignment for copied streamsJimmy Kizito1-0/+4
2021-10-20drm/amd/display: Disable dpp root clock when not being usedJake Wang2-2/+44
2021-10-20drm/amd/display: Fully switch to dmub for all dcn21 asicsRoman Li1-2/+1
2021-10-20drm/amd/amdgpu: Do irq_fini_hw after ip_fini_earlyYuBiao Wang1-2/+2
2021-10-20drm/amdkfd: map gpu hive id to xgmi connected cpuJonathan Kim1-1/+18
2021-10-20drm/amdgpu: load PSP RL in resume pathTao Zhou1-0/+6
2021-10-20drm/amdkfd: Fix an inappropriate error handling in allloc memory of gpuLang Yu1-1/+1
2021-10-18drm/i915: Catch yet another unconditioal clflushVille Syrjälä1-1/+1
2021-10-18drm/i915: Convert unconditional clflush to drm_clflush_virt_range()Ville Syrjälä1-1/+1
2021-10-18drm/i915: Replace the unconditional clflush with drm_clflush_virt_range()Ville Syrjälä1-1/+1
2021-10-15drm/i915: Clean up PXP Kconfig info.Rodrigo Vivi1-5/+5
2021-10-15drm/i915: Enable multi-bb execbufMatthew Brost1-3/+0
2021-10-15drm/i915: Update I915_GEM_BUSY IOCTL to understand composite fencesMatthew Brost3-13/+55
2021-10-15drm/i915: Make request conflict tracking understand parallel submitsMatthew Brost1-14/+29
2021-10-15drm/i915/guc: Handle errors in multi-lrc requestsMatthew Brost1-3/+66
2021-10-15drm/i915: Multi-BB execbufMatthew Brost7-251/+595
2021-10-15drm/i915/guc: Implement no mid batch preemption for multi-lrcMatthew Brost4-13/+326
2021-10-15drm/i915/guc: Add basic GuC multi-lrc selftestMatthew Brost3-0/+181
2021-10-15drm/i915/guc: Connect UAPI to GuC multi-lrc interfaceMatthew Brost8-31/+374
2021-10-15drm/i915/guc: Update debugfs for GuC multi-lrcMatthew Brost1-14/+38
2021-10-15drm/i915/guc: Implement multi-lrc resetMatthew Brost2-21/+58
2021-10-15drm/i915/guc: Insert submit fences between requests in parent-child relationshipMatthew Brost4-28/+108
2021-10-15drm/i915/guc: Implement multi-lrc submissionMatthew Brost6-75/+350
2021-10-15drm/i915/guc: Implement parallel context pin / unpin functionsMatthew Brost1-0/+70
2021-10-15drm/i915/guc: Assign contexts in parent-child relationship consecutive guc_idsMatthew Brost2-24/+86
2021-10-15drm/i915/guc: Ensure GuC schedule operations do not operate on child contextsMatthew Brost1-1/+12
2021-10-15drm/i915/guc: Add multi-lrc context registrationMatthew Brost6-3/+134
2021-10-15drm/i915/guc: Introduce context parent-child relationshipMatthew Brost3-0/+91
2021-10-15drm/i915: Expose logical engine instance to userMatthew Brost1-0/+2