aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2021-10-21drm/ttm: fix memleak in ttm_transfered_destroyChristian König1-0/+1
2021-10-21drm/rockchip: Implement mmap as GEM object functionThomas Zimmermann4-52/+15
2021-10-21Revert "drm/i915/bios: gracefully disable dual eDP for now"Jani Nikula1-47/+0
2021-10-21drm/kmb: Enable ADV bridge after modesetAnitha Chrisanthus3-8/+10
2021-10-21drm/kmb: Corrected typo in handle_lcd_irqAnitha Chrisanthus1-1/+1
2021-10-21drm/kmb: Disable change of plane parametersEdmund Dea3-1/+49
2021-10-21drm/kmb: Remove clearing DPHY regsEdmund Dea1-5/+0
2021-10-21drm/kmb: Limit supported mode to 1080pAnitha Chrisanthus2-1/+42
2021-10-21drm/kmb: Work around for higher system clockAnitha Chrisanthus1-1/+10
2021-10-21drm/panel: ilitek-ili9881c: Fix sync for Feixin K101-IM2BYL02 panelDan Johansen1-6/+6
2021-10-21drm: mxsfb: Fix NULL pointer dereference crash on unloadMarek Vasut1-1/+5
2021-10-21drm/sun4i: virtual CMA addresses are not neededJernej Skrabec1-1/+1
2021-10-21drm/gma500: Remove generic DRM drivers in probe functionThomas Zimmermann1-0/+12
2021-10-20drm/i915/display: Add warn_on in intel_psr_pause()José Roberto de Souza1-0/+4
2021-10-20drm/i915/display: Rename POWER_DOMAIN_DPLL_DC_OFF to POWER_DOMAIN_DC_OFFJosé Roberto de Souza3-7/+7
2021-10-20drm/amdgpu: support B0&B1 external revision id for yellow carpAaron Liu2-2/+2
2021-10-20drm/amd/display: Moved dccg init to after bios golden initJake Wang1-4/+3
2021-10-20drm/amd/display: Increase watermark latencies for DCN3.1Nikola Cornij1-8/+8
2021-10-20drm/amd/display: increase Z9 latency to workaround underflow in Z9Eric Yang1-2/+2
2021-10-20drm/amd/display: Require immediate flip support for DCN3.1 planesNicholas Kazlauskas1-0/+7
2021-10-20drm/amd/display: Fix prefetch bandwidth calculation for DCN3.1Nicholas Kazlauskas1-3/+3
2021-10-20drm/amd/display: Limit display scaling to up to true 4k for DCN 3.1Nikola Cornij1-1/+1
2021-10-20drm/amdgpu: fix out of bounds writeThelford Williams1-1/+1
2021-10-20drm/i915/selftests: mark up hugepages object with start_cpu_writeMatthew Auld1-1/+6
2021-10-20drm/i915: mark up internal objects with start_cpu_writeMatthew Auld1-0/+2
2021-10-20drm/i915: expand on the kernel-doc for cache_dirtyMatthew Auld2-0/+38
2021-10-20drm/i915/shmem: ensure flush during swap-in on non-LLCMatthew Auld1-0/+12
2021-10-20drm/i915/userptr: add paranoid flush-on-acquireMatthew Auld1-1/+4
2021-10-20drm/i915/dmabuf: add paranoid flush-on-acquireMatthew Auld1-1/+5
2021-10-20drm/i915: extract bypass-llc check into helperMatthew Auld3-16/+28
2021-10-20drm/i915: mark userptr objects as ALLOC_USERMatthew Auld1-1/+2
2021-10-20drm/i915: mark dmabuf objects as ALLOC_USERMatthew Auld1-1/+2
2021-10-20drm/amdgpu: Clarify error when hitting bad page thresholdKent Russell1-1/+1
2021-10-20drm/amdgpu: drop navi reg init functionsAlex Deucher10-433/+2
2021-10-20drm/amdgpu: drop nv_set_ip_blocks()Alex Deucher2-294/+0
2021-10-20drm/amdgpu: drop soc15_set_ip_blocks()Alex Deucher2-180/+0
2021-10-20drm/amdkfd: protect raven_device_info with KFD_SUPPORT_IOMMU_V2Alex Deucher1-1/+1
2021-10-20drm/amdkfd: protect hawaii_device_info with CONFIG_DRM_AMDGPU_CIKAlex Deucher1-0/+2
2021-10-20drm/amdgpu/gfx10: fix typo in gfx_v10_0_update_gfx_clock_gating()Alex Deucher1-2/+3
2021-10-20drm/amdgpu/pm: properly handle sclk for profiling modes on vangoghAlex Deucher1-60/+29
2021-10-20drm/amdgpu: replace snprintf in show functions with sysfs_emitQing Wang1-1/+1
2021-10-20drm/amdgpu: support B0&B1 external revision id for yellow carpAaron Liu2-2/+2
2021-10-20drm/radeon: use new iterator in radeon_sync_resvChristian König1-19/+3
2021-10-20drm/msm: use new iterator in msm_gem_describeChristian König1-14/+5
2021-10-20drm/amdgpu: use new iterator in amdgpu_vm_prt_finiChristian König1-21/+5
2021-10-20drm/i915/dp: Sanitize link common rate array lookupsImre Deak1-17/+16
2021-10-20drm/i915/dp: Sanitize sink rate DPCD register valuesImre Deak1-1/+20
2021-10-20drm/i915/dp: Ensure sink/link max lane count values are always validImre Deak2-2/+44
2021-10-20drm/i915/dp: Ensure max link params are always validImre Deak1-8/+10
2021-10-20drm/i915/dp: Ensure sink rate values are always validImre Deak1-0/+11