summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2026-08-27drm/amdgpu: check ASPM on the dGPU host linkYang Wang
2026-08-23drm/virtio: Unlock reservations on dma_resv_reserve_fences() errorDmitry Osipenko
2026-08-23drm/vmwgfx: Reserve fence slots on buffer objects in cotablesZack Rusin
2026-08-23drm/amd/pm: fix torn gpu metrics readsYang Wang
2026-08-23drm/i915/hdcp: require monotonically increasing seq_num_vJani Nikula
2026-08-23drm/i915/hdcp: check streams[] bounds before overflowJani Nikula
2026-08-23drm/i915/vrr: require valid min/max vfreq for VRRJani Nikula
2026-08-23drm/virtio: bound EDID block reads to the response bufferBryam Vargas
2026-08-23drm/virtio: Return proper error codes instead of -1Dmitry Osipenko
2026-08-23drm/amdgpu: Fix amdgpu_bo_move() when old_mem and new_mem are both GTTTimur Kristóf
2026-08-23drm/tegra: fbdev: Remove offset into framebuffer memoryThomas Zimmermann
2026-08-23drm/displayid: fix Tiled Display Topology ID sizeJani Nikula
2026-08-23drm/virtio: use uninterruptible resv lock for plane updatesDeepanshu Kartikey
2026-08-23dma-buf/drivers: make reserving a shared slot mandatory v4Christian König
2026-08-23drm/dp/mst: fix OOB reads on 2-byte fields in sideband reply parsersAshutosh Desai
2026-08-23drm/dp/mst: fix OOB reads in remote DPCD/I2C sideband reply parsersAshutosh Desai
2026-08-23drm/dp/mst: fix buffer overflows in sideband chunk accumulationAshutosh Desai
2026-08-23drm/amdgpu: Fix UVD decode image min size calculationDavid Rosca
2026-08-23drm/amdgpu: Implement insert_end for VCE 3David Rosca
2026-08-23drm/amdgpu: Reject UVD message with dimensions above 4096David Rosca
2026-08-23drm/amdgpu: validate GEM_CREATE domain combinationsCandice Li
2026-08-23drm/amdgpu: Reject UVD message with invalid number of h265 refsDavid Rosca
2026-08-23drm/radeon: fix autosuspend cleanup during teardownGuangshuo Li
2026-08-19drm/vmwgfx: bound DMA command body size against suffix pointerZack Rusin
2026-08-19drm/vmwgfx: validate DRAW_PRIMITIVES header size before divisionZack Rusin
2026-08-19drm/amdgpu: cap GTT size to physical RAM on APUsHarkirat Gill
2026-08-19drm/amdgpu: restore UMD profile pstate after runtime resumeCandice Li
2026-08-19drm/vc4: Zero the tile state data array before each BIN jobMaíra Canal
2026-08-19drm/mediatek: Check CRTC state before freeingRuoyu Wang
2026-08-19drm/amdgpu: invoke pm_genpd_remove() before freeing genpdCe Sun
2026-08-19drm/amdgpu: fix division by zero with invalid uvd dimensionsBoyuan Zhang
2026-08-19drm/amdgpu/gfx9: replace BUG_ON() with WARN_ON()Alex Deucher
2026-08-19drm/amdgpu/gfx8: drop unecessary BUG_ON()Alex Deucher
2026-08-19drm/amdgpu/gfx10: replace BUG_ON() with WARN_ON()Alex Deucher
2026-08-19drm/vmwgfx: Validate vmw_surface_metadata::array_sizeIan Forbes
2026-08-19drm/amdgpu: fix bo->pin leaking in amdgpu_bo_create_reservedZhu Lingshan
2026-08-19drm/amd/pm/ci: Don't disable MCLK DPM on Bonaire 0x6658 (R7 260X)Timur Kristóf
2026-08-19drm/amdgpu: Fix VFCT bus number matching with soft filterMario Limonciello
2026-08-19drm/i915/gem: Fix NULL deref in I915_CONTEXT_PARAM_SSEUJoonas Lahtinen
2026-08-19drm/i915/gem: Do not leak siblings[] on proto context errorJoonas Lahtinen
2026-08-19drm/i915: Return NULL on error in active_instanceJoonas Lahtinen
2026-08-19drm/amdgpu/sdma5.0: replace BUG_ON() with WARN_ON()Alex Deucher
2026-08-19drm/amdgpu/sdma5.2: replace BUG_ON() with WARN_ON()Alex Deucher
2026-08-19drm/radeon: fix r100_copy_blit for large BOsPavel Ondračka
2026-08-19drm/nouveau/acr: fix missing nvkm_done() in error path of nvkm_acr_oneinit()Wentao Liang
2026-08-19drm/rockchip: cdn-dp: add missing check in cdn_dp_config_video()Sergey Shtylyov
2026-08-19Revert "drm/amd/display: Add missing kdoc for ALLM parameters"Sasha Levin
2026-08-19drm/i915/selftests: Fix GT PM sort comparatorsEmre Cecanpunar
2026-08-19drm/i915/gt: use correct selftest config symbolPengpeng Hou
2026-07-24drm/i2c/sil164: Drop no-op remove functionUwe Kleine-König