summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2026-03-09gpu: nova-core: move brom_params and boot_addr to FalconFirmwareAlexandre Courbot3-14/+14
2026-03-09gpu: nova-core: falcon: remove FalconFirmware's dependency on FalconDmaLoadableAlexandre Courbot1-3/+3
2026-03-09gpu: nova-core: falcon: rename load parameters to reflect DMA dependencyAlexandre Courbot4-45/+46
2026-03-09gpu: nova-core: falcon: add constant for memory block alignmentAlexandre Courbot1-1/+5
2026-03-09gpu: nova-core: create falcon firmware DMA objects lazilyAlexandre Courbot5-127/+108
2026-03-08drm/gud: fix NULL crtc dereference on display disableShenghao Yang3-19/+48
2026-03-08Merge tag 'drm-misc-next-2026-03-05' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie17-232/+149
2026-03-08Merge tag 'amd-drm-next-7.1-2026-03-04' of https://gitlab.freedesktop.org/agd...Dave Airlie238-4359/+106719
2026-03-08drm/sitronix/st7586: fix bad pixel data due to byte swapDavid Lechner1-9/+6
2026-03-08rust: dma: use pointer projection infra for `dma_{read,write}` macroGary Guo3-11/+15
2026-03-07drm/xe/migrate: Refactor xe_migrate_prepare_vm()Raag Jadav1-15/+38
2026-03-07drm/amd: Fix a few more NULL pointer dereference in device cleanupMario Limonciello1-0/+6
2026-03-07drm/amdgpu: fix gpu idle power consumption issue for gfx v12Yang Wang1-1/+4
2026-03-07drm/amdgpu: Fix kernel-doc comments for some LUT propertiesCristian Ciocaltea1-8/+8
2026-03-07drm/amd: Fix NULL pointer dereference in device cleanupMario Limonciello1-0/+4
2026-03-07drm/amd/pm: add missing od setting PP_OD_FEATURE_ZERO_FAN_BIT for smu v14Yang Wang1-1/+2
2026-03-07drm/amd/pm: add missing od setting PP_OD_FEATURE_ZERO_FAN_BIT for smu v13Yang Wang2-2/+4
2026-03-07drm/amdgpu: push userq debugfs function in amdgpu_debugfs filesSunil Khatri3-48/+58
2026-03-07drm/amdgpu/userq: declutter the code with gotoSunil Khatri1-22/+18
2026-03-07drm/amdgpu/userq: defer queue publication until create completesSunil Khatri1-33/+33
2026-03-07drm/amdgpu: Check for multiplication overflow in checkpoint stack sizeDavid Francis6-8/+22
2026-03-07drm/amdkfd: fix the warning for potential insecure stringSunil Khatri1-2/+2
2026-03-07drm/amdgpu: fix warning for potentially insecure stringSunil Khatri1-1/+1
2026-03-07drm/amd/pm: Enable aid/xcd/hbm temperature reportingAsad Kamal1-0/+3
2026-03-07drm/amd/pm: Add aid/xcd/hbm temperaturesAsad Kamal3-2/+51
2026-03-07drm/amdgpu: include ip discovery data in devcoredumpPierre-Eric Pelloux-Prayer3-0/+47
2026-03-07drm/amdgpu: fix gpu idle power consumption issue for gfx v12Yang Wang1-1/+4
2026-03-07drm/amdgpu: Fix kernel-doc comments for some LUT propertiesCristian Ciocaltea1-8/+8
2026-03-07drm/amdgpu/amdgpu_connectors: remove amdgpu_connector_free_edidJoshua Peisach1-15/+7
2026-03-07drm/amdgpu/amdgpu_connectors: use struct drm_edid instead of struct edidJoshua Peisach5-23/+23
2026-03-07drm/amdgpu/gfx12.1: add support for disable_kqAlex Deucher1-19/+71
2026-03-07drm/amd: Fix a few more NULL pointer dereference in device cleanupMario Limonciello1-0/+6
2026-03-07drm/amdgpu: gfx 12.1 cleanupsAlex Deucher1-15/+4
2026-03-07drm/radeon: Test for fbdev GEM object with generic helperThomas Zimmermann3-25/+4
2026-03-07drm/amdgpu: Move test for fbdev GEM object into generic helperThomas Zimmermann2-18/+33
2026-03-07drm/amd/pm: add missing od setting PP_OD_FEATURE_ZERO_FAN_BIT for smu v14Yang Wang1-1/+2
2026-03-07drm/amdgpu/userq: remove queue from doorbell xa during clean upSunil Khatri1-0/+1
2026-03-07drm/amdgpu/userq: remove queue from doorbell xarraySunil Khatri1-0/+1
2026-03-07drm/amd: Fix NULL pointer dereference in device cleanupMario Limonciello1-0/+4
2026-03-07drm/amd/pm: add missing od setting PP_OD_FEATURE_ZERO_FAN_BIT for smu v13Yang Wang2-2/+4
2026-03-06drm/xe: Don't disable GuCRC in suspend pathVinay Belgaumkar2-1/+2
2026-03-06drm/msm/dsi: fix pclk rate calculation for bonded dsiPengyu Luo1-6/+23
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-2/+2
2026-03-06drm/i915: Fix potential overflow of shmem scatterlist lengthJanusz Krzysztofik1-3/+9
2026-03-06drm/i915/guc: Fix corrupted copyright symbols in selftest filesKonstantin Khorenko2-2/+2
2026-03-06Merge tag 'drm-xe-fixes-2026-03-05' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie10-41/+74
2026-03-06Merge tag 'drm-misc-fixes-2026-03-06' of https://gitlab.freedesktop.org/drm/m...Dave Airlie3-12/+12
2026-03-06Merge tag 'drm-misc-fixes-2026-03-05' of https://gitlab.freedesktop.org/drm/m...Dave Airlie7-10/+26
2026-03-06Merge tag 'drm-intel-fixes-2026-03-05' of https://gitlab.freedesktop.org/drm/...Dave Airlie1-3/+8
2026-03-06drm/xe/xe_hw_error: Add support for PVC SoC errorsRiana Tauro2-0/+231