summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2024-08-02Merge tag 'drm-fixes-2024-08-02' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-649/+1199
2024-08-02Revert "nouveau: rip out busy fence waits"Dave Airlie-6/+34
2024-08-02Merge tag 'drm-misc-fixes-2024-08-01' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-587/+1047
2024-08-02Merge tag 'drm-intel-fixes-2024-08-01' of https://gitlab.freedesktop.org/drm/...Dave Airlie-37/+4
2024-08-02Merge tag 'amd-drm-fixes-6.11-2024-07-27' of https://gitlab.freedesktop.org/a...Dave Airlie-19/+114
2024-08-01nouveau: set placement to original placement on uvmm validate.Dave Airlie-0/+1
2024-07-31drm/atomic: Allow userspace to use damage clips with async flipsAndré Almeida-1/+2
2024-07-31drm/atomic: Allow userspace to use explicit sync with atomic async flipsAndré Almeida-1/+3
2024-07-30drm/i915: Fix possible int overflow in skl_ddi_calculate_wrpll()Nikita Zhandarovich-3/+3
2024-07-30drm/i915/hdcp: Fix HDCP2_STREAM_STATUS macroSuraj Kandpal-1/+1
2024-07-30drm/ast: astdp: Wake up during connector status detectionThomas Zimmermann-2/+35
2024-07-30Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard-30195/+387917
2024-07-29i915/perf: Remove code to update PWR_CLK_STATE for gen12Umesh Nerlige Ramappa-33/+0
2024-07-29drm/client: Fix error code in drm_client_buffer_vmap_local()Dan Carpenter-1/+1
2024-07-28minmax: don't use max() in situations that want a C constant expressionLinus Torvalds-1/+1
2024-07-28minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds-4/+16
2024-07-28minmax: add a few more MIN_T/MAX_T usersLinus Torvalds-1/+1
2024-07-27drm/amdgpu: Fix APU handling in amdgpu_pm_load_smu_firmware()Alex Deucher-1/+2
2024-07-27drm/amdgpu: increase mes log buffer size for gfx12Michael Chen-8/+20
2024-07-27drm/amdgpu: fix contiguous handling for IB parsing v2Christian König-8/+8
2024-07-27drm/amdgpu/pm: support gpu_metrics sysfs interface for smu v14.0.2/3Kenneth Feng-2/+84
2024-07-26Merge tag 'drm-next-2024-07-26' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-165/+675
2024-07-25drm/vmwgfx: Trigger a modeset when the screen movesIan Forbes-1/+28
2024-07-26Merge tag 'amd-drm-fixes-6.11-2024-07-25' of https://gitlab.freedesktop.org/a...Dave Airlie-17/+261
2024-07-26Merge tag 'drm-intel-next-fixes-2024-07-25' of https://gitlab.freedesktop.org...Dave Airlie-7/+5
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-42/+15
2024-07-24drm/vmwgfx: Fix overlay when using Screen TargetsIan Forbes-1/+1
2024-07-24drm/vmwgfx: Add basic support for external buffersZack Rusin-4/+58
2024-07-24drm/vmwgfx: Fix handling of dumb buffersZack Rusin-502/+740
2024-07-24drm/vmwgfx: Make sure the screen surface is ref countedZack Rusin-18/+22
2024-07-24drm/vmwgfx: Fix a deadlock in dma buf fence pollingZack Rusin-10/+7
2024-07-24drm/amdgpu: reset vm state machine after gpu reset(vram lost)ZhenGuo Yin-4/+5
2024-07-24drm/amdgpu: add missed harvest check for VCN IP v4/v5Tim Huang-0/+18
2024-07-24drm/amdgpu: Fix eeprom max record countStanley.Yang-0/+3
2024-07-24drm/amdgpu: fix ras UE error injection failure issueYiPeng Chai-3/+1
2024-07-24drm/amd/display: Remove ASSERT if significance is zero in math_ceil2Rodrigo Siqueira-2/+0
2024-07-24drm/amd/display: Check for NULL pointerSung Joon Kim-1/+2
2024-07-24drm/amdgpu/vcn: Use offsets local to VCN/JPEG in VFJane Jian-5/+60
2024-07-24drm/amdgpu: Add empty HDP flush function to VCN v4.0.3Lijo Lazar-0/+8
2024-07-24drm/amdgpu: Add empty HDP flush function to JPEG v4.0.3Lijo Lazar-0/+8
2024-07-24drm/amd/amdgpu: Fix uninitialized variable warningsMa Ke-1/+1
2024-07-24drm/amdgpu: Fix atomics on GFX12David Belanger-1/+143
2024-07-24drm/amdgpu/sdma5.2: Update wptr registers as well as doorbellAlex Deucher-0/+12
2024-07-24drm/virtio: Fix type of dma-fence context variableDmitry Osipenko-1/+1
2024-07-23drm/i915: Allow NULL memory regionJonathan Cavitt-2/+4
2024-07-23drm/i915/gt: Do not consider preemption during execlists_dequeue for gen8Nitin Gote-5/+1
2024-07-22drm/nouveau: prime: fix refcount underflowDanilo Krummrich-1/+2
2024-07-22Merge tag 'amd-drm-fixes-6.11-2024-07-18' of https://gitlab.freedesktop.org/a...Dave Airlie-110/+238
2024-07-22Merge tag 'drm-misc-next-fixes-2024-07-19' of https://gitlab.freedesktop.org/...Dave Airlie-7/+22
2024-07-22Merge tag 'drm-xe-next-fixes-2024-07-18' of https://gitlab.freedesktop.org/dr...Dave Airlie-20/+102