summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)Author
2023-10-10drm/mediatek: Fix backport issue in mtk_drm_gem_prime_vmap()Nathan Chancellor
2023-09-23drm/amd/display: enable cursor degamma for DCN3+ DRM legacy gammaMelissa Wen
2023-09-23drm/amdgpu: fix amdgpu_cs_p1_user_fenceChristian König
2023-09-23drm: gm12u320: Fix the timeout usage for usb_bulk_msg()Jinjie Ruan
2023-09-23drm/exynos: fix a possible null-pointer dereference due to data race in exyno...Tuo Li
2023-09-23drm/bridge: tc358762: Instruct DSI host to generate HSE packetsMarek Vasut
2023-09-19drm/amd/display: Fix a bug when searching for insert_above_mpccWesley Chalmers
2023-09-19drm/amd/display: prevent potential division by zero errorsHamza Mahfooz
2023-09-19drm/i915/gvt: Drop unused helper intel_vgpu_reset_gtt()Sean Christopherson
2023-09-19drm/i915/gvt: Save/restore HW status to support GVT suspend/resumeColin Xu
2023-09-19drm/ast: Fix DRAM init on AST2200Thomas Zimmermann
2023-09-19drm/radeon: Use RMW accessors for changing LNKCTLIlpo Järvinen
2023-09-19drm/amdgpu: Use RMW accessors for changing LNKCTLIlpo Järvinen
2023-09-19drm/mediatek: Fix potential memory leak if vmap() failSui Jingfeng
2023-09-19drm/msm/a2xx: Call adreno_gpu_init() earlierFabio Estevam
2023-09-19drm/amd/pm: fix variable dereferenced issue in amdgpu_device_attr_create()Yang Wang
2023-09-19drm/msm/mdp5: Don't leak some plane stateDaniel Vetter
2023-09-19drm: xlnx: zynqmp_dpsub: Add missing check for dma_set_maskJiasheng Jiang
2023-09-19drm/panel: simple: Add missing connector type and pixel format for AUO T215HVN01Marek Vasut
2023-09-19drm/armada: Fix off-by-one error in armada_overlay_get_property()Geert Uytterhoeven
2023-09-19drm/tegra: dpaux: Fix incorrect return value of platform_get_irqYangtao Li
2023-09-19drm/tegra: Remove superfluous error messages around platform_get_irq()Tan Zhongjun
2023-09-19drm/amdgpu: Update min() to min_t() in 'amdgpu_info_ioctl'Srinivasan Shanmugam
2023-09-19drm: adv7511: Fix low refresh rate register for ADV7533/5Bogdan Togorean
2023-09-19drm/etnaviv: fix dumping of active MMU contextLucas Stach
2023-09-19drm/amdgpu: avoid integer overflow warning in amdgpu_device_resize_fb_bar()Arnd Bergmann
2023-09-19drm/bridge: tc358764: Fix debug print parameter orderMarek Vasut
2023-09-19drm/amd/display: Exit idle optimizations before attempt to access PHYLeo Chen
2023-09-02Revert "drm/amdgpu: install stub fence into potential unused fence pointers"Greg Kroah-Hartman
2023-08-30drm/i915: Fix premature release of request's reusable memoryJanusz Krzysztofik
2023-08-30drm/vmwgfx: Fix shader stage validationZack Rusin
2023-08-30drm/amd/display: check TG is non-null before checking if enabledTaimur Hassan
2023-08-30drm/amd/display: do not wait for mpc idle if tg is disabledJosip Pavic
2023-08-26drm/panel: simple: Fix AUO G121EAN01 panel timings according to the docsLuca Ceresoli
2023-08-26drm/amdgpu: Fix potential fence use-after-free v2shanzhulig
2023-08-26drm/amdgpu: install stub fence into potential unused fence pointersLang Yu
2023-08-26drm/radeon: Fix integer overflow in radeon_cs_parser_inithackyzh002
2023-08-16drm/nouveau/disp: Revert a NULL check inside nouveau_connector_get_modesKarol Herbst
2023-08-16drm/amd/display: check attr flag before set cursor degamma on DCN3+Melissa Wen
2023-08-16drm/shmem-helper: Reset vma->vm_ops before calling dma_buf_mmap()Boris Brezillon
2023-08-16drm/nouveau/gr: enable memory loads on helper invocation on all channelsKarol Herbst
2023-08-11drm/ttm: check null pointer before accessing when swappingGuchun Chen
2023-08-11drm/msm: Fix IS_ERR_OR_NULL() vs NULL check in a5xx_submit_in_rb()Gaosheng Cui
2023-08-11drm/msm/adreno: Fix snapshot BINDLESS_DATA sizeRob Clark
2023-08-11drm/msm/dpu: drop enum dpu_core_perf_data_bus_idDmitry Baryshkov
2023-08-11drm/ttm: never consider pinned BOs for eviction&swapChristian König
2023-08-11drm/ttm: add ttm_bo_pin()/ttm_bo_unpin() v2Christian König
2023-07-27drm/client: Fix memory leak in drm_client_modeset_probeJocelyn Falempe
2023-07-27drm/client: Fix memory leak in drm_client_target_clonedJocelyn Falempe
2023-07-27drm/atomic: Fix potential use-after-free in nonblocking commitsDaniel Vetter