aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2024-01-09drm/amd/display: To adjust dprefclk by down spread percentageMartin Tsai7-5/+93
2024-01-09drm/amdkfd: Fix lock dependency warningFelix Kuehling1-16/+10
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-18/+18
2024-01-09drm/xe/xe2_lpg: Add Wa_16018610683Shekhar Chauhan2-1/+7
2024-01-09drm/i915/guc: Avoid circular locking issue on busyness flushJohn Harrison2-2/+48
2024-01-09drm/nouveau/disp: switch to use kmemdup() helperChen Haonan1-2/+1
2024-01-09drm/i915/guc: Close deregister-context race against CT-lossAlan Previn2-5/+78
2024-01-09drm/i915/guc: Flush context destruction worker at suspendAlan Previn3-0/+9
2024-01-09drm/v3d: Fix support for register debugging on the RPi 4Maíra Canal1-10/+10
2024-01-09drm/bridge: Fixed a DP link training bugxiazhengqiao1-1/+3
2024-01-09drm/xe: Annotate xe_ttm_stolen_mgr::mapping with __iomemThomas Hellström1-2/+2
2024-01-09drm/xe: Annotate multiple mmio pointers with __iomemThomas Hellström1-3/+3
2024-01-09drm/xe: Annotate xe_mem_region::mapping with __iomemThomas Hellström2-3/+3
2024-01-09drm/xe: Use __iomem for the regs pointerThomas Hellström1-1/+1
2024-01-09drm/xe/vm: Fix an error pathThomas Hellström1-3/+5
2024-01-09drm/xe/guc: Only take actions in CT irq handler if CTs are enabledMatthew Brost1-2/+4
2024-01-09drm/xe: Fix exec IOCTL long running exec queue ring full conditionMatthew Brost1-3/+4
2024-01-09drm/xe/exec: reserve fence slot for CPU bindMatthew Auld1-5/+7
2024-01-09drm/xe/exec: move fence reservationMatthew Auld1-2/+38
2024-01-09drm/i915/psr: Disable early transport by defaultJouni Högander1-0/+3
2024-01-09drm/i915/psr: Enable psr2 early transport as possibleJouni Högander3-8/+31
2024-01-09drm/i915/psr: Configure PIPE_SRCSZ_ERLY_TPT for psr2 early transportJouni Högander2-0/+15
2024-01-09drm/i915/psr: Calculate and configure CUR_POS_ERLY_TPTJouni Högander2-7/+27
2024-01-09drm/i915/psr: Carry su area in crtc_stateJouni Högander2-28/+36
2024-01-09drm/i915/psr: Extend SU area to cover cursor fully if neededJouni Högander1-1/+37
2024-01-09drm/panel: nt35510: support FRIDA FRD400B25025-A-CTKDario Binacchi1-32/+252
2024-01-09drm/panel: nt35510: move hardwired parameters to configurationDario Binacchi1-25/+115
2024-01-09drm/i915/dp: Fix the max DSC bpc supported by sourceAnkit Nautiyal1-1/+1
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov4-7/+7
2024-01-08mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov2-11/+11
2024-01-09Merge tag 'amd-drm-next-6.8-2024-01-05' of https://gitlab.freedesktop.org/agd...Dave Airlie197-2109/+4090
2024-01-08drm/bridge: parade-ps8640: Wait for HPD when doing an AUX transferDouglas Anderson1-0/+5
2024-01-08drm/xe/dgfx: Release mmap mappings on rpm suspendBadal Nilawar7-4/+93
2024-01-08drm/panel-edp: use put_sync in unprepareHsin-Yi Wang1-2/+1
2024-01-08drm/xe/xe2: synchronise CS_CHICKEN1 with WMTP supportNirmoy Das2-0/+22
2024-01-08drm/i915/cdclk: Re-use bxt_cdclk_ctl() when sanitizingGustavo Sousa1-23/+3
2024-01-08drm/i915/cdclk: Reorder bxt_sanitize_cdclk()Gustavo Sousa1-12/+12
2024-01-08drm/i915/cdclk: Extract bxt_cdclk_ctl()Gustavo Sousa1-22/+35
2024-01-08drm/i915/xe2lpd: Update bxt_sanitize_cdclk()Gustavo Sousa1-1/+4
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2-10/+9
2024-01-08drm/xe/kunit: Drop xe_wa tests for pre-production DG2Lucas De Marchi1-6/+0
2024-01-08drm/nouveau/volt/gk20a: don't misuse kernel-doc commentsRandy Dunlap1-2/+2
2024-01-08drm/nouveau/gr/gf100: don't misuse kernel-doc commentsRandy Dunlap1-1/+1
2024-01-08drm/nouveau: don't misuse kernel-doc commentsRandy Dunlap1-2/+2
2024-01-08drm/nouveau/disp: don't misuse kernel-doc commentsRandy Dunlap1-2/+2
2024-01-08drm/nouveau/bios/init: drop kernel-doc notationRandy Dunlap1-68/+68
2024-01-08drm/i915/dp: Abort AUX on disconnected native DP portsImre Deak1-4/+1
2024-01-08drm/i915: Filter out glitches on HPD lines during hotplug detectionImre Deak3-2/+21
2024-01-08drm/i915: Add intel_digital_port lock/unlock hooksImre Deak7-31/+56
2024-01-08drm/i915: Disable hotplug detection handlers during driver init/shutdownImre Deak8-0/+39