aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2021-07-28drm/amdgpu: enable psp front door loading by default for cyan_skillfish2Huang Rui1-3/+4
2021-07-28drm/amdgpu: adjust fence driver enable sequenceLikun Gao3-47/+14
2021-07-28drm/amdgpu: Added PSP13 BL loading support for additional driversJohn Clements1-0/+18
2021-07-28drm/amdgpu: Consolidated PSP13 BL FW loadingJohn Clements1-35/+11
2021-07-28drm/amdgpu: Added support for added psp driver binaries FWJohn Clements3-7/+70
2021-07-29Merge tag 'drm-intel-fixes-2021-07-28' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixesDave Airlie3-6/+14
2021-07-29Merge tag 'drm-misc-fixes-2021-07-28' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie3-17/+13
2021-07-28drm/amdgpu: Added latest PSP FW headerJohn Clements2-21/+116
2021-07-28drm/amdgpu: remove the access of xxx_PSP_DEBUG on cycan_skillfishHuang Rui1-2/+0
2021-07-28drm/amdgpu/display: add support for multiple backlightsAlex Deucher3-71/+84
2021-07-28drm/panel-sony-acx424akp: Modernize backlight handlingLinus Walleij1-56/+26
2021-07-28drm: use the lookup lock in drm_is_current_masterDesmond Cheong Zhi Xi1-4/+5
2021-07-28drm/amdgpu/display: only enable aux backlight control for OLED panelsAlex Deucher1-2/+2
2021-07-28drm/amd/pm: restore user customized OD settings properly for Sienna CichlidEvan Quan1-9/+28
2021-07-28drm/amd/pm: restore user customized OD settings properly for NV1xEvan Quan5-17/+82
2021-07-28Revert "Revert "drm/amdkfd: Add memory sync before TLB flush on unmap""Eric Huang1-3/+20
2021-07-28Revert "Revert "drm/amdgpu: Fix warning of Function parameter or member not described""Eric Huang1-0/+1
2021-07-28Revert "Revert "drm/amdkfd: Make TLB flush conditional on mapping""Eric Huang4-20/+27
2021-07-28Revert "Revert "drm/amdgpu: Add table_freed parameter to amdgpu_vm_bo_update""Eric Huang4-10/+10
2021-07-28Revert "Revert "drm/amdkfd: Add heavy-weight TLB flush after unmapping""Eric Huang1-0/+1
2021-07-28drm/amd/display: 3.2.146Aric Cyr1-1/+1
2021-07-28drm/amd/display: [FW Promotion] Release 0.0.76Anthony Koo1-2/+2
2021-07-28drm/amd/display: ensure dentist display clock update finished in DCN20Dale Zhao1-1/+1
2021-07-28drm/amd/display: refactor riommu invalidation waEric Yang7-50/+28
2021-07-28drm/amd/display: Always wait for update lock statusEric Bernstein1-5/+3
2021-07-28drm/amd/display: remove unused functionsWenjing Liu7-53/+22
2021-07-28drm/amd/display: add update authentication interfaceWenjing Liu2-6/+69
2021-07-28drm/amd/display: fix missing reg offsetEric Yang1-1/+4
2021-07-28drm/amd/display: Fixed EdidUtility build errorsMark Morra4-320/+382
2021-07-28drm/vmwgfx: Use 2.19 version number to recognize mks-stats ioctlsZack Rusin1-3/+3
2021-07-28drm/vmwgfx: Be a lot more flexible with MOB limitsZack Rusin2-2/+43
2021-07-28drm/vmwgfx: Cleanup loggingZack Rusin8-106/+151
2021-07-28drm/vmwgfx: Switch to using DRM_IOCTL_DEF_DRVZack Rusin1-90/+82
2021-07-28drm/i915: dgfx cards need to wait on pcode's uncore init doneBadal Nilawar3-6/+17
2021-07-28drm/msm/gem: Mark active before pinningRob Clark2-10/+20
2021-07-28drm/msm: Utilize gpu scheduler prioritiesRob Clark4-26/+75
2021-07-28drm/msm: Drop struct_mutex in submit pathRob Clark1-7/+5
2021-07-28drm/msm: Drop submit bo_listRob Clark3-24/+13
2021-07-28drm/msm: Conversion to drm schedulerRob Clark10-131/+214
2021-07-28drm/i915: Extract i915_module.cDaniel Vetter4-114/+125
2021-07-28drm/i915: Remove i915_globalsDaniel Vetter5-82/+0
2021-07-28drm/i915: move vma slab to direct module init/exitDaniel Vetter5-22/+14
2021-07-28drm/i915: move scheduler slabs to direct module init/exitDaniel Vetter5-28/+20
2021-07-28drm/i915: move request slabs to direct module init/exitDaniel Vetter4-30/+24
2021-07-28drm/i915: move gem_objects slab to direct module init/exitDaniel Vetter5-20/+12
2021-07-28drm/i915: move gem_context slab to direct module init/exitDaniel Vetter5-20/+13
2021-07-28drm/i915: move intel_context slab to direct module init/exitDaniel Vetter5-20/+13
2021-07-28drm/i915: move i915_buddy slab to direct module init/exitDaniel Vetter4-20/+12
2021-07-28drm/i915: move i915_active slab to direct module init/exitDaniel Vetter5-23/+16
2021-07-28drm/i915: Check for nomodeset in i915_init() firstDaniel Vetter1-1/+1