summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2024-04-17drm/amd/display: fix disable otg wa logic in DCN316Fudongwang
2024-04-17drm/amd/display: Set VSC SDP Colorimetry same way for MST and SSTHarry Wentland
2024-04-17drm/amd/display: Program VSC SDP colorimetry for all DP sinks >= 1.4Harry Wentland
2024-04-17drm/amdgpu: fix incorrect number of active RBs for gfx11Tim Huang
2024-04-17drm/amdgpu: always force full reset for SOC21Alex Deucher
2024-04-17drm/amdgpu: Reset dGPU if suspend got abortedLijo Lazar
2024-04-17drm/i915: Disable port sync when bigjoiner is usedVille Syrjälä
2024-04-17drm/i915/cdclk: Fix CDCLK programming order when pipes are activeVille Syrjälä
2024-04-17drm/client: Fully protect modes[] with dev->mode_config.mutexVille Syrjälä
2024-04-17drm/panfrost: Fix the error path in panfrost_mmu_map_fault_addr()Boris Brezillon
2024-04-17drm/ast: Fix soft lockupJammy Huang
2024-04-17drm/amdkfd: Reset GPU on queue preemption failureHarish Kasiviswanathan
2024-04-17drm/i915/vrr: Disable VRR when using bigjoinerVille Syrjälä
2024-04-17drm/vmwgfx: Enable DMA mappings with SEVZack Rusin
2024-04-17nouveau: fix function cast warningArnd Bergmann
2024-04-17Revert "drm/qxl: simplify qxl_fence_wait"Alex Constantino
2024-04-17drm/msm/dpu: don't allow overriding data from catalogDmitry Baryshkov
2024-04-17drm/amd/pm: fixes a random hang in S4 for SMU v13.0.4/11Tim Huang
2024-04-13drm: Check polling initialized before enabling in drm_helper_probe_single_con...Shradha Gupta
2024-04-13Revert "drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device...Ma Jun
2024-04-13drm: Check output polling initialized before disablingShradha Gupta
2024-04-13drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device_init()Srinivasan Shanmugam
2024-04-13drm/amd/display: Fix nanosec stat overflowAric Cyr
2024-04-13drm/ttm: return ENOSPC from ttm_bo_mem_space v3Christian König
2024-04-13drm: panel-orientation-quirks: Add quirk for GPD Win MiniSamuel Dionne-Riel
2024-04-13drm/vc4: don't check if plane->state->fb == state->fbMaíra Canal
2024-04-13amdkfd: use calloc instead of kzalloc to avoid integer overflowDave Airlie
2024-04-10drm/i915/gt: Enable only one CCS for compute workloadAndi Shyti
2024-04-10drm/i915/gt: Do not generate the command streamer for all the CCSAndi Shyti
2024-04-10drm/i915/gt: Disable HW load balancing for CCSAndi Shyti
2024-04-10drm/prime: Unbreak virtgpu dma-buf exportRob Clark
2024-04-10nouveau/uvmm: fix addr/range calcs for remap operationsDave Airlie
2024-04-10drm/panfrost: fix power transition timeout warningsChristian Hewitt
2024-04-10drm/amd: Flush GFXOFF requests in prepare stageMario Limonciello
2024-04-10drm/amd: Add concept of running prepare_suspend() sequence for IP blocksMario Limonciello
2024-04-10drm/amd: Evict resources during PM ops prepare() callbackMario Limonciello
2024-04-10drm/amd/display: Prevent crash when disable streamChris Park
2024-04-10drm/amd/display: Fix DPSTREAM CLK on and off sequenceDmytro Laktyushkin
2024-04-10drm/i915/mtl: Update workaround 14018575942Tejas Upadhyay
2024-04-10drm/i915/xelpg: Extend some workarounds/tuning to gfx version 12.74Matt Roper
2024-04-10drm/i915/mtl: Update workaround 14016712196Tejas Upadhyay
2024-04-10drm/i915: Replace several IS_METEORLAKE with proper IP version checksMatt Roper
2024-04-10drm/i915: Eliminate IS_MTL_GRAPHICS_STEPMatt Roper
2024-04-10drm/i915/xelpg: Call Xe_LPG workaround functions based on IP versionMatt Roper
2024-04-10drm/i915: Consolidate condition for Wa_22011802037Matt Roper
2024-04-10drm/i915: Tidy workaround definitionsMatt Roper
2024-04-10drm/i915/dg2: Drop pre-production GT workaroundsMatt Roper
2024-04-10drm/i915: Pre-populate the cursor physical dma addressVille Syrjälä
2024-04-10drm/i915/display: Use i915_gem_object_get_dma_address to get dma addressMaarten Lankhorst
2024-04-03drm/amdgpu: fix use-after-free bugVitaly Prosyak