summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm/virtio: Fix double free on probe failureXie Yongji2021-07-201-0/+1
* drm: qxl: ensure surf.data is ininitializedColin Ian King2021-07-201-0/+2
* drm/nouveau: fix dma_address check for CPU/GPU syncChristian König2021-07-111-2/+2
* radeon: use memcpy_to/fromio for UVD fw uploadChen Li2021-06-301-2/+2
* drm: Lock pointer access in drm_master_release()Desmond Cheong Zhi Xi2021-06-161-1/+2
* drm/amdgpu: Fix a use-after-freexinhui pan2021-06-031-0/+1
* drm/radeon: Fix off-by-one power_state index heap overwriteKees Cook2021-05-221-3/+3
* drm/radeon: fix copy of uninitialized variable back to userspaceColin Ian King2021-05-221-0/+1
* drm/amdgpu: fix NULL pointer dereferenceGuchun Chen2021-05-221-1/+1
* drm/msm/mdp5: Configure PP_SYNC_HEIGHT to double the vtotalMarijn Suijten2021-05-221-1/+9
* drm/imx: imx-ldb: fix out of bounds array access warningArnd Bergmann2021-04-161-0/+10
* drm/msm: Ratelimit invalid-fence messageRob Clark2021-04-101-1/+1
* drm/msm/dsi: Correct io_start for MSM8994 (20nm PHY)Konrad Dybcio2021-03-031-1/+1
* gma500: clean up error handling in initDan Carpenter2021-03-031-9/+13
* drm/gma500: Fix error return code in psb_driver_load()Jialin Zhang2021-03-031-0/+2
* drm/nouveau/i2c/gm200: increase width of aux semaphore owner fieldsBen Skeggs2021-01-301-4/+4
* drm/nouveau/bios: fix issue shadowing expansion ROMsBen Skeggs2021-01-301-1/+1
* drm/i915: Fix mismatch between misplaced vma check and vma insertChris Wilson2021-01-171-1/+1
* drm/dp_aux_dev: check aux_dev before use in drm_dp_aux_dev_get_by_minor()Zwane Mwaikambo2020-12-291-1/+1
* drm/omap: dmm_tiler: fix return error code in omap_dmm_probe()Yang Yingliang2020-12-291-0/+1
* drm/gma500: fix double free of gma_connectorTom Rix2020-12-291-1/+1
* drm/tegra: sor: Disable clocks on error in tegra_sor_init()Qinglang Miao2020-12-291-2/+8
* drm/gma500: Fix out-of-bounds access to struct drm_device.vblank[]Thomas Zimmermann2020-11-181-22/+12
* drm/amdgpu: perform srbm soft reset always on SDMA resumeEvan Quan2020-11-181-15/+12
* Fix use after free in get_capset_info callback.Doug Horn2020-10-292-3/+9
* drm/gma500: fix error checkTom Rix2020-10-291-1/+1
* drm/amdgpu: prevent double kfree ttm->sgPhilip Yang2020-10-141-0/+1
* drm/amdgpu: restore proper ref count in amdgpu_display_crtc_set_configJean Delvare2020-10-141-1/+1
* drm/amdgpu: increase atombios cmd timeoutJohn Clements2020-10-011-2/+2
* drm/omap: fix possible object reference leakWen Yang2020-10-011-1/+3
* gma/gma500: fix a memory disclosure bug due to uninitialized bytesKangjie Lu2020-10-011-0/+2
* drm/mediatek: Add exception handing in mtk_drm_probe() if component init failYu Kuai2020-09-231-1/+6
* drm/nouveau: Fix reference count leak in nouveau_connector_detectAditya Pakki2020-09-031-1/+3
* drm/nouveau/drm/noveau: fix reference count leak in nouveau_fbcon_openAditya Pakki2020-09-031-1/+3
* drm/amdgpu/display: fix ref count leak when pm_runtime_get_sync failsNavid Emamdoost2020-09-031-4/+12
* drm/amdgpu: fix ref count leak in amdgpu_display_crtc_set_configNavid Emamdoost2020-09-031-2/+3
* drm/amd/display: fix ref count leak in amdgpu_drm_ioctlNavid Emamdoost2020-09-031-1/+2
* drm/amdgpu: fix ref count leak in amdgpu_driver_open_kmsNavid Emamdoost2020-09-031-1/+2
* drm/radeon: fix multiple reference count leakAditya Pakki2020-09-031-5/+15
* drm/amdkfd: Fix reference count leaks.Qiushi Wu2020-09-031-5/+15
* drm/imx: imx-ldb: Disable both channels for split mode in enc->disable()Liu Ying2020-08-261-3/+4
* drm/vmwgfx: Fix two list_for_each loop exit testsDan Carpenter2020-08-211-4/+4
* drm/imx: tve: fix regulator_disable error pathMarco Felsch2020-08-211-10/+10
* drm: panel: simple: Fix bpc for LG LB070WV8 panelLaurent Pinchart2020-08-211-1/+1
* drm/radeon: fix array out-of-bounds read and write issuesColin Ian King2020-08-211-1/+1
* drm/mipi: use dcs write for mipi_dsi_dcs_set_tear_scanlineEmil Velikov2020-08-211-3/+3
* drm/debugfs: fix plain echo to connector "force" attributeMichael Tretter2020-08-211-4/+4
* drm/nouveau: fix multiple instances of reference count leaksAditya Pakki2020-08-212-3/+9
* drm/radeon: Fix reference count leaks caused by pm_runtime_get_syncAditya Pakki2020-08-213-3/+9
* drm/tilcdc: fix leak & null ref in panel_connector_get_modesTomi Valkeinen2020-08-211-1/+5