summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2023-09-02Revert "drm/amdgpu: install stub fence into potential unused fence pointers"Greg Kroah-Hartman1-4/+2
2023-08-30drm/i915: Fix premature release of request's reusable memoryJanusz Krzysztofik2-29/+72
2023-08-30drm/vmwgfx: Fix shader stage validationZack Rusin2-18/+24
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-26drm/panel: simple: Fix AUO G121EAN01 panel timings according to the docsLuca Ceresoli1-12/+12
2023-08-26drm/amdgpu: Fix potential fence use-after-free v2shanzhulig1-3/+3
2023-08-26drm/amdgpu: install stub fence into potential unused fence pointersLang Yu1-2/+4
2023-08-26drm/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/amd/display: check attr flag before set cursor degamma on DCN3+Melissa Wen1-2/+5
2023-08-16drm/shmem-helper: Reset vma->vm_ops before calling dma_buf_mmap()Boris Brezillon1-0/+6
2023-08-16drm/nouveau/gr: enable memory loads on helper invocation on all channelsKarol Herbst6-1/+17
2023-08-11drm/ttm: check null pointer before accessing when swappingGuchun Chen1-1/+2
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-08-11drm/ttm: never consider pinned BOs for eviction&swapChristian König1-0/+6
2023-08-11drm/ttm: add ttm_bo_pin()/ttm_bo_unpin() v2Christian König2-4/+7
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
2023-07-27drm/amd/display: Correct `DMUB_FW_VERSION` macroMario Limonciello1-1/+1
2023-07-27drm/rockchip: vop: Leave vblank enabled in self-refreshBrian Norris1-4/+4
2023-07-27drm/atomic: Allow vblank-enabled + self-refresh "disable"Brian Norris1-1/+10
2023-07-27drm/panel: simple: Add Powertip PH800480T013 drm_display_mode flagsMarek Vasut1-0/+1
2023-07-27drm/panel: simple: Add connector_type for innolux_at043tn24Fabio Estevam1-0/+1
2023-07-27drm/msm/dp: Free resources after unregistering themBjorn Andersson1-1/+1
2023-07-27drm/msm/dpu: do not enable color-management if DSPPs are not availableDmitry Baryshkov1-1/+4
2023-07-27amdgpu: validate offset_in_bo of drm_amdgpu_gem_vaChia-I Wu1-8/+8
2023-07-27drm/radeon: fix possible division-by-zero errorsNikita Zhandarovich3-6/+18
2023-07-27drm/amdkfd: Fix potential deallocation of previously deallocated memory.Daniil Dulov1-6/+7
2023-07-27drm/panel: simple: fix active size for Ampire AM-480272H3TMQW-T01HDario Binacchi1-2/+2
2023-07-27drm/panel: sharp-ls043t1le01: adjust mode settingsDmitry Baryshkov1-5/+6
2023-07-27drm: sun4i_tcon: use devm_clk_get_enabled in `sun4i_tcon_init_clocks`XuDong Liu1-15/+4
2023-07-27drm/vram-helper: fix function names in vram helper docLuc Ma1-3/+3
2023-07-27drm/bridge: tc358768: fix THS_TRAILCNT computationFrancesco Dolcini1-3/+4
2023-07-27drm/bridge: tc358768: fix TXTAGOCNT computationFrancesco Dolcini1-1/+1
2023-07-27drm/bridge: tc358768: fix THS_ZEROCNT computationFrancesco Dolcini1-3/+4
2023-07-27drm/bridge: tc358768: fix TCLK_TRAILCNT computationFrancesco Dolcini1-3/+5
2023-07-27drm/bridge: tc358768: Add atomic_get_input_bus_fmts() implementationFrancesco Dolcini1-0/+44
2023-07-27drm/bridge: tc358768: fix TCLK_ZEROCNT computationFrancesco Dolcini1-4/+4
2023-07-27drm/bridge: tc358768: fix PLL target frequencyFrancesco Dolcini1-3/+5
2023-07-27drm/bridge: tc358768: fix PLL parameters computationFrancesco Dolcini1-1/+5
2023-07-27drm/bridge: tc358768: always enable HS video modeFrancesco Dolcini1-2/+1
2023-07-27drm/amd/display: Explicitly specify update type per plane info changeNicholas Kazlauskas1-3/+0
2023-07-27radeon: avoid double free in ci_dpm_init()Nikita Zhandarovich1-8/+20
2023-07-27drm/amdgpu: Validate VM ioctl flags.Bas Nieuwenhuizen1-0/+4
2023-06-28drm/radeon: fix race condition UAF in radeon_gem_set_domain_ioctlMin Li1-3/+1
2023-06-28drm/exynos: fix race condition UAF in exynos_g2d_exec_ioctlMin Li1-1/+1