aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2025-11-11drm/amd/display: Change lock descriptor valuesDominik Kaszewski2-79/+72
2025-11-11drm/amd/display: refactor DSC cap calculation for dcn35Mohit Bawa2-1/+60
2025-11-11drm/amd/display: Add new SMART POWER OLED interfacesIan Chen2-0/+96
2025-11-11drm/amd/display: Add interface to capture power feature status for debug loggingGeorge Shen2-0/+21
2025-11-11drm/amd/display: Allow VRR params change if unsynced with the streamIvan Lipski1-0/+11
2025-11-11drm/amd/display: Fix index bug for fill latencyDillon Varone1-1/+1
2025-11-11drm/amd/display: Only initialize LSDMA if it is supported in DMUAlvin Lee2-0/+4
2025-11-11drm/amd/pm: remove unnecessary prints for smu busyGangliang Xie2-3/+9
2025-11-11drm/amdgpu: optimize timeout implemention in ras_eeprom_update_record_numTao Zhou1-5/+13
2025-11-11drm/amdgpu: add RAS bad page threshold handling for PMFW manages eepromTao Zhou1-6/+30
2025-11-11drm/amdgpu: fix lock warning in amdgpu_userq_fence_driver_processJesse.Zhang1-2/+3
2025-11-11drm/amdgpu: try for more times if RAS bad page number is not updatedTao Zhou1-1/+21
2025-11-11drm/amdgpu: jump to the correct label on failurePierre-Eric Pelloux-Prayer1-1/+1
2025-11-11drm/amdkfd: Fixing the clang formatAhmad Rehman1-1/+1
2025-11-11drm/amd/pm: Add NULL check for power limitAsad Kamal1-0/+3
2025-11-11drm/amdgpu: get RAS bad page address from MCA addressTao Zhou2-5/+14
2025-11-11drm/amd: Clarify that amdgpu.audio only works for non-DCMario Limonciello (AMD)1-1/+1
2025-11-11drm/amdgpu: disable peer-to-peer access for DCC-enabled GC12 VRAM surfacesVitaly Prosyak1-0/+12
2025-11-11drm/amd/display: add macros to simplify codeWenjing Liu2-183/+68
2025-11-11drm/amdgpu: load RAS bad page from PMFW in page retirementTao Zhou2-55/+90
2025-11-11drm/i915/dpio: Use the intel_de_wait_ms() out valueVille Syrjälä1-3/+3
2025-11-11drm/i915/power: Use the intel_de_wait_ms() out valueVille Syrjälä1-3/+3
2025-11-11drm/i915/de: Replace __intel_de_wait_for_register_nowl() with intel_de_wait_f...Ville Syrjälä2-17/+16
2025-11-11drm/i915/de: Nuke wakelocks from intel_de_wait_fw_ms()Ville Syrjälä1-10/+2
2025-11-11drm/i915/de: Replace __intel_de_rmw_nowl() with intel_de_rmw_fw()Ville Syrjälä2-14/+18
2025-11-11drm/1915/dpio: Stop using intel_de_wait_fw_ms()Ville Syrjälä1-2/+2
2025-11-11drm/i915/de: Use intel_de_wait_for_{set,clear}_ms()Ville Syrjälä2-18/+18
2025-11-11drm/i915/de: Use intel_de_wait_for_{set,clear}_us()Ville Syrjälä8-59/+57
2025-11-11drm/i915/de: Introduce intel_de_wait_for_{set,clear}_us()Ville Syrjälä1-0/+14
2025-11-11drm/i915/de: Nuke intel_de_wait_custom()Ville Syrjälä1-19/+0
2025-11-11drm/i915/de: Use intel_de_wait_ms() for the obvious casesVille Syrjälä5-34/+30
2025-11-11drm/i915/de: Use intel_de_wait_us()Ville Syrjälä8-83/+67
2025-11-11drm/i915/de: Introduce intel_de_wait_us()Ville Syrjälä1-0/+17
2025-11-11drm/i915/de: Include units in intel_de_wait*() function namesVille Syrjälä30-205/+207
2025-11-11drm/i915/de: Have intel_de_wait() hand out the final register valueVille Syrjälä4-8/+8
2025-11-11drm/i915/de: Implement register waits one wayVille Syrjälä2-34/+14
2025-11-11drm/i915/rom: convert intel_rom interfaces to struct drm_deviceJani Nikula3-10/+9
2025-11-11Merge drm/drm-next into drm-intel-nextJani Nikula1149-7997/+39708
2025-11-11Merge tag 'amd-drm-next-6.19-2025-11-07' of https://gitlab.freedesktop.org/ag...Dave Airlie105-1133/+2437
2025-11-10drm/xe/pf: Add runtime registers for GFX ver >= 35Piotr Piórkowski1-1/+20
2025-11-10drm/xe/xe3lpg: Extend Wa_15016589081 for xe3lpgNitin Gote1-0/+5
2025-11-10drm/xe/xe3: Extend wa_14023061436Tangudu Tilak Tirumalesh1-0/+2
2025-11-10drm/xe/xe3: Add WA_14024681466 for Xe3_LPGNitin Gote2-0/+5
2025-11-10drm/xe/vram: Move forcewake down to get_flat_ccs_offset()Lucas De Marchi1-10/+14
2025-11-10drm/xe: Use SG_TILE_ADDR_RANGE instead of TILE_ADDR_RANGEFei Yang3-2/+3
2025-11-10drm/i915/dp_mst: Disable Panel ReplayImre Deak1-0/+4
2025-11-10drm/i915/psr: fix pipe to vblank conversionJani Nikula1-1/+2
2025-11-10drm/panthor: Fix potential memleak of vma structureAkash Goel1-1/+17
2025-11-10drm/xe: Fix MTL vm_max_levelRodrigo Vivi1-1/+1
2025-11-10drm/ast: Handle framebuffer from dma-bufJocelyn Falempe1-3/+8