summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2024-03-01drm/syncobj: call drm_syncobj_fence_add_wait when WAIT_AVAILABLE flag is setErik Kurzinger1-2/+4
2024-03-01drm/syncobj: make lockdep complain on WAIT_FOR_SUBMIT v3Christian König1-0/+12
2024-03-01nouveau: fix function cast warningsArnd Bergmann1-1/+7
2024-03-01drm/amdgpu: Fix type of second parameter in trans_msg() callbackNathan Chancellor1-1/+4
2024-03-01drm/amdgpu: Check for valid number of registers to readTrek1-0/+3
2024-03-01Revert "drm/sun4i: dsi: Change the start delay calculation"Icenowy Zheng1-2/+1
2024-02-23drm/msm/dsi: Enable runtime PMKonrad Dybcio1-0/+4
2024-02-23drm/amdgpu: Release 'adev->pm.fw' before return in 'amdgpu_device_need_post()'Srinivasan Shanmugam1-0/+1
2024-02-23drm/amdgpu: Drop 'fence' check in 'to_amdgpu_amdkfd_fence()'Srinivasan Shanmugam1-1/+1
2024-02-23drm/amdgpu: Let KFD sync with VM fencesFelix Kuehling1-1/+2
2024-02-23drm/msm/dpu: Ratelimit framedone timeout msgsRob Clark2-1/+5
2024-02-23drm/exynos: Call drm_atomic_helper_shutdown() at shutdown/unbind timeDouglas Anderson1-0/+11
2024-02-23drm/mipi-dsi: Fix detach call without attachTomi Valkeinen1-2/+15
2024-02-23drm/framebuffer: Fix use of uninitialized variableTomi Valkeinen1-1/+1
2024-02-23drm/drm_file: fix use of uninitialized variableTomi Valkeinen1-1/+1
2024-02-23drm/exynos: gsc: minor fix for loop iteration in gsc_runtime_resumeFedor Pchelkin1-1/+1
2024-02-23drm/exynos: fix accidental on-stack copy of exynos_drm_planeArnd Bergmann2-4/+4
2024-02-23drm/bridge: nxp-ptn3460: simplify some error checkingDan Carpenter1-6/+6
2024-02-23drm/bridge: nxp-ptn3460: fix i2c_master_send() error checkingDan Carpenter1-5/+5
2024-02-23drm: Don't unref the same fb many times by mistake due to deadlock handlingVille Syrjälä1-0/+1
2024-02-23nouveau/vmm: don't set addr on the fail path to avoid warningDave Airlie1-0/+3
2024-01-26gpu/drm/radeon: fix two memleaks in radeon_vm_initZhipeng Lu1-2/+6
2024-01-26drivers/amd/pm: fix a use-after-free in kv_parse_power_tableZhipeng Lu1-3/+1
2024-01-26drm/amd/pm: fix a double-free in si_dpm_initZhipeng Lu1-3/+2
2024-01-26drm/amdgpu/debugfs: fix error code when smc register accessors are NULLAlex Deucher1-2/+2
2024-01-26drm/bridge: tc358767: Fix return value on error caseTomi Valkeinen1-1/+1
2024-01-26drm/radeon/trinity_dpm: fix a memleak in trinity_parse_power_tableZhipeng Lu1-1/+3
2024-01-26drm/radeon/dpm: fix a memleak in sumo_parse_power_tableZhipeng Lu1-1/+3
2024-01-26drm/radeon: check the alloc_workqueue return value in radeon_crtc_init()Yang Yingliang1-1/+6
2024-01-26drm/drv: propagate errors from drm_modeset_register_all()Dmitry Baryshkov1-2/+8
2024-01-26drm/msm/dsi: Use pm_runtime_resume_and_get to prevent refcnt leaksKonrad Dybcio1-1/+3
2024-01-26drm/msm/mdp4: flush vblank event on disableDmitry Baryshkov1-0/+9
2024-01-26drm/radeon: check return value of radeon_ring_lock()Nikita Zhandarovich1-0/+4
2024-01-26drm/radeon/r100: Fix integer overflow issues in r100_cs_track_check()Nikita Zhandarovich1-2/+2
2024-01-26drm/radeon/r600_cs: Fix possible int overflows in r600_cs_check_reg()Nikita Zhandarovich1-2/+2
2024-01-26drm/crtc: fix uninitialized variable useJani Nikula1-2/+1
2024-01-26drm/crtc: Fix uninit-value bug in drm_mode_setcrtcZiqi Zhao1-4/+5
2024-01-26drm/exynos: fix a wrong error checkingInki Dae1-5/+3
2024-01-26drm/exynos: fix a potential error pointer dereferenceXiang Yang1-0/+2
2024-01-26nouveau/tu102: flush all pdbs on vmm flushDave Airlie1-1/+1
2023-12-13drm/amdgpu: correct chunk_ptr to a pointer to chunk.YuanShang1-1/+1
2023-12-08drm/rockchip: vop: Fix color for RGB888/BGR888 format on VOP fullJonas Karlman1-3/+11
2023-12-08drm/panel: simple: Fix Innolux G101ICE-L01 timingsMarek Vasut1-6/+6
2023-12-08drm/panel: simple: Fix Innolux G101ICE-L01 bus flagsMarek Vasut1-0/+1
2023-11-28drm/amdgpu: fix error handling in amdgpu_bo_list_get()Christian König1-0/+1
2023-11-28drm/amd/display: Avoid NULL dereference of timing generatorWayne Lin1-2/+2
2023-11-28drm/amdgpu: Fix a null pointer access when the smc_rreg pointer is NULLQu Huang1-0/+6
2023-11-28drm/amd: Fix UBSAN array-index-out-of-bounds for Polaris and TongaMario Limonciello1-6/+6
2023-11-28drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7Mario Limonciello2-4/+4
2023-11-28drm/komeda: drop all currently held locks if deadlock happensbaozhu.liu1-3/+6