summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2023-11-28drm/komeda: drop all currently held locks if deadlock happensbaozhu.liu1-3/+6
2023-11-20drm/syncobj: fix DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABLEErik Kurzinger1-1/+2
2023-11-20drm/rockchip: cdn-dp: Fix some error handling paths in cdn_dp_probe()Christophe JAILLET1-2/+13
2023-11-20drm/radeon: possible buffer overflowKonstantin Meskhidze1-3/+4
2023-11-20drm/rockchip: vop: Fix call to crtc reset helperJonas Karlman1-1/+4
2023-11-20drm/rockchip: vop: Fix reset of state in duplicate state crtc funcsJonas Karlman1-1/+2
2023-11-08drm/dp_mst: Fix NULL deref in get_mst_branch_device_by_guid_helper()Lukasz Majczak1-3/+3
2023-10-25drm: panel-orientation-quirks: Add quirk for One Mix 2SKai Uwe Broulik1-0/+16
2023-10-25drm/vmwgfx: fix typo of sizeof argumentKonstantin Meskhidze1-1/+1
2023-10-25drm/msm/dsi: skip the wait for video mode done if not applicableAbhinav Kumar1-0/+12
2023-10-25drm: etvnaviv: fix bad backport leading to warningMartin Fuzzey1-1/+1
2023-10-10drm/amd/display: prevent potential division by zero errorsHamza Mahfooz1-3/+6
2023-10-10drm/amd/display: Fix LFC multiplier changing erraticallyAnthony Koo1-7/+29
2023-10-10drm/amd/display: Reinstate LFC optimizationAmanda Liu2-13/+20
2023-09-23drm/amdgpu: fix amdgpu_cs_p1_user_fenceChristian König1-14/+4
2023-09-23drm/exynos: fix a possible null-pointer dereference due to data race in exyno...Tuo Li1-3/+2
2023-09-23drm/amd/display: Fix a bug when searching for insert_above_mpccWesley Chalmers1-2/+3
2023-09-23drm/ast: Fix DRAM init on AST2200Thomas Zimmermann1-1/+1
2023-09-23drm: fix double free for gbo in drm_gem_vram_init and drm_gem_vram_createJia Yang1-11/+13
2023-09-23drm/radeon: Use RMW accessors for changing LNKCTLIlpo Järvinen2-53/+20
2023-09-23drm/radeon: Prefer pcie_capability_read_word()Frederick Lawler2-53/+90
2023-09-23drm/radeon: Replace numbers with PCI_EXP_LNKCTL2 definitionsBjorn Helgaas2-16/+28
2023-09-23drm/radeon: Correct Transmit Margin masksBjorn Helgaas2-8/+8
2023-09-23drm/amdgpu: Use RMW accessors for changing LNKCTLIlpo Järvinen2-52/+20
2023-09-23drm/amdgpu: Prefer pcie_capability_read_word()Frederick Lawler2-52/+90
2023-09-23drm/amdgpu: Replace numbers with PCI_EXP_LNKCTL2 definitionsBjorn Helgaas2-16/+28
2023-09-23drm/amdgpu: Correct Transmit Margin masksBjorn Helgaas2-8/+8
2023-09-23drm/mediatek: Fix potential memory leak if vmap() failSui Jingfeng1-1/+5
2023-09-23drm/msm/mdp5: Don't leak some plane stateDaniel Vetter1-2/+1
2023-09-23drm/panel: simple: Add missing connector type and pixel format for AUO T215HVN01Marek Vasut1-1/+3
2023-09-23drm/armada: Fix off-by-one error in armada_overlay_get_property()Geert Uytterhoeven1-2/+4
2023-09-23drm/tegra: dpaux: Fix incorrect return value of platform_get_irqYangtao Li1-1/+1
2023-09-23drm/tegra: Remove superfluous error messages around platform_get_irq()Tan Zhongjun1-3/+1
2023-09-23drm/amdgpu: Update min() to min_t() in 'amdgpu_info_ioctl'Srinivasan Shanmugam1-6/+8
2023-09-23drm: adv7511: Fix low refresh rate register for ADV7533/5Bogdan Togorean1-2/+7
2023-09-23drm/etnaviv: fix dumping of active MMU contextLucas Stach1-7/+7
2023-09-23drm/amdgpu: avoid integer overflow warning in amdgpu_device_resize_fb_bar()Arnd Bergmann1-0/+3
2023-09-23drm/bridge: tc358764: Fix debug print parameter orderMarek Vasut1-1/+1
2023-08-30drm/amd/display: check TG is non-null before checking if enabledTaimur Hassan1-1/+2
2023-08-30drm/amd/display: do not wait for mpc idle if tg is disabledJosip Pavic1-1/+2
2023-08-30drm/amdgpu: Fix potential fence use-after-free v2shanzhulig1-3/+3
2023-08-30drm/radeon: Fix integer overflow in radeon_cs_parser_inithackyzh0021-1/+2
2023-08-16drm/nouveau/disp: Revert a NULL check inside nouveau_connector_get_modesKarol Herbst1-1/+1
2023-08-16drm/nouveau/gr: enable memory loads on helper invocation on all channelsKarol Herbst6-1/+17
2023-08-11drm/msm: Fix IS_ERR_OR_NULL() vs NULL check in a5xx_submit_in_rb()Gaosheng Cui1-1/+1
2023-08-11drm/msm/adreno: Fix snapshot BINDLESS_DATA sizeRob Clark1-1/+1
2023-08-11drm/msm/dpu: drop enum dpu_core_perf_data_bus_idDmitry Baryshkov1-13/+0
2023-07-27drm/client: Fix memory leak in drm_client_modeset_probeJocelyn Falempe1-0/+1
2023-07-27drm/client: Fix memory leak in drm_client_target_clonedJocelyn Falempe1-0/+5
2023-07-27drm/atomic: Fix potential use-after-free in nonblocking commitsDaniel Vetter1-1/+10