summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2021-05-22drm/radeon/dpm: Disable sclk switching on Oland when two 4K 60Hz monitors are...Kai-Heng Feng3-0/+12
2021-05-22drm/radeon: Avoid power table parsing memory leaksKees Cook1-5/+15
2021-05-22drm/radeon: Fix off-by-one power_state index heap overwriteKees Cook1-3/+3
2021-05-22drm/i915/gvt: Fix error code in intel_gvt_init_device()Dan Carpenter1-4/+4
2021-05-22drm/amdkfd: fix build error with AMD_IOMMU_V2=mFelix Kuehling2-2/+13
2021-05-22drm/radeon: fix copy of uninitialized variable back to userspaceColin Ian King1-0/+1
2021-05-22Fix misc new gcc warningsLinus Torvalds1-1/+1
2021-05-22drm/amdgpu: fix NULL pointer dereferenceGuchun Chen1-1/+1
2021-05-22amdgpu: avoid incorrect %hu format stringArnd Bergmann1-1/+1
2021-05-22drm/msm/mdp5: Configure PP_SYNC_HEIGHT to double the vtotalMarijn Suijten1-1/+9
2021-05-22drm/amdgpu : Fix asic reset regression issue introduce by 8f211fe8ac7c4fshaoyunl1-1/+1
2021-04-28drm/msm: Fix a5xx/a6xx timestampsRob Clark2-4/+4
2021-04-16drm/tegra: dc: Don't set PLL clock to 0HzDmitry Osipenko1-5/+5
2021-04-16drm/imx: imx-ldb: fix out of bounds array access warningArnd Bergmann1-0/+10
2021-04-10drm/msm: Ratelimit invalid-fence messageRob Clark1-1/+1
2021-04-07drm/amdgpu: check alignment on CPU page for bo mapXℹ Ruoyao1-4/+4
2021-04-07drm/amdgpu: fix offset calculation in amdgpu_vm_bo_clear_mappings()Nirmoy Das1-1/+1
2021-03-30drm/msm: fix shutdown hook in case GPU components failed to bindDmitry Baryshkov1-0/+4
2021-03-30drm/radeon: fix AGP dependencyChristian König1-0/+1
2021-03-17drm: meson_drv add shutdown functionArtem Lapkin1-0/+11
2021-03-17drm/compat: Clear bounce structuresDaniel Vetter1-0/+11
2021-03-11drm/msm/a5xx: Remove overwriting A5XX_PC_DBG_ECO_CNTL registerAngeloGioacchino Del Regno1-2/+0
2021-03-11drm/amdgpu: fix parameter error of RREG32_PCIE() in amdgpu_regs_pcieKevin Wang1-2/+2
2021-03-07drm/amd/display: Guard against NULL pointer deref when get_i2c_info failsNicholas Kazlauskas1-0/+5
2021-03-07drm/virtio: use kvmalloc for large allocationsSergey Senozhatsky1-3/+3
2021-03-04drm/msm/dsi: Correct io_start for MSM8994 (20nm PHY)Konrad Dybcio1-1/+1
2021-03-04drm/amdgpu: Prevent shift wrapping in amdgpu_read_mask()Dan Carpenter1-3/+3
2021-03-04drm/amd/display: Fix 10/12 bpc setup in DCE output bit depth reduction.Mario Kleiner1-4/+4
2021-03-04drm/amdgpu: Fix macro name _AMDGPU_TRACE_H_ in preprocessor if conditionChenyang Li1-1/+1
2021-03-04gma500: clean up error handling in initDan Carpenter1-9/+13
2021-03-04drm/gma500: Fix error return code in psb_driver_load()Jialin Zhang1-0/+2
2021-02-23drm/amd/display: Free atomic state after drm_atomic_commitVictor Lu1-8/+6
2021-02-23drm/amd/display: Fix dc_sink kref count in emulated_link_detectVictor Lu1-2/+2
2021-01-27drm/nouveau/kms/nv50-: fix case where notifier buffer is at offset 0Ben Skeggs3-4/+4
2021-01-27drm/nouveau/mmu: fix vram heap sizingBen Skeggs1-3/+3
2021-01-27drm/nouveau/i2c/gm200: increase width of aux semaphore owner fieldsBen Skeggs1-4/+4
2021-01-27drm/nouveau/privring: ack interrupts the same way as RMBen Skeggs2-6/+14
2021-01-27drm/nouveau/bios: fix issue shadowing expansion ROMsBen Skeggs1-1/+1
2021-01-27drm/atomic: put state on error pathPan Bian1-1/+1
2021-01-19drm/msm: Call msm_init_vram before binding the gpuCraig Tatlor1-4/+4
2021-01-17drm/i915: Fix mismatch between misplaced vma check and vma insertChris Wilson1-1/+1
2020-12-30drm/dp_aux_dev: check aux_dev before use in drm_dp_aux_dev_get_by_minor()Zwane Mwaikambo1-1/+1
2020-12-30drm/omap: dmm_tiler: fix return error code in omap_dmm_probe()Yang Yingliang1-0/+1
2020-12-30drm/msm/dsi_pll_10nm: restore VCO rate during restore_stateDmitry Baryshkov1-0/+8
2020-12-30drm/tve200: Fix handling of platform_get_irq() errorKrzysztof Kozlowski1-2/+2
2020-12-30drm/gma500: fix double free of gma_connectorTom Rix1-1/+1
2020-12-30drm/tegra: sor: Disable clocks on error in tegra_sor_init()Qinglang Miao1-2/+8
2020-12-30drm/tegra: replace idr_init() by idr_init_base()Deepak R Varma1-1/+1
2020-12-30drm: fix drm_dp_mst_port refcount leaks in drm_dp_mst_allocate_vcpiXin Xiong1-3/+4
2020-12-30drm/xen-front: Fix misused IS_ERR_OR_NULL checksOleksandr Andrushchenko3-6/+6