aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2022-01-19drm/ast: Create threshold values for AST2600KuoHsiang Chou1-1/+4
2022-01-19mgag200 fix memmapsl configuration in GCTL6 registerJocelyn Falempe1-1/+4
2022-01-19drm/bridge: Remove extra device acquisition method of i2c client in lt9611 driverZhiming Liu2-4/+4
2022-01-19drm/i915/dpll: make intel_shared_dpll_funcs internal to intel_dpll_mgr.cJani Nikula2-45/+36
2022-01-19drm/msm: Fix include statements for DisplayPortThomas Zimmermann2-2/+2
2022-01-19drm/selftests: Select DRM_DP_HELPERThomas Zimmermann1-0/+1
2022-01-19drm/vc4: Fix deadlock on DSI device attach errorPadmanabha Srinivasaiah1-10/+4
2022-01-19dma-buf: drop excl_fence parameter from dma_resv_get_fencesChristian König3-5/+6
2022-01-19drm/amdgpu: remove excl as shared workaroundsChristian König2-10/+1
2022-01-19drm: move the buddy allocator from i915 into common drmArunpravin14-1431/+575
2022-01-18drm/i915/guc: Remove hacks for reset and schedule disable G2H being received out of orderMatthew Brost1-28/+2
2022-01-18drm/i915/selftests: Add a cancel request selftest that triggers a resetMatthew Brost1-0/+117
2022-01-18drm/radeon: fix error handling in radeon_driver_open_kmsChristian König1-10/+12
2022-01-18drm/amd/amdgpu: fixing read wrong pf2vf data in SRIOVJingwen Chen2-14/+8
2022-01-18drm/amdgpu: apply vcn harvest quirkGuchun Chen1-5/+27
2022-01-18amdgpu/amdgpu_psp: remove unneeded ret variableMinghao Chi1-5/+1
2022-01-18drm/radeon: fix UVD suspend errorQiang Ma6-6/+6
2022-01-18drm/amdgpu: Add missing pm_runtime_put_autosuspendYongzhi Liu1-1/+3
2022-01-18drm/amd/display: move calcs folder into DMLIsabella Basso11-71/+11
2022-01-18drm/amd/display: 3.2.169Aric Cyr1-1/+1
2022-01-18drm/amd/display: [FW Promotion] Release 0.0.100.0Anthony Koo1-2/+2
2022-01-18drm/amd/display: Add signal type check when verify stream backends sameDale Zhao1-0/+3
2022-01-18drm/amd/display: update dml to rev.99 and smu clk_table w/aCharlene Liu2-3/+28
2022-01-18drm/amd/display: Fix black screen issue on memory clock switch enFelipe Clark3-1/+9
2022-01-18drm/amd/display: DCEFCLK DS on CLK initChris Park1-0/+1
2022-01-18drm/amd/display: modify SMU_TIMEOUT macro.Ian Chen1-2/+2
2022-01-18drm/amd/display: move FPU associated DCN302 code to DML folder (#2266)Jasdeep Dhillon6-318/+404
2022-01-18drm/amd/display: 3.2.168Aric Cyr1-1/+1
2022-01-18drm/amd/display: support new PMFW interface to disable Z9 onlyEric Yang5-10/+22
2022-01-18drm/amd/display: adjust bit comparison to be more type safeEric Yang1-1/+1
2022-01-18drm/amd/display: Disabled seamless boots on DP and renamed power_down_display_on_bootJarif Aftab6-25/+10
2022-01-18drm/radeon: fix error handling in radeon_driver_open_kmsChristian König1-10/+12
2022-01-18drm/amd/pm: Enable sysfs required by rocm-smi tool for One VF modeMarina Nikolic2-16/+3
2022-01-18drm/amd/amdgpu: fixing read wrong pf2vf data in SRIOVJingwen Chen2-14/+8
2022-01-18drm/amdgpu: Fix the code style warnings in hdp xgmi mca and umcyipechai3-6/+8
2022-01-18drm/amdgpu: Fix the code style warnings in sdmayipechai2-7/+7
2022-01-18drm/amdgpu: Fix the code style warnings in gmcyipechai2-2/+2
2022-01-18drm/amdgpu: Fix the code style warnings in gfxyipechai2-3/+3
2022-01-18drm/amdgpu: Fix the code style warnings in amdgpu_rasyipechai2-21/+30
2022-01-18drm/amdgpu: apply vcn harvest quirkGuchun Chen1-5/+27
2022-01-18drm/amdgpu: drop redundant check of ip discovery_binGuchun Chen1-5/+0
2022-01-18drm/amdgpu: handle denied inject error into critical regions v2Stanley.Yang3-3/+11
2022-01-18drm/amd/pm: add message smu to get ecc_tablemziya2-0/+71
2022-01-18drm/amdgpu: add new query interface for umc_v8_7 blockmziya1-5/+155
2022-01-18drm/amd/pm: Update smu driver interface for sienna cichlidmziya1-3/+21
2022-01-18drm/i915: Remove short-term pins from execbuf, v6.Maarten Lankhorst4-118/+128
2022-01-18drm/i915: Remove support for unlocked i915_vma unbindMaarten Lankhorst1-47/+8
2022-01-18drm/i915: Add i915_vma_unbind_unlocked, and take obj lock for i915_vma_unbind, v2.Maarten Lankhorst10-23/+94
2022-01-18drm/i915: Add object locking to i915_gem_evict_for_node and i915_gem_evict_something, v2.Maarten Lankhorst11-29/+94
2022-01-18drm/i915: Add locking to i915_gem_evict_vm(), v3.Maarten Lankhorst6-11/+50