aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-04drm/panfrost: Implement generic DRM object RSS reporting functionAdrián Larumbe3-0/+21
2023-10-04drm/drm_file: Add DRM obj's RSS reporting function for fdinfoAdrián Larumbe1-3/+5
2023-10-04drm/panfrost: Add fdinfo support for memory statsAdrián Larumbe2-0/+17
2023-10-04drm/panfrost: Add fdinfo support GPU load metricsAdrián Larumbe12-1/+194
2023-10-04drm/panfrost: Add cycle count GPU register definitionsAdrián Larumbe1-0/+5
2023-10-04drm/i915: separate subplatform init and runtime feature initJani Nikula2-5/+7
2023-10-04drm/i915: separate display runtime info initJani Nikula3-18/+19
2023-10-04drm/i915: move display info related macros to displayJani Nikula2-8/+9
2023-10-04drm/i915: convert INTEL_DISPLAY_ENABLED() into a functionJani Nikula12-15/+27
2023-10-04Merge tag 'drm-intel-next-2023-09-29' of git://anongit.freedesktop.org/drm/dr...Dave Airlie136-2462/+4519
2023-10-03drm/i915/guc: Suppress 'ignoring reset notification' messageJohn Harrison1-5/+5
2023-10-04drm/nouveau: exec: report max pushs through getparamDanilo Krummrich5-4/+39
2023-10-04drm/nouveau: chan: use channel class definitionsDanilo Krummrich1-3/+5
2023-10-04drm/nouveau: chan: use struct nvif_mclassDanilo Krummrich1-4/+1
2023-10-03drm/amd: Fix detection of _PR3 on the PCIe root portMario Limonciello1-1/+1
2023-10-03drm/amd: Fix logic error in sienna_cichlid_update_pcie_parameters()Mario Limonciello1-18/+23
2023-10-03drm/amd/display: Disable DWB frame capture to emulate oneshotAlex Hung3-1/+44
2023-10-03drm/amd/display: Add new set_fc_enable to struct dwbc_funcsAlex Hung3-0/+29
2023-10-03drm/amd/display: Setup for mmhubbub3_warmup_mcif with big bufferAlex Hung1-0/+6
2023-10-03drm/amd/display: Add writeback enable field (wb_enabled)Alex Hung2-0/+9
2023-10-03drm/amd/display: Fix writeback_info is not removedAlex Hung1-3/+4
2023-10-03drm/amd/display: Validate hw_points_num before using itAlex Hung1-0/+3