summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2022-01-16drm/i915: Avoid bitwise vs logical OR warning in snb_wm_latency_quirk()Nathan Chancellor1-3/+3
2022-01-11drm/amd/display: Added power down for DCN10Lai, Derek1-0/+1
2022-01-05drm/amdgpu: add support for IP discovery gc_info table v2Alex Deucher2-22/+103
2022-01-05drm/amdgpu: When the VCN(1.0) block is suspended, powergating is explicitly e...chen gong1-0/+7
2021-12-22drm/amdgpu: correct register access for RLC_JUMP_TABLE_RESTORELe Ma1-2/+2
2021-12-22drm/amd/pm: fix a potential gpu_metrics_table memory leakLang Yu1-0/+3
2021-12-22drm/ast: potential dereference of null pointerJiasheng Jiang1-1/+4
2021-12-17drm/amd/display: add connector type check for CRC source setPerry Yuan1-0/+8
2021-12-17drm/amd/display: Fix for the no Audio bug with Tiled DisplaysMustapha Ghaddar1-0/+4
2021-12-17drm/msm/dsi: set default num_data_lanesPhilip Chen1-0/+2
2021-12-14drm/syncobj: Deal with signalled fences in drm_syncobj_find_fence.Bas Nieuwenhuizen1-1/+10
2021-12-14drm/amdkfd: fix boot failure when iommu is disabled in Picasso.Yifan Zhang2-4/+3
2021-12-14drm/amdgpu: init iommu after amdkfd device initYifan Zhang1-4/+4
2021-12-14drm/amdgpu: move iommu_resume before ip init/resumeJames Zhu1-0/+12
2021-12-14drm/amdgpu: add amdgpu_amdkfd_resume_iommuJames Zhu2-0/+11
2021-12-14drm/amdkfd: separate kfd_iommu_resume from kfd_resumeJames Zhu2-4/+14
2021-12-14drm/amd/amdkfd: adjust dummy functions' placementLang Yu2-106/+119
2021-12-08drm/msm: Do hw_init() before capturing GPU stateRob Clark1-0/+1
2021-12-08drm/msm/a6xx: Allocate enough space for GMU registersDouglas Anderson1-2/+2
2021-12-08drm/amd/display: Allow DSC on supported MST branch devicesNicholas Kazlauskas1-4/+16
2021-12-08drm/amd/amdgpu: fix potential memleakBernard Zhao1-0/+1
2021-12-08drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered againshaoyunl1-0/+5
2021-12-08drm/sun4i: fix unmet dependency on RESET_CONTROLLER for PHY_SUN6I_MIPI_DPHYJulian Braha1-0/+1
2021-12-01drm/amdgpu/gfx9: switch to golden tsc registers for renoir+Alex Deucher1-11/+35
2021-12-01drm/amd/display: Set plane update flags for all planes in resetNicholas Kazlauskas1-2/+2
2021-12-01drm/vc4: fix error code in vc4_create_object()Dan Carpenter1-1/+1
2021-12-01drm/nouveau/acr: fix a couple NULL vs IS_ERR() checksDan Carpenter2-4/+8
2021-11-26drm/amdgpu: fix set scaling mode Full/Full aspect/Center not works on vga and...hongao1-0/+1
2021-11-26drm/i915/dp: Ensure sink rate values are always validImre Deak1-0/+11
2021-11-26drm/nouveau: clean up all clients on device removalJeremy Cline1-0/+30
2021-11-26drm/nouveau: use drm_dev_unplug() during device removalJeremy Cline1-1/+1
2021-11-26drm/nouveau: Add a dedicated mutex for the clients listJeremy Cline2-4/+11
2021-11-26drm/udl: fix control-message timeoutJohan Hovold1-1/+1
2021-11-26drm/amd/display: Update swizzle mode enumsAlvin Lee2-3/+5
2021-11-26drm/nouveau: hdmigv100.c: fix corrupted HDMI Vendor InfoFrameHans Verkuil1-1/+0
2021-11-18drm/sun4i: Fix macros in sun8i_csc.hJernej Skrabec1-2/+2
2021-11-18drm/nouveau/svm: Fix refcount leak bug and missing check against null bugChenyuan Mi1-0/+4
2021-11-18drm/plane-helper: fix uninitialized variable referenceAlex Xu (Hello71)1-1/+0
2021-11-18drm/amdgpu/gmc6: fix DMA mask from 44 to 40 bitsAlex Deucher1-2/+2
2021-11-18drm/msm: Fix potential NULL dereference in DPU SSPPJessica Zhang1-3/+5
2021-11-18drm/msm: uninitialized variable in msm_gem_import()Dan Carpenter1-2/+2
2021-11-18drm/msm: potential error pointer dereference in init()Dan Carpenter1-0/+4
2021-11-18drm/amdgpu: fix warning for overflow checkArnd Bergmann2-2/+2
2021-11-18drm/ttm: stop calling tt_swapin in vm_accessMatthew Auld1-5/+0
2021-11-18virtio-gpu: fix possible memory allocation failureliuyuntao1-7/+1
2021-11-18drm/v3d: fix wait for TMU write combiner flushIago Toral Quiroga1-2/+2
2021-11-18drm/amd/display: dcn20_resource_construct reduce scope of FPU enabledAnson Jacob1-7/+9
2021-11-18drm/msm: prevent NULL dereference in msm_gpu_crashstate_capture()Tim Gardner1-1/+1
2021-11-18drm/amdkfd: fix resume error when iommu disabled in PicassoYifan Zhang1-0/+1
2021-11-18drm/amdgpu: Fix MMIO access page faultAndrey Grodzovsky2-8/+17