aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2023-10-04drm/amd/pm: add unique_id for gc 11.0.3Kenneth Feng1-0/+1
2023-10-04drm/amd/pm: Add GC v9.4.3 thermal limits to hwmonLijo Lazar1-7/+12
2023-10-04drm/amd/pm: Add throttle limit for SMU v13.0.6Lijo Lazar1-7/+27
2023-10-04drm/amd/display: 3.2.254Aric Cyr1-1/+1
2023-10-04drm/amd/display: Adjust code style for hw_sequencer.hAurabindo Pillai8-102/+23
2023-10-04drm/amd/display: Adjust code style for dmub_cmd.hAurabindo Pillai1-81/+81
2023-10-04drm/amd/display: Update DMUB cmd headerAurabindo Pillai1-3/+28
2023-10-04drm/amd/display: Add a check for idle power optimizationSung Joon Kim3-1/+21
2023-10-04drm/amd/display: use full update for clip size increase of large plane sourceWenjing Liu2-2/+15
2023-10-04drm/amd/display: Clean up code warningsAric Cyr1-1/+1
2023-10-04drm/amd/display: Make driver backwards-compatible with non-IPS PMFWOvidiu Bunea3-12/+19
2023-10-04drm/amd/display: refactor ILR to make it workSherry Wang4-12/+31
2023-10-04drm/amd/display: remove duplicated edp relink to fastbootChiawen Huang1-59/+0
2023-10-04drm/amd/display: apply edge-case DISPCLK WDIVIDER changes to master OTG pipes...Samson Tam2-4/+4
2023-10-04drm/amd/display: enable dsc_clk even if dsc_pg disabledMuhammad Ahmed3-5/+8
2023-10-04drm/amdkfd: Fix EXT_COHERENT memory allocation crashPhilip Yang1-11/+7
2023-10-04drm/amdgpu: ratelimited override pte flags messagesPhilip Yang2-16/+10
2023-10-04drm/amd/display: Add Null check for DPP resourceGabe Teeger1-1/+1
2023-10-04drm/amd: Drop all hand-built MIN and MAX macros in the amdgpu base driverMario Limonciello11-28/+22
2023-10-04drm/amd: Update `update_pcie_parameters` functions to use uint8_t argumentsMario Limonciello6-12/+12
2023-10-04drm/amd/display: Bail from dm_check_crtc_cursor if no relevant changeMichel Dänzer1-1/+32
2023-10-04Revert "drm/amd/display: Enable Replay for static screen use cases"Ivan Lipski3-33/+1
2023-10-04drm/amdgpu: cache gpuvm fault information for gmc7+Alex Deucher5-4/+19
2023-10-04drm/amdgpu: add cached GPU fault structure to vm structAlex Deucher2-0/+49
2023-10-04drm/amd/display: Refactor dm_get_plane_scale helperMichel Dänzer1-9/+14
2023-10-04drm/amdgpu: Use ttm_pages_limit to override vram reportingRajneesh Bhardwaj2-10/+16
2023-10-04drm/amdgpu: Rework KFD memory max limitsRajneesh Bhardwaj1-2/+8
2023-10-04drm/amdgpu/gmc11: set gart placement GC11Alex Deucher1-1/+1
2023-10-04drm/amdgpu/gmc: add a way to force a particular placement for GARTAlex Deucher8-12/+31
2023-10-04drm/amd/display: fix problems in power_helperWayne Lin1-10/+10
2023-10-04drm/amdgpu: correct gpu clock counter query on cyan skilfishLang Yu1-0/+21
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher1-3/+1
2023-10-04drm/panfrost: dynamically allocate the drm-panfrost shrinkerQi Zheng4-15/+24
2023-10-04drm/msm: dynamically allocate the drm-msm_gem shrinkerQi Zheng3-16/+25
2023-10-04drm/i915: dynamically allocate the i915_gem_mm shrinkerQi Zheng2-14/+17
2023-10-04drm/ttm: dynamically allocate the drm-ttm_pool shrinkerQi Zheng1-8/+15
2023-10-04drm/ttm: introduce pool_shrink_rwsemQi Zheng1-1/+16
2023-10-04drm/i915/dp_mst: Make sure pbn_div is up-to-date after sink reconnectImre Deak1-6/+3
2023-10-04drm/i915/display/lspcon: Increase LSPCON mode settle timeoutNiko Tsirakis1-1/+14
2023-10-04drm/i915/gt: remove i915->gt0 in favour of i915->gt[0]Jani Nikula3-11/+2
2023-10-04drm/i915: allocate i915->gt0 dynamicallyJani Nikula2-5/+11
2023-10-04drm/i915/mocs: use to_gt() instead of direct &i915->gtJani Nikula1-2/+2
2023-10-04Merge drm/drm-next into drm-intel-nextJani Nikula294-3417/+6574
2023-10-04drm/i915: s/dev_priv/i915/ in the shared_dpll codeVille Syrjälä2-447/+447
2023-10-04drm/i915: Introduce for_each_shared_dpll()Ville Syrjälä4-26/+25
2023-10-04drm/i915: Decouple I915_NUM_PLLS from PLL IDsVille Syrjälä1-2/+24
2023-10-04drm/i915: Stop requiring PLL index == PLL IDVille Syrjälä4-32/+48
2023-10-04drm/i915: Invalidate the TLBs on each GTChris Wilson1-1/+1
2023-10-04drm/i915: Register engines early to avoid type confusionMathias Krause1-2/+7
2023-10-04drm/i915: Don't set PIPE_CONTROL_FLUSH_L3 for aux invalNirmoy Das1-1/+10