aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2021-06-03drm/mediatek/mtk_disp_gamma: Strip and demote non-conformant kernel-doc headerLee Jones1-3/+1
2021-06-03drm/mediatek/mtk_disp_color: Strip incorrect doc and demote headerLee Jones1-2/+1
2021-06-03drm/pl111: depend on CONFIG_VEXPRESS_CONFIGKees Cook1-1/+1
2021-06-03drm/msm/a6xx: add CONFIG_QCOM_LLCC dependencyArnd Bergmann1-1/+2
2021-06-03drm: Avoid circular dependencies for CONFIG_FBKees Cook1-1/+1
2021-06-03drm/vgem/vgem_drv: Standard comment blocks should not use kernel-doc formatLee Jones1-1/+1
2021-06-02drm/i915/dmc: Move struct intel_dmc to intel_dmc.hAnusha Srivatsa2-17/+22
2021-06-02drm/i915/dmc: Add intel_dmc_has_payload() helperAnusha Srivatsa5-15/+21
2021-06-02drm/i915/dmc: s/DRM_ERROR/drm_errAnusha Srivatsa1-24/+26
2021-06-02amd/display: convert DRM_DEBUG_ATOMIC to drm_dbg_atomicSimon Ser1-1/+1
2021-06-02drm/amdgpu: make sure we unpin the UVD BONirmoy Das1-0/+1
2021-06-02drm/amd/amdgpu:save psp ring wptr to avoid attackVictor Zhao3-2/+5
2021-06-02drm/amd/display: Fix potential memory leak in DMUB hw_initRoman Li1-2/+2
2021-06-02drm/amdgpu: Don't query CE and UE errorsLuben Tuikov1-16/+0
2021-06-02drm/amd/display: Fix overlay validation by considering cursorsRodrigo Siqueira1-1/+9
2021-06-02drm/amdgpu: refine amdgpu_fru_get_product_infoJiansong Chen1-19/+23
2021-06-02drm/amdgpu: add judgement for dc supportAsher Song1-1/+3
2021-06-02drm/amd/display: Fix GPU scaling regression by FS video supportNicholas Kazlauskas1-7/+7
2021-06-02drm/amd/display: Allow bandwidth validation for 0 streams.Bindu Ramamurthy1-1/+1
2021-06-02drm/i915/ttm: Embed a ttm buffer object in the i915 gem objectThomas Hellström2-1/+18
2021-06-02drm/i915/ttm Initialize the ttm device and memory managersThomas Hellström30-1754/+631
2021-06-02Revert "i915: use io_mapping_map_user"Matthew Auld4-5/+52
2021-06-02drm/i915/selftests: Fix return value check in live_breadcrumbs_smoketest()Zhihao Cheng1-2/+2
2021-06-02Revert "i915: use io_mapping_map_user"Matthew Auld4-5/+52
2021-06-02drm/i915/selftests: Fix return value check in live_breadcrumbs_smoketest()Zhihao Cheng1-2/+2
2021-06-02drm/i915: use DEVICE_ATTR_RO macroYueHaibing2-20/+18
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König47-261/+269
2021-06-02Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen908-16140/+86545
2021-06-02Merge tag 'drm-intel-gt-next-2021-05-28' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie85-534/+1504
2021-06-01drm/amdgpu: remove unsafe optimization to drop preamble ibJiansong Chen1-10/+1
2021-06-01drm/amdgpu: Add vbios info ioctl interfaceJiawei Gu4-6/+208
2021-06-01drm/amdgpu: bump driver versionAlex Deucher1-1/+2
2021-06-01drm/amdgpu: Remove unneeded semicolonZheng Yongjun1-1/+1
2021-06-01drm/amd/display: fix warning: ‘update_dsc_caps’ and ‘apply_dsc_policy_for_stream’ defined but not usedBaokun Li1-4/+2
2021-06-01drm/amd/display: Remove the redundant initialization of local variableShaokun Zhang1-9/+8
2021-06-01drm/amd/display: fix gcc set but not used warning of variable 'old_plane_state'Yu Kuai1-2/+2
2021-06-01drm/amd/display: Avoid HDCP over-read and corruptionKees Cook1-1/+3
2021-06-01amdgpu: remove unreachable codeJiapeng Chong1-2/+1
2021-06-01amd/display: convert DRM_DEBUG_ATOMIC to drm_dbg_atomicSimon Ser1-1/+1
2021-06-01drm/amdgpu: Fix a bug on flag table_freedEric Huang1-2/+5
2021-06-01drm/amdgpu: optimize code about format string in gfx_v10_0_init_microcode()Kevin Wang1-3/+2
2021-06-01drm/amdgpu: fix sdma firmware version error in sriovKevin Wang1-3/+3
2021-06-01drm/amdgpu: enable smart shift on dGPU (v5)Sathishkumar S4-0/+97
2021-06-01drm/amdgpu: flush gart changes after all BO recoveryNirmoy Das4-8/+21
2021-06-01drm/amdgpu: do not allocate entries separatelyNirmoy Das1-14/+20
2021-06-01drm/amdgpu: remove unused codeNirmoy Das2-35/+0
2021-06-01drm/amdgpu: switch to amdgpu_bo_vm for vm codeNirmoy Das4-65/+96
2021-06-01drm/admgpu: add two shadow BO helper functionsNirmoy Das2-0/+33
2021-06-01drm/amdgpu: move shadow bo validation to VM codeNirmoy Das2-19/+9
2021-06-01drm/amdgpu: add amdgpu_bo_vm bo typeNirmoy Das2-0/+42