summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
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: don't allow overriding data from catalogDmitry Baryshkov1-5/+5
2024-04-17drm/amd/pm: fixes a random hang in S4 for SMU v13.0.4/11Tim Huang1-1/+11
2024-04-13drm: Check polling initialized before enabling in drm_helper_probe_single_con...Shradha Gupta1-2/+6
2024-04-13Revert "drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device...Ma Jun1-10/+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/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/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/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/prime: Unbreak virtgpu dma-buf exportRob Clark1-1/+6
2024-04-10nouveau/uvmm: fix addr/range calcs for remap operationsDave Airlie1-3/+3
2024-04-10drm/panfrost: fix power transition timeout warningsChristian Hewitt1-3/+3
2024-04-10drm/amd: Flush GFXOFF requests in prepare stageMario Limonciello1-0/+2
2024-04-10drm/amd: Add concept of running prepare_suspend() sequence for IP blocksMario Limonciello2-1/+12
2024-04-10drm/amd: Evict resources during PM ops prepare() callbackMario Limonciello3-8/+34
2024-04-10drm/amd/display: Prevent crash when disable streamChris Park1-1/+2
2024-04-10drm/amd/display: Fix DPSTREAM CLK on and off sequenceDmytro Laktyushkin2-7/+6
2024-04-10drm/i915/mtl: Update workaround 14018575942Tejas Upadhyay1-0/+1
2024-04-10drm/i915/xelpg: Extend some workarounds/tuning to gfx version 12.74Matt Roper3-12/+18
2024-04-10drm/i915/mtl: Update workaround 14016712196Tejas Upadhyay1-4/+3
2024-04-10drm/i915: Replace several IS_METEORLAKE with proper IP version checksMatt Roper8-14/+13
2024-04-10drm/i915: Eliminate IS_MTL_GRAPHICS_STEPMatt Roper10-43/+62
2024-04-10drm/i915/xelpg: Call Xe_LPG workaround functions based on IP versionMatt Roper2-18/+31
2024-04-10drm/i915: Consolidate condition for Wa_22011802037Matt Roper6-12/+24
2024-04-10drm/i915: Tidy workaround definitionsMatt Roper1-54/+46
2024-04-10drm/i915/dg2: Drop pre-production GT workaroundsMatt Roper6-279/+21
2024-04-10drm/i915: Pre-populate the cursor physical dma addressVille Syrjälä3-3/+12
2024-04-10drm/i915/display: Use i915_gem_object_get_dma_address to get dma addressMaarten Lankhorst1-2/+4
2024-04-03drm/amdgpu: fix use-after-free bugVitaly Prosyak1-4/+16
2024-04-03drm/amd/display: Clear OPTC mem select on disableIlya Bakoulin1-0/+3
2024-04-03drm/amd/display: Disconnect phantom pipe OPP from OPTC being disabledGeorge Shen1-6/+13
2024-04-03drm/amd/display: Fix hang/underflow when transitioning to ODM4:1Ilya Bakoulin1-0/+7
2024-04-03drm/i915/gt: Reset queue_priority_hint on parkingChris Wilson2-3/+3
2024-04-03drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed()Jonathon Hall1-1/+1
2024-04-03drm/i915/dsi: Go back to the previous INIT_OTP/DISPLAY_ON order, mostlyVille Syrjälä2-7/+39
2024-04-03drm/i915/bios: Tolerate devdata==NULL in intel_bios_encoder_supports_dp_dual_...Ville Syrjälä1-0/+3
2024-04-03drm/i915/hwmon: Fix locking inversion in sysfs getterJanusz Krzysztofik1-18/+19
2024-04-03drm/amdgpu: fix deadlock while reading mqd from debugfsJohannes Weiner1-17/+29
2024-04-03drm/amdkfd: fix TLB flush after unmap for GFX9.4.2Eric Huang1-1/+1
2024-04-03drm/vmwgfx: Create debugfs ttm_resource_manager entry only if neededJocelyn Falempe1-6/+9
2024-04-03nouveau/dmem: handle kcalloc() allocation failureDuoming Zhou1-6/+6
2024-04-03Revert "drm/amd/display: Fix sending VSC (+ colorimetry) packets for DP/eDP d...Harry Wentland2-13/+8
2024-04-03drm/amd/display: handle range offsets in VRR rangesAlex Deucher1-5/+14