summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2022-06-06drm/i915: Fix -Wstringop-overflow warning in call to intel_read_wm_latency()Gustavo A. R. Silva1-1/+1
2022-05-25drm/dp/mst: fix a possible memory leak in fetch_monitor_name()Hangyu Hua1-0/+1
2022-05-18drm/vmwgfx: Initialize drm_mode_fb_cmd2Zack Rusin1-1/+1
2022-05-12drm/vgem: Close use-after-free race in vgem_gem_createDaniel Vetter1-3/+6
2022-04-27drm/msm/mdp5: check the return of kzalloc()Xiaoke Wang1-0/+3
2022-04-20drm/amdkfd: Check for potential null return of kmalloc_array()QintaoShen1-0/+2
2022-04-20drm/amd: Add USBC connector IDAurabindo Pillai1-0/+1
2022-04-20drm/imx: Fix memory leak in imx_pd_connector_get_modesJosé Expósito1-1/+3
2022-04-20drm/amdgpu: fix off by one in amdgpu_gfx_kiq_acquire()Dan Carpenter1-1/+1
2022-04-20drm/tegra: Fix reference leak in tegra_dsi_ganged_probeMiaoqian Lin1-1/+3
2022-04-20drm/edid: Don't clear formats if using deep colorMaxime Ripard1-8/+0
2022-03-02Revert "drm/nouveau/pmu/gm200-: avoid touching PMU outside of DEVINIT/PREOS/ACR"Karol Herbst1-21/+16
2022-03-02drm/edid: Always set RGB444Maxime Ripard1-1/+1
2022-02-23drm/radeon: Fix backlight control on iMac 12,1Nicholas Bishop1-1/+2
2022-02-08drm/i915/overlay: Prevent divide by zero bugs in scalingDan Carpenter1-0/+3
2022-02-08drm/nouveau: fix off by one in BIOS boundary checkingNick Lopez1-1/+1
2022-02-08drm/msm/dsi: invalid parameter check in msm_dsi_phy_enableJosé Expósito1-1/+3
2022-02-08drm/msm: Fix wrong size calculationXianting Tian1-1/+1
2022-01-29drm/vmwgfx: Fix stale file descriptors on failed usercopyMathias Krause4-22/+21
2022-01-29drm/i915: Flush TLBs before releasing backing storeTvrtko Ursulin5-1/+96
2022-01-27drm/ttm/nouveau: don't call tt destroy callback on alloc failure.Dave Airlie2-8/+3
2022-01-27drm/radeon: fix error handling in radeon_driver_open_kmsChristian König1-10/+12
2022-01-27drm/bridge: megachips: Ensure both bridges are probed before registrationMartyn Welch1-12/+28
2022-01-27drm/nouveau/pmu/gm200-: avoid touching PMU outside of DEVINIT/PREOS/ACRBen Skeggs1-16/+21
2022-01-27drm/radeon/radeon_kms: Fix a NULL pointer dereference in radeon_driver_open_k...Zhou Qingyang1-16/+20
2022-01-27drm/amdgpu: Fix a NULL pointer dereference in amdgpu_connector_lcd_native_mode()Zhou Qingyang1-0/+6
2022-01-27drm/i915: Avoid bitwise vs logical OR warning in snb_wm_latency_quirk()Nathan Chancellor1-3/+3
2021-12-22drm/msm/dsi: set default num_data_lanesPhilip Chen1-0/+2
2021-12-08drm/vc4: fix error code in vc4_create_object()Dan Carpenter1-1/+1
2021-11-26drm/amdgpu: fix set scaling mode Full/Full aspect/Center not works on vga and...hongao1-0/+1
2021-11-26drm/udl: fix control-message timeoutJohan Hovold1-1/+1
2021-11-26drm/plane-helper: fix uninitialized variable referenceAlex Xu (Hello71)1-1/+0
2021-11-26drm/msm: uninitialized variable in msm_gem_import()Dan Carpenter1-2/+2
2021-10-20drm/msm/dsi: fix off by one in dsi_bus_clk_enable error handlingDan Carpenter1-1/+1
2021-10-20drm/msm: Fix null pointer dereference on pointer edpColin Ian King1-1/+2
2021-10-17drm/nouveau/debugfs: fix file release memory leakYang Yingliang1-0/+1
2021-09-26drm/nouveau/nvkm: Replace -ENOSYS with -ENODEVGuenter Roeck1-1/+1
2021-09-22gpu: drm: amd: amdgpu: amdgpu_i2c: fix possible uninitialized-variable access...Tuo Li1-1/+1
2021-09-22drm/msm/dsi: Fix some reference counted resource leaksChristophe JAILLET1-3/+3
2021-09-03drm/nouveau/disp: power down unused DP links during initBen Skeggs3-1/+11
2021-09-03drm: Copy drm_wait_vblank to user before returningMark Yacoub1-3/+1
2021-07-28drm: Return -ENOTTY for non-drm ioctlsCharles Baylis1-0/+3
2021-07-20drm/radeon: Add the missed drm_gem_object_put() in radeon_user_framebuffer_cr...Jing Xiangfeng1-0/+1
2021-07-20drm/virtio: Fix double free on probe failureXie Yongji1-0/+1
2021-07-20drm/amd/amdgpu/sriov disable all ip hw status by defaultJack Zhang1-1/+1
2021-07-20drm/zte: Don't select DRM_KMS_FB_HELPERThomas Zimmermann1-1/+0
2021-07-20drm/mxsfb: Don't select DRM_KMS_FB_HELPERThomas Zimmermann1-1/+0
2021-07-20drm: qxl: ensure surf.data is ininitializedColin Ian King1-0/+2
2021-07-20drm/rockchip: cdn-dp-core: add missing clk_disable_unprepare() on error in cd...Yang Yingliang1-0/+1
2021-07-11drm/nouveau: fix dma_address check for CPU/GPU syncChristian König1-2/+2