aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2021-12-14drm/radeon: Fix syntax errors in commentsXiang wangx1-1/+1
2021-12-14amdgpu: fix some comment typosYann Dirson2-2/+2
2021-12-14amdgpu: fix some kernel-doc markupYann Dirson3-6/+6
2021-12-14drm/amd/pm: fix a potential gpu_metrics_table memory leakLang Yu1-0/+3
2021-12-14drm/amd/amdgpu: fix gmc bo pin count leak in SRIOVJingwen Chen2-0/+8
2021-12-14drm/amd/amdgpu: fix psp tmr bo pin count leak in SRIOVJingwen Chen1-0/+4
2021-12-14drm/amd/pm: Skip power state allocationLijo Lazar2-20/+0
2021-12-14drm/amdgpu: correct the wrong cached state for GMC on PICASSOEvan Quan3-5/+18
2021-12-14drm/amdgpu: use adev_to_drm to get drm_device pointerGuchun Chen1-1/+1
2021-12-14drm/amdgpu: move smu_debug_mask to a more proper placeEvan Quan4-16/+18
2021-12-14drm/amdgpu: SRIOV flr_work should use down_writeVictor Skvortsov2-4/+6
2021-12-14drm/amd/display: 3.2.166Aric Cyr1-1/+1
2021-12-14drm/amd/display: implement dc_mode_memclkMartin Leung14-7/+188
2021-12-14drm/amd/display: ODM + MPO window on only one half of ODMEric Bernstein2-21/+71
2021-12-14drm/amd/display: Reset DMCUB before HW initNicholas Kazlauskas1-0/+5
2021-12-14drm/amd/display: [FW Promotion] Release 0.0.97Anthony Koo1-2/+2
2021-12-14drm/amd/display: Force det buf size to 192KB with 3+ streams and upscalingMichael Strauss1-0/+8
2021-12-14drm/amd/display: parse and check PSR SU capsMikita Lipski3-12/+97
2021-12-14drm/amd/display: Add src/ext ID info for dummy serviceSolomon Chiu1-4/+6
2021-12-14drm/amd/display: Add debugfs entry for ILRWayne Lin1-0/+134
2021-12-14drm/amd/display: Set exit_optimized_pwr_state for DCN31Nicholas Kazlauskas1-0/+1
2021-12-14drm/i915/cdclk: move struct intel_cdclk_funcs to intel_cdclk.cJani Nikula2-11/+12
2021-12-14drm/i915/cdclk: turn around i915_drv.h and intel_cdclk.h dependencyJani Nikula3-6/+7
2021-12-14drm/i915/debugfs: add noreclaim annotationsMatthew Auld1-0/+3
2021-12-14drm/i915/ttm: fix large buffer population trucationRobert Beckett1-1/+1
2021-12-14drm/i915: Test all device memory on probingChris Wilson3-12/+28
2021-12-14drm/i915: Sanitycheck device iomem on probeChris Wilson1-0/+116
2021-12-14drm/i915: Exclude reserved stolen from driver useChris Wilson1-0/+3
2021-12-14Merge v5.16-rc5 into drm-nextDaniel Vetter52-155/+291
2021-12-14drm/i915/display: Fix an unsigned subtraction which can never be negative.Harshit Mogalapalli1-1/+1
2021-12-14drm/i915: Fix implicit use of struct pci_devMark Brown1-0/+1
2021-12-14drm/ast: potential dereference of null pointerJiasheng Jiang1-1/+4
2021-12-14drm/mediatek: Set the default value of rotation to DRM_MODE_ROTATE_0Mark Yacoub1-1/+2
2021-12-13drm/msm/a6xx: Skip crashdumper state if GPU needs_hw_initRob Clark2-2/+8
2021-12-13drm:amdgpu:remove unneeded variablechiminghao2-8/+3
2021-12-13drivers/amd/pm: drop statement to print FW version for smu_v13Mario Limonciello1-3/+0
2021-12-13drm/amd/pm: fix reading SMU FW version from amdgpu_firmware_info on YCMario Limonciello1-0/+3
2021-12-13drm/amd/display: fix function scopesIsabella Basso48-517/+179
2021-12-13drm/amd/display: Reduce stack size for dml31 UseMinimumDCFCLKMichel Dänzer1-235/+69
2021-12-13drm/amd/display: Reduce stack size for dml31_ModeSupportAndSystemConfigurationFullMichel Dänzer1-86/+99
2021-12-13drm/amdgpu: re-format file header commentsIsabella Basso1-1/+1
2021-12-13drm/amdgpu: remove unnecessary variablesIsabella Basso2-10/+1
2021-12-13drm/amdgpu: fix amdgpu_ras_mca_query_error_status scopeIsabella Basso1-3/+3
2021-12-13drm/amd: move variable to local scopeMario Limonciello1-2/+2
2021-12-13drm/amd: add some extra checks that is_dig_enabled is definedMario Limonciello2-11/+11
2021-12-13drm/amdgpu: Reduce SG bo memory usage for mGPUsPhilip Yang1-4/+6
2021-12-13drm/amdgpu: Detect if amdgpu in IOMMU direct map modePhilip Yang2-0/+21
2021-12-13drm/amdgpu: add support for SMU debug optionLang Yu3-1/+33
2021-12-13drm/amdgpu: introduce a kind of halt state for amdgpu deviceLang Yu2-0/+41
2021-12-13drm/amdgpu: check df_funcs and its callback pointersHawking Zhang4-6/+38