summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorLines
2026-03-09drm/i915/display: convert W/As in intel_cdclk.c to new frameworkLuca Coelho-1/+5
2026-03-09drm/i915/display: convert W/As in intel_display_power.c to new frameworkLuca Coelho-11/+36
2026-03-09drm/i915/display: convert audio workaround to new frameworkLuca Coelho-13/+16
2026-03-09drm/i915/display: remove enum macro magic in intel_display_wa()Luca Coelho-15/+16
2026-03-09drm/tyr: Use DRM device type alias across driverDeborah Brouwer-4/+10
2026-03-09drm/i915/dp: Read ALPM caps after DPCD initArun R Murthy-6/+7
2026-03-09drm/i915/psr: Write DSC parameters on Selective Update in ET modeJouni Högander-0/+10
2026-03-09drm/i915/dsc: Add helper for writing DSC Selective Update ET parametersJouni Högander-0/+26
2026-03-09drm/i915/dsc: Add Selective Update register definitionsJouni Högander-0/+12
2026-03-09drm/i915/psr: Repeat Selective Update area alignmentJouni Högander-12/+38
2026-03-08drm/gud: fix NULL crtc dereference on display disableShenghao Yang-19/+48
2026-03-09Merge tag 'drm-misc-next-2026-03-05' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-223/+120
2026-03-09Merge tag 'amd-drm-next-7.1-2026-03-04' of https://gitlab.freedesktop.org/agd...Dave Airlie-4359/+106719
2026-03-07drm/sitronix/st7586: fix bad pixel data due to byte swapDavid Lechner-9/+6
2026-03-06drm/xe/migrate: Refactor xe_migrate_prepare_vm()Raag Jadav-15/+38
2026-03-06drm/amd: Fix a few more NULL pointer dereference in device cleanupMario Limonciello-0/+6
2026-03-06drm/amdgpu: fix gpu idle power consumption issue for gfx v12Yang Wang-1/+4
2026-03-06drm/amdgpu: Fix kernel-doc comments for some LUT propertiesCristian Ciocaltea-8/+8
2026-03-06drm/amd: Fix NULL pointer dereference in device cleanupMario Limonciello-0/+4
2026-03-06drm/amd/pm: add missing od setting PP_OD_FEATURE_ZERO_FAN_BIT for smu v14Yang Wang-1/+2
2026-03-06drm/amd/pm: add missing od setting PP_OD_FEATURE_ZERO_FAN_BIT for smu v13Yang Wang-2/+4
2026-03-06drm/amdgpu: push userq debugfs function in amdgpu_debugfs filesSunil Khatri-48/+58
2026-03-06drm/amdgpu/userq: declutter the code with gotoSunil Khatri-22/+18
2026-03-06drm/amdgpu/userq: defer queue publication until create completesSunil Khatri-33/+33
2026-03-06drm/amdgpu: Check for multiplication overflow in checkpoint stack sizeDavid Francis-8/+22
2026-03-06drm/amdkfd: fix the warning for potential insecure stringSunil Khatri-2/+2
2026-03-06drm/amdgpu: fix warning for potentially insecure stringSunil Khatri-1/+1
2026-03-06drm/amd/pm: Enable aid/xcd/hbm temperature reportingAsad Kamal-0/+3
2026-03-06drm/amd/pm: Add aid/xcd/hbm temperaturesAsad Kamal-2/+51
2026-03-06drm/amdgpu: include ip discovery data in devcoredumpPierre-Eric Pelloux-Prayer-0/+47
2026-03-06drm/amdgpu: fix gpu idle power consumption issue for gfx v12Yang Wang-1/+4
2026-03-06drm/amdgpu: Fix kernel-doc comments for some LUT propertiesCristian Ciocaltea-8/+8
2026-03-06drm/amdgpu/amdgpu_connectors: remove amdgpu_connector_free_edidJoshua Peisach-15/+7
2026-03-06drm/amdgpu/amdgpu_connectors: use struct drm_edid instead of struct edidJoshua Peisach-23/+23
2026-03-06drm/amdgpu/gfx12.1: add support for disable_kqAlex Deucher-19/+71
2026-03-06drm/amd: Fix a few more NULL pointer dereference in device cleanupMario Limonciello-0/+6
2026-03-06drm/amdgpu: gfx 12.1 cleanupsAlex Deucher-15/+4
2026-03-06drm/radeon: Test for fbdev GEM object with generic helperThomas Zimmermann-25/+4
2026-03-06drm/amdgpu: Move test for fbdev GEM object into generic helperThomas Zimmermann-18/+33
2026-03-06drm/amd/pm: add missing od setting PP_OD_FEATURE_ZERO_FAN_BIT for smu v14Yang Wang-1/+2
2026-03-06drm/amdgpu/userq: remove queue from doorbell xa during clean upSunil Khatri-0/+1
2026-03-06drm/amdgpu/userq: remove queue from doorbell xarraySunil Khatri-0/+1
2026-03-06drm/amd: Fix NULL pointer dereference in device cleanupMario Limonciello-0/+4
2026-03-06drm/amd/pm: add missing od setting PP_OD_FEATURE_ZERO_FAN_BIT for smu v13Yang Wang-2/+4
2026-03-06drm/xe: Don't disable GuCRC in suspend pathVinay Belgaumkar-1/+2
2026-03-06drm/msm/dsi: fix pclk rate calculation for bonded dsiPengyu Luo-6/+23
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton-2/+2
2026-03-06drm/i915: Fix potential overflow of shmem scatterlist lengthJanusz Krzysztofik-3/+9
2026-03-06drm/i915/guc: Fix corrupted copyright symbols in selftest filesKonstantin Khorenko-2/+2
2026-03-06Merge tag 'drm-xe-fixes-2026-03-05' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie-41/+74