summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2025-09-23drm/i915: Extract increase_wm_latency()Ville Syrjälä-11/+17
2025-09-23drm/i915: Extract multiply_wm_latency() from skl_read_wm_latency()Ville Syrjälä-9/+20
2025-09-23drm/i915: Move adjust_wm_latency() out from {mtl,skl}_read_wm_latency()Ville Syrjälä-8/+15
2025-09-23drm/i915: Don't pass the latency array to {skl,mtl}_read_wm_latency()Ville Syrjälä-10/+11
2025-09-23drm/i915: Tweak the read latency fixup codeVille Syrjälä-3/+7
2025-09-23drm/i915: Apply the 16Gb DIMM w/a only for the platforms that need itVille Syrjälä-2/+10
2025-09-23drm/i915/dram: Also apply the 16Gb DIMM w/a for larger DRAM chipsVille Syrjälä-7/+7
2025-09-23drm/xe/psmi: Do not return NULLLucas De Marchi-2/+2
2025-09-23drm/amd/pm: Add VCN reset message support for SMU v13.0.12Jesse.Zhang-1/+6
2025-09-23drm/amdgpu: Move VCN reset mask setup to late_init for VCN 5.0.1Jesse.Zhang-5/+20
2025-09-23drm/amdgpu: Add ring reset support for VCN v5.0.1Jesse.Zhang-0/+26
2025-09-23drm/amdgpu: Refactor VCN v5.0.1 HW init into separate instance functionJesse.Zhang-8/+19
2025-09-23drm/amd/display: remove output_tf_change flagMelissa Wen-9/+4
2025-09-23drm/amd/display: Optimize remove_duplicates() from O(N^2) to O(N)Kuan-Wei Chiu-10/+11
2025-09-23drm/amd/display: change dc stream color settings only in atomic commitMelissa Wen-24/+66
2025-09-23drm/amd/ras: Add rascore status definitionYiPeng Chai-0/+37
2025-09-23drm/amdgpu: Use kmalloc_array() instead of kmalloc()Rahul Kumar-8/+8
2025-09-23drm/amd/display: update color on atomic commit timeMelissa Wen-1/+35
2025-09-23drm/amd/display: Promote DC to 3.2.351Taimur Hassan-1/+1
2025-09-23drm/amd/display: [FW Promotion] Release 0.1.28.0Taimur Hassan-1/+1
2025-09-23drm/amd/display: Init DCN35 clocks from pre-os HW valuesLeo Li-2/+119
2025-09-23drm/amd/display: Revert "correct sw cache timing to ensure dispclk ramping"Charlene Liu-21/+9
2025-09-23drm/amd/display: Correct sw cache timing to ensure dispclk rampingCharlene Liu-9/+21
2025-09-23drm/amd/display: Insert dccg log for easy debugCharlene Liu-3/+21
2025-09-23drm/amd/display: Remove wm_optimized_requiredDillon Varone-14/+10
2025-09-23drm/amd/display: Set wm_pending when disable stutter w/a usedDillon Varone-0/+1
2025-09-23drm/amd/display: Refactor SMU tracingDillon Varone-14/+20
2025-09-23drm/amd/display: Isolate dcn401 SMU functionsDillon Varone-14/+140
2025-09-23drm/amd/display: Add fast sync field in ultra sleep more for DMUBAllen Li-1/+6
2025-09-23drm/amd/display: Use mpc.preblend flag to indicate preblendAlvin Lee-2/+2
2025-09-23drm/amd/display: Fix for test crash due to power gatingSridevi Arvindekar-1/+2
2025-09-23drm/amd/display: Enable DTM v3 on dGPUs with DCN 3.1+Ivan Lipski-4/+8
2025-09-23drm/amd/display: Init dispclk from bootup clock for DCN314Lo-an Chen-5/+143
2025-09-23drm/amd/display: Handle interpolation for first data pointMario Limonciello-0/+10
2025-09-23drm/amd/display: Add monitor patch to read psr cap againPaul Hsieh-0/+15
2025-09-23drm/amd/display: Add AVI infoframe copy in copy_stream_update_to_streamKarthi Kandasamy-1/+15
2025-09-23drm/amd/display: Add missing post flip callsDillon Varone-4/+7
2025-09-23drm/amd/display: Disable stutter when programming watermarks on dcn32Dillon Varone-6/+36
2025-09-23drm/amdgpu: Update amdgpu_vcn5_fw_shared for vcn_5_0_1Sonny Jiang-1/+1
2025-09-23drm/amdgpu: Enable MES lr_compute_wa by defaultMario Limonciello-2/+15
2025-09-23drm/amdgpu: use hmm_pfns instead of array of pagesSunil Khatri-49/+25
2025-09-23drm/amd/pm: place the smu 13.0.0 pptable header into the correct folderYang Wang-0/+0
2025-09-23drm/amdgpu: Fix vbios build number parsing logicLijo Lazar-3/+4
2025-09-23drm/sysfb: simpledrm: Sort headers correctlyLuca Weiss-1/+2
2025-09-23drm/format-helper: Remove drm_fb_blit()Thomas Zimmermann-91/+0
2025-09-23drm/sysfb: Lookup blit function during atomic checkThomas Zimmermann-5/+114
2025-09-23drm/sysfb: Add custom plane stateThomas Zimmermann-2/+69
2025-09-23drm/xe/pm: Add lockdep annotation for the pm_block completionThomas Hellström-1/+65
2025-09-23drm/xe/pm: Hold the validation lock around evicting user-space bos for suspendThomas Hellström-0/+7
2025-09-23drm/tiny: pixpaper: Fix missing dependency on DRM_GEM_SHMEM_HELPERLiangCheng Wang-1/+1