summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2021-06-18drm/amd/display: Fix potential memory leak in DMUB hw_initRoman Li1-2/+2
2021-06-18drm/amdgpu: refine amdgpu_fru_get_product_infoJiansong Chen1-19/+23
2021-06-18drm/amd/display: Allow bandwidth validation for 0 streams.Bindu Ramamurthy1-1/+1
2021-06-18drm/tegra: sor: Fully initialize SOR before registrationThierry Reding1-14/+13
2021-06-18gpu: host1x: Split up client initalization and registrationThierry Reding1-6/+24
2021-06-18drm/tegra: sor: Do not leak runtime PM referencePavel Machek (CIP)1-4/+10
2021-06-16drm/msm/a6xx: avoid shadow NULL reference in failure pathJonathan Marek1-1/+1
2021-06-16drm/msm/a6xx: update/fix CP_PROTECT initializationJonathan Marek2-40/+113
2021-06-16drm/msm/a6xx: fix incorrectly set uavflagprd_inv field for A650Jonathan Marek1-1/+1
2021-06-16drm/mcde: Fix off by 10^3 in calculationLinus Walleij1-1/+1
2021-06-16drm: Lock pointer access in drm_master_release()Desmond Cheong Zhi Xi1-1/+2
2021-06-16drm: Fix use-after-free read in drm_getunique()Desmond Cheong Zhi Xi1-4/+5
2021-06-10drm/msm/dpu: always use mdp device to scale bandwidthDmitry Baryshkov2-52/+2
2021-06-10drm/amdgpu: make sure we unpin the UVD BONirmoy Das1-0/+1
2021-06-10drm/amdgpu: Don't query CE and UE errorsLuben Tuikov1-16/+0
2021-06-10drm/amdgpu/jpeg3: add cancel_delayed_work_sync before power gateJames Zhu1-2/+2
2021-06-10drm/amdgpu/jpeg2.5: add cancel_delayed_work_sync before power gateJames Zhu1-2/+2
2021-06-10drm/amdgpu/vcn3: add cancel_delayed_work_sync before power gateJames Zhu1-3/+2
2021-06-10drm/i915/selftests: Fix return value check in live_breadcrumbs_smoketest()Zhihao Cheng1-2/+2
2021-06-03i915: fix build warning in intel_dp_get_link_status()Greg Kroah-Hartman1-1/+1
2021-06-03drm/amdgpu: stop touching sched.ready in the backendChristian König4-16/+1
2021-06-03drm/amd/amdgpu: fix a potential deadlock in gpu resetLang Yu1-1/+0
2021-06-03drm/amdgpu: Fix a use-after-freexinhui pan1-0/+1
2021-06-03drm/amd/amdgpu: fix refcount leakJingwen Chen1-0/+3
2021-06-03drm/amd/display: Disconnect non-DP with no EDIDChris Park1-0/+18
2021-06-03drm/meson: fix shutdown crash when component not probedNeil Armstrong1-4/+5
2021-06-03drm/amdgpu/jpeg2.0: add cancel_delayed_work_sync before power gateJames Zhu1-0/+2
2021-06-03drm/amdgpu/vcn2.5: add cancel_delayed_work_sync before power gateJames Zhu1-0/+2
2021-06-03drm/amdgpu/vcn2.0: add cancel_delayed_work_sync before power gateJames Zhu1-0/+2
2021-06-03drm/amdkfd: correct sienna_cichlid SDMA RLC register offset errorKevin Wang1-6/+6
2021-06-03drm/amdgpu/vcn1: add cancel_delayed_work_sync before power gateJames Zhu1-1/+5
2021-06-03drm/amd/pm: correct MGpuFanBoost settingEvan Quan2-0/+19
2021-05-26drm/i915/gt: Disable HiZ Raw Stall Optimization on broken gen7Simon Rettberg1-1/+4
2021-05-26drm/amdgpu: update sdma golden setting for Navi12Guchun Chen1-0/+4
2021-05-26drm/amdgpu: update gc golden setting for Navi12Guchun Chen1-2/+4
2021-05-26drm/amdgpu: disable 3DCGCG on picasso/raven1 to avoid compute hangChangfeng2-5/+7
2021-05-26drm/amdgpu: Fix GPU TLB update error when PAGE_SIZE > AMDGPU_PAGE_SIZEYi Li1-1/+1
2021-05-22drm/amd/display: Fix two cursor duplication when using overlayRodrigo Siqueira1-0/+51
2021-05-22amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLIDDarren Powell2-2/+7
2021-05-22drm/i915/display: fix compiler warning about array overrunLinus Torvalds1-1/+12
2021-05-19drm/i915: Fix crash in auto_retireStéphane Marchesin1-1/+2
2021-05-19drm/i915/overlay: Fix active retire callback alignmentTvrtko Ursulin1-1/+1
2021-05-19drm/i915: Read C0DRB3/C1DRB3 as 16 bits againVille Syrjälä1-2/+2
2021-05-19drm/i915/gt: Fix a double free in gen8_preallocate_top_level_pdpLv Yunlong1-1/+0
2021-05-19drm/msm/dp: initialize audio_comp when audio startsKuogee Hsieh3-2/+11
2021-05-19drm/i915: Avoid div-by-zero on gen2Ville Syrjälä1-1/+1
2021-05-19drm/amd/display: Initialize attribute for hdcp_srm sysfs fileDavid Ward1-0/+1
2021-05-19drm/radeon/dpm: Disable sclk switching on Oland when two 4K 60Hz monitors are...Kai-Heng Feng3-0/+12
2021-05-19drm/radeon: Avoid power table parsing memory leaksKees Cook1-5/+15
2021-05-19drm/radeon: Fix off-by-one power_state index heap overwriteKees Cook1-3/+3