summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2024-08-28drm/v3d: Disable preemption while updating GPU statsdrm-misc-fixes-2024-08-29Tvrtko Ursulin1-0/+6
2024-08-26drm/vmwgfx: Disable coherent dumb buffers without 3dZack Rusin1-2/+4
2024-08-26drm/vmwgfx: Fix prime with external buffersZack Rusin3-12/+118
2024-08-26drm/vmwgfx: Prevent unmapping active read buffersZack Rusin2-2/+14
2024-08-16nouveau/firmware: use dma non-coherent allocatordrm-misc-fixes-2024-08-22Dave Airlie2-3/+12
2024-08-15drm/rockchip: inno-hdmi: Fix infoframe uploaddrm-misc-fixes-2024-08-15Alex Bee1-3/+1
2024-08-12drm/v3d: Fix out-of-bounds read in `v3d_csd_job_run()`Maíra Canal1-3/+11
2024-08-12drm: panel-orientation-quirks: Add quirk for Ayn Loki MaxBouke Sybren Haarsma1-0/+6
2024-08-12drm: panel-orientation-quirks: Add quirk for Ayn Loki ZeroBouke Sybren Haarsma1-0/+6
2024-08-06drm/atomic: allow no-op FB_ID updates for async flipsdrm-misc-fixes-2024-08-08Simon Ser1-11/+4
2024-08-05drm/bridge-connector: Fix double free in error handling pathsCristian Ciocaltea1-6/+2
2024-08-05drm/omap: add CONFIG_MMU dependencyArnd Bergmann1-0/+1
2024-08-02drm/test: fix the gem shmem test to map the sg table.Dave Airlie1-0/+11
2024-08-02drm/client: fix null pointer dereference in drm_client_modeset_probeMa Ke1-0/+5
2024-08-01nouveau: set placement to original placement on uvmm validate.drm-misc-fixes-2024-08-01Dave Airlie1-0/+1
2024-07-31drm/atomic: Allow userspace to use damage clips with async flipsAndré Almeida1-1/+2
2024-07-31drm/atomic: Allow userspace to use explicit sync with atomic async flipsAndré Almeida1-1/+3
2024-07-30drm/ast: astdp: Wake up during connector status detectionThomas Zimmermann3-2/+35
2024-07-30Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard1646-30195/+387917
2024-07-29drm/client: Fix error code in drm_client_buffer_vmap_local()Dan Carpenter1-1/+1
2024-07-28minmax: add a few more MIN_T/MAX_T usersLinus Torvalds1-1/+1
2024-07-26Merge tag 'drm-next-2024-07-26' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds53-165/+675
2024-07-25drm/vmwgfx: Trigger a modeset when the screen movesIan Forbes1-1/+28
2024-07-26Merge tag 'amd-drm-fixes-6.11-2024-07-25' of https://gitlab.freedesktop.org/a...Dave Airlie20-17/+261
2024-07-26Merge tag 'drm-intel-next-fixes-2024-07-25' of https://gitlab.freedesktop.org...Dave Airlie2-7/+5
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds10-42/+15
2024-07-24drm/vmwgfx: Fix overlay when using Screen TargetsIan Forbes1-1/+1
2024-07-24drm/vmwgfx: Add basic support for external buffersZack Rusin1-4/+58
2024-07-24drm/vmwgfx: Fix handling of dumb buffersZack Rusin12-502/+740
2024-07-24drm/vmwgfx: Make sure the screen surface is ref countedZack Rusin1-18/+22
2024-07-24drm/vmwgfx: Fix a deadlock in dma buf fence pollingZack Rusin1-10/+7
2024-07-24drm/amdgpu: reset vm state machine after gpu reset(vram lost)ZhenGuo Yin1-4/+5
2024-07-24drm/amdgpu: add missed harvest check for VCN IP v4/v5Tim Huang3-0/+18
2024-07-24drm/amdgpu: Fix eeprom max record countStanley.Yang1-0/+3
2024-07-24drm/amdgpu: fix ras UE error injection failure issueYiPeng Chai1-3/+1
2024-07-24drm/amd/display: Remove ASSERT if significance is zero in math_ceil2Rodrigo Siqueira1-2/+0
2024-07-24drm/amd/display: Check for NULL pointerSung Joon Kim1-1/+2
2024-07-24drm/amdgpu/vcn: Use offsets local to VCN/JPEG in VFJane Jian2-5/+60
2024-07-24drm/amdgpu: Add empty HDP flush function to VCN v4.0.3Lijo Lazar1-0/+8
2024-07-24drm/amdgpu: Add empty HDP flush function to JPEG v4.0.3Lijo Lazar1-0/+8
2024-07-24drm/amd/amdgpu: Fix uninitialized variable warningsMa Ke1-1/+1
2024-07-24drm/amdgpu: Fix atomics on GFX12David Belanger8-1/+143
2024-07-24drm/amdgpu/sdma5.2: Update wptr registers as well as doorbellAlex Deucher1-0/+12
2024-07-24drm/virtio: Fix type of dma-fence context variableDmitry Osipenko1-1/+1
2024-07-23drm/i915: Allow NULL memory regionJonathan Cavitt1-2/+4
2024-07-23drm/i915/gt: Do not consider preemption during execlists_dequeue for gen8Nitin Gote1-5/+1
2024-07-22drm/nouveau: prime: fix refcount underflowDanilo Krummrich1-1/+2
2024-07-22Merge tag 'amd-drm-fixes-6.11-2024-07-18' of https://gitlab.freedesktop.org/a...Dave Airlie16-110/+238
2024-07-22Merge tag 'drm-misc-next-fixes-2024-07-19' of https://gitlab.freedesktop.org/...Dave Airlie3-7/+22
2024-07-22Merge tag 'drm-xe-next-fixes-2024-07-18' of https://gitlab.freedesktop.org/dr...Dave Airlie11-20/+102