summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-30drm/radeon: wait for moving fence after pinningChristian König1-3/+13
2021-06-30drm/nouveau: wait for moving fence after pinning v2Christian König1-1/+16
2021-06-30radeon: use memcpy_to/fromio for UVD fw uploadChen Li1-2/+2
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-03drm/amdgpu: Fix a use-after-freexinhui pan1-0/+1
2021-06-03drm/meson: fix shutdown crash when component not probedNeil Armstrong1-4/+5
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: Fix off-by-one power_state index heap overwriteKees Cook1-3/+3
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-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-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