summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2025-09-18drm/amdgpu/atom: Check kcalloc() for WS buffer in amdgpu_atom_execute_table_l...Guangshuo Li-0/+4
2025-09-18drm/amdgpu: revert to old status lock handling v3Christian König-102/+93
2025-09-18drm/i915/vrr: Move the TGL SCL mangling of vmin/vmax/flipline deeperVille Syrjälä-33/+47
2025-09-18drm/i915/vrr: Annotate some functions with "hw"Ville Syrjälä-10/+10
2025-09-18drm/i915/vrr: Store guardband in crtc state even for icl/tglVille Syrjälä-16/+21
2025-09-18drm/i915/vrr: Readout framestart_delay earlierVille Syrjälä-9/+9
2025-09-18drm/i915/vrr: Extract helpers to convert between guardband and pipeline_full ...Ville Syrjälä-7/+21
2025-09-18drm/amdgpu: suspend KFD and KGD user queues for S0ixAlex Deucher-14/+10
2025-09-18drm/amdkfd: add proper handling for S0ixAlex Deucher-4/+60
2025-09-18drm/xe/xe_late_bind_fw: Extract and print version infoBadal Nilawar-0/+193
2025-09-18drm/xe/xe_late_bind_fw: Introduce debug fs node to disable late bindingBadal Nilawar-0/+46
2025-09-18drm/xe/xe_late_bind_fw: Reload late binding fw during system resumeBadal Nilawar-0/+4
2025-09-18drm/xe/xe_late_bind_fw: Reload late binding fw in rpm resumeBadal Nilawar-1/+6
2025-09-18drm/xe/xe_late_bind_fw: Load late binding firmwareBadal Nilawar-2/+165
2025-09-18drm/xe/xe_late_bind_fw: Initialize late binding firmwareBadal Nilawar-1/+129
2025-09-18drm/xe/xe_late_bind_fw: Introduce xe_late_bind_fwBadal Nilawar-0/+147
2025-09-18drm/panthor: always set fence errors on CS_FAULTChia-I Wu-1/+1
2025-09-18drm/amdgpu: add missing comment for the new argumentSunil Khatri-0/+1
2025-09-18drm/amdgpu: suspend KFD and KGD user queues for S0ixAlex Deucher-14/+10
2025-09-18drm/amdgpu/userq: Optimize S0ix handlingAlex Deucher-2/+8
2025-09-18drm/amdgpu: Fix PRT flag for gfx12Joe.Wang-0/+1
2025-09-18drm/amdgpu: Check VF critical region before RAS poison injectionXiang Liu-0/+7
2025-09-18drm/amdkfd: add proper handling for S0ixAlex Deucher-4/+60
2025-09-18drm/amdgpu: Introduce VF critical region check for RAS poison injectionXiang Liu-0/+79
2025-09-18drm/amdgpu: remove non-DC DCE 11 codeAlex Deucher-3865/+0
2025-09-18drm/amd/pm: Enable npm metrics dataAsad Kamal-2/+4
2025-09-18drm/amd/pm: Fetch npm data from system metrics tableAsad Kamal-0/+61
2025-09-18drm/amd/pm: Add sysfs node for node powerAsad Kamal-2/+153
2025-09-18drm/amd/pm: Allow system metrics table in 1vf modeAsad Kamal-1/+3
2025-09-18drm/i915: Defeature DRRS on LNL+Ville Syrjälä-1/+1
2025-09-18drm/panfrost: Display list of device JM contexts over debugfsBoris Brezillon-0/+96
2025-09-18drm/panfrost: Expose JM context IOCTLs to UMBoris Brezillon-3/+33
2025-09-18drm/panfrost: Introduce JM contexts for manging job resourcesBoris Brezillon-40/+215
2025-09-18drm/i915/gvt: Fix intel_vgpu_gpa_to_mmio_offset kernel docsJonathan Cavitt-1/+1
2025-09-18drm/i915/gvt: Remove unnecessary check in reg_is_mmioJonathan Cavitt-1/+1
2025-09-18drm/i915: Fix incorrect error handling in shmem_pwrite()Taotao Chen-3/+12
2025-09-18drm/i915: set O_LARGEFILE in __create_shmem()Taotao Chen-0/+7
2025-09-18drm/i915: add note on VLV/CHV hpll_freq and czclk_freq cachingJani Nikula-0/+7
2025-09-18drm/xe: Work around clang multiple goto-label errorThomas Hellström-10/+19
2025-09-18drm/i915/alpm: Remove error handling from get_lfps_cycle_min_max_timeJouni Högander-21/+8
2025-09-17drm/xe/guc: Set RCS/CCS yield policyDaniele Ceraolo Spurio-5/+98
2025-09-17drm/xe/sysfs: Simplify sysfs registrationMichal Wajdeczko-63/+41
2025-09-17drm/xe/vf: Don't expose sysfs attributes not applicable for VFsMichal Wajdeczko-1/+1
2025-09-17drm/xe/madvise: Fix ioctl argument checkShuicheng Lin-4/+2
2025-09-17drm/xe: Misc refine for svmShuicheng Lin-14/+11
2025-09-17drm/xe: Fix error handling if PXP fails to startDaniele Ceraolo Spurio-41/+72
2025-09-17drm/xe/sysfs: Add cleanup action in xe_device_sysfs_initZongyao Bai-2/+6
2025-09-17drm/xe/tests: Add pre-GMDID IP descriptors to param generatorsMichal Wajdeczko-0/+35
2025-09-17drm/ttm: rename ttm_bo_put to _fini v3Christian König-57/+58
2025-09-17drm/ssd130x: Use kmalloc_array() instead of kmalloc()James Flowers-3/+3