summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2024-04-17drm/amdgpu: differentiate external rev id for gfx 11.5.0Yifan Zhang1-1/+4
2024-04-17drm/amdgpu: fix incorrect number of active RBs for gfx11Tim Huang1-1/+1
2024-04-17drm/amdgpu: always force full reset for SOC21Alex Deucher1-2/+0
2024-04-17drm/amdgpu: Reset dGPU if suspend got abortedLijo Lazar1-0/+25
2024-04-17drm/i915: Disable live M/N updates when using bigjoinerVille Syrjälä1-1/+5
2024-04-17drm/i915: Disable port sync when bigjoiner is usedVille Syrjälä1-0/+5
2024-04-17drm/i915/psr: Disable PSR when bigjoiner is usedVille Syrjälä1-0/+11
2024-04-17drm/i915/cdclk: Fix CDCLK programming order when pipes are activeVille Syrjälä2-2/+8
2024-04-17drm/amdgpu/umsch: reinitialize write pointer in hw initLang Yu1-0/+2
2024-04-17drm/msm/dp: fix runtime PM leak on connect failureJohan Hovold1-0/+1
2024-04-17drm/msm/dp: fix runtime PM leak on disconnectJohan Hovold1-0/+1
2024-04-17drm/client: Fully protect modes[] with dev->mode_config.mutexVille Syrjälä1-1/+2
2024-04-17drm/panfrost: Fix the error path in panfrost_mmu_map_fault_addr()Boris Brezillon1-4/+9
2024-04-17drm/ast: Fix soft lockupJammy Huang1-0/+3
2024-04-17drm/amdkfd: Reset GPU on queue preemption failureHarish Kasiviswanathan1-0/+1
2024-04-17drm/i915/vrr: Disable VRR when using bigjoinerVille Syrjälä1-0/+7
2024-04-17drm/vmwgfx: Enable DMA mappings with SEVZack Rusin1-5/+6
2024-04-17drm/xe/hwmon: Cast result to output precision on left shift of operandKarthik Poosa1-2/+2
2024-04-17drm/xe/display: Fix double mutex initializationLucas De Marchi1-5/+0
2024-04-17drm/msm/adreno: Set highest_bank_bit for A619Luca Weiss1-0/+4
2024-04-17nouveau: fix function cast warningArnd Bergmann1-1/+6
2024-04-17Revert "drm/qxl: simplify qxl_fence_wait"Alex Constantino1-5/+45
2024-04-17drm/msm/dpu: make error messages at dpu_core_irq_register_callback() more sen...Dmitry Baryshkov1-4/+4
2024-04-17drm/msm/dpu: don't allow overriding data from catalogDmitry Baryshkov1-5/+5
2024-04-17drm/msm: Add newlines to some debug printsStephen Boyd2-5/+5
2024-04-17drm/amd/pm: fixes a random hang in S4 for SMU v13.0.4/11Tim Huang1-1/+11
2024-04-17drm/amdgpu/vpe: power on vpe when hw_initPeyton Lee1-0/+6
2024-04-13Revert "drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device...Ma Jun1-10/+6
2024-04-13nouveau: fix devinit paths to only handle display on GSP.Dave Airlie2-4/+9
2024-04-13drm/amdgpu: Init zone device and drm client after mode-1 reset on reloadAhmad Rehman2-2/+5
2024-04-13drm: Check polling initialized before enabling in drm_helper_probe_single_con...Shradha Gupta1-2/+6
2024-04-13drm: Check output polling initialized before disablingShradha Gupta2-5/+27
2024-04-13drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device_init()Srinivasan Shanmugam1-6/+10
2024-04-13drm/amd/display: Fix nanosec stat overflowAric Cyr1-2/+2
2024-04-13drm/panel: simple: Add BOE BP082WX1-100 8.2" panelTony Lindgren1-0/+20
2024-04-13drm/amd/display: Disable idle reallow as part of command/gpint executionNicholas Kazlauskas3-2/+4
2024-04-13drm/amd/display: increased min_dcfclk_mhz and min_fclk_mhzSohaib Nadeem1-1/+1
2024-04-13drm/ttm: return ENOSPC from ttm_bo_mem_space v3Christian König1-2/+5
2024-04-13drm: panel-orientation-quirks: Add quirk for GPD Win MiniSamuel Dionne-Riel1-0/+12
2024-04-13drm/amdgpu: Skip do PCI error slot reset during RAS recoveryStanley.Yang1-0/+14
2024-04-13drm/ci: uprev mesa version: fix kdl commit fetchVignesh Raman2-2/+13
2024-04-13drm/vc4: don't check if plane->state->fb == state->fbMaíra Canal1-4/+1
2024-04-13amdkfd: use calloc instead of kzalloc to avoid integer overflowDave Airlie1-2/+2
2024-04-10drm/xe: Rework rebindingThomas Hellström5-51/+14
2024-04-10drm/xe: Use ring ops TLB invalidation for rebindsThomas Hellström6-9/+30
2024-04-10drm/i915/gt: Enable only one CCS for compute workloadAndi Shyti5-0/+65
2024-04-10drm/i915/gt: Do not generate the command streamer for all the CCSAndi Shyti1-0/+17
2024-04-10drm/i915/gt: Disable HW load balancing for CCSAndi Shyti2-2/+22
2024-04-10drm/i915/dp: Fix the computation for compressed_bpp for DISPLAY < 13Ankit Nautiyal1-2/+3
2024-04-10drm/i915/mst: Reject FEC+MST on ICLVille Syrjälä1-1/+2