summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* minmax: add a few more MIN_T/MAX_T usersLinus Torvalds2024-07-281-1/+1
* Merge tag 'drm-next-2024-07-26' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-07-2653-165/+675
|\
| * Merge tag 'amd-drm-fixes-6.11-2024-07-25' of https://gitlab.freedesktop.org/a...Dave Airlie2024-07-2620-17/+261
| |\
| | * drm/amdgpu: reset vm state machine after gpu reset(vram lost)ZhenGuo Yin2024-07-241-4/+5
| | * drm/amdgpu: add missed harvest check for VCN IP v4/v5Tim Huang2024-07-243-0/+18
| | * drm/amdgpu: Fix eeprom max record countStanley.Yang2024-07-241-0/+3
| | * drm/amdgpu: fix ras UE error injection failure issueYiPeng Chai2024-07-241-3/+1
| | * drm/amd/display: Remove ASSERT if significance is zero in math_ceil2Rodrigo Siqueira2024-07-241-2/+0
| | * drm/amd/display: Check for NULL pointerSung Joon Kim2024-07-241-1/+2
| | * drm/amdgpu/vcn: Use offsets local to VCN/JPEG in VFJane Jian2024-07-242-5/+60
| | * drm/amdgpu: Add empty HDP flush function to VCN v4.0.3Lijo Lazar2024-07-241-0/+8
| | * drm/amdgpu: Add empty HDP flush function to JPEG v4.0.3Lijo Lazar2024-07-241-0/+8
| | * drm/amd/amdgpu: Fix uninitialized variable warningsMa Ke2024-07-241-1/+1
| | * drm/amdgpu: Fix atomics on GFX12David Belanger2024-07-248-1/+143
| | * drm/amdgpu/sdma5.2: Update wptr registers as well as doorbellAlex Deucher2024-07-241-0/+12
| * | Merge tag 'drm-intel-next-fixes-2024-07-25' of https://gitlab.freedesktop.org...Dave Airlie2024-07-262-7/+5
| |\ \ | | |/ | |/|
| | * drm/i915: Allow NULL memory regionJonathan Cavitt2024-07-231-2/+4
| | * drm/i915/gt: Do not consider preemption during execlists_dequeue for gen8Nitin Gote2024-07-231-5/+1
| * | Merge tag 'amd-drm-fixes-6.11-2024-07-18' of https://gitlab.freedesktop.org/a...Dave Airlie2024-07-2216-110/+238
| |\ \
| | * | drm/amd/display: fix corruption with high refresh rates on DCN 3.0Alex Deucher2024-07-172-12/+13
| | * | drm/amd/display: Add simple struct doc to remove doc build warningRodrigo Siqueira2024-07-162-5/+32
| | * | drm/amd/display: Move DIO documentation to the right placeRodrigo Siqueira2024-07-162-9/+29
| | * | drm/amd/swsmu: enable Pstates profile levels for SMU v14.0.4Li Ma2024-07-161-3/+15
| | * | drm/amd/pm: early return if disabling DPMS for GFX IP v11.5.2Tim Huang2024-07-161-12/+4
| | * | drm/amdgpu: add mutex to protect ras shared memoryYiPeng Chai2024-07-163-40/+86
| | * | drm/amd/display: Add function banner for idle_workqueueRoman Li2024-07-161-0/+13
| | * | drm/amd/display: Add doc entry for program_3dlut_sizeAlex Hung2024-07-161-0/+14
| | * | drm/amdgpu/vcn: not pause dpg for unified queueBoyuan Zhang2024-07-161-3/+11
| | * | drm/amdgpu/vcn: identify unified queue in sw initBoyuan Zhang2024-07-162-24/+16
| | * | drm/amd/display: fix doc entry for bb_from_dmubAurabindo Pillai2024-07-151-1/+3
| | * | drm/amd: Bump KMS_DRIVER_MINOR versionAurabindo Pillai2024-07-151-1/+2
| * | | Merge tag 'drm-misc-next-fixes-2024-07-19' of https://gitlab.freedesktop.org/...Dave Airlie2024-07-223-7/+22
| |\ \ \
| | * | | drm/v3d: Fix Indirect Dispatch configuration for V3D 7.1.6 and laterMaíra Canal2024-07-151-3/+13
| | * | | drm/v3d: Add V3D tech revision to the device informationMaíra Canal2024-07-152-4/+9
| * | | | Merge tag 'drm-xe-next-fixes-2024-07-18' of https://gitlab.freedesktop.org/dr...Dave Airlie2024-07-2211-20/+102
| |\ \ \ \
| | * | | | drm/xe: Don't suspend device upon wedgeMatthew Brost2024-07-181-0/+14
| | * | | | drm/xe: Wedge the entire deviceMatthew Brost2024-07-189-13/+80
| | * | | | drm/xe/pf: Limit fair VF LMEM provisioningMichal Wajdeczko2024-07-181-0/+1
| | * | | | drm/xe/exec: Fix minor bug related to xe_sync_entry_cleanupAshutosh Dixit2024-07-181-7/+7
| * | | | | Merge tag 'drm-intel-next-fixes-2024-07-18' of https://gitlab.freedesktop.org...Dave Airlie2024-07-222-7/+50
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| |
| | * | | drm/i915/dp: Don't switch the LTTPR mode on an active linkImre Deak2024-07-161-7/+48
| | * | | drm/i915/dp: Reset intel_dp->link_trained before retraining the linkImre Deak2024-07-161-0/+2
* | | | | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-2510-42/+15
|\ \ \ \ \
| * | | | | driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-033-3/+3
| * | | | | Merge tag 'v6.10-rc4' into driver-core-nextGreg Kroah-Hartman2024-06-1730-135/+220
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'platform-remove-void-step-b' of https://git.kernel.org/pub/scm/lin...Greg Kroah-Hartman2024-06-077-39/+13
| |\ \ \ \ \ \
| | * | | | | | gpu: ipu-v3: Convert to platform remove callback returning voidUwe Kleine-König2024-05-273-11/+6
| | * | | | | | gpu: host1x: Convert to platform remove callback returning voidUwe Kleine-König2024-05-271-4/+2
| | * | | | | | drm/mediatek: Convert to platform remove callback returning voidUwe Kleine-König2024-05-271-3/+2
| | * | | | | | drm/imagination: Convert to platform remove callback returning voidUwe Kleine-König2024-05-271-5/+2