aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2025-10-22drm/vkms: Allow to configure multiple planes via configfsLouis Chauvet1-0/+88
2025-10-22drm/vkms: Add and remove VKMS instances via configfsLouis Chauvet5-1/+190
2025-10-22drm/vkms: Expose device creation and destructionJosé Expósito2-2/+22
2025-10-22drm/sitronix/st7571-i2c: remove unneeded semicolonMarcus Folkesson1-1/+1
2025-10-21drm/xe: Fix stolen size check to allow equal WOPCM sizeShuicheng Lin1-1/+1
2025-10-21rust: driver: let probe() return impl PinInit<Self, Error>Danilo Krummrich2-4/+4
2025-10-21drm/amd/display: use GFP_NOWAIT for allocation in interrupt handlerAurabindo Pillai1-2/+2
2025-10-21drm/amd/display: increase max link count and fix link->enc NULL pointer accessCharlene Liu2-1/+10
2025-10-21drm/amd/display: Fix NULL pointer dereferenceMeenakshikumar Somasundaram1-1/+2
2025-10-21drm/i915/display: Add no_psr_reason to PSR debugfsMichał Grzelak2-4/+21
2025-10-21drm/xe/display: Make panic support work on vram.Maarten Lankhorst1-14/+36
2025-10-21drm/xe: Extract xe_bo_is_visible_vramMaarten Lankhorst2-1/+19
2025-10-21drm/panic: Fix 24bit pixel crossing page boundariesJocelyn Falempe1-2/+44
2025-10-21drm/panic: Fix divide by 0 if the screen width < font widthJocelyn Falempe1-1/+1
2025-10-21drm/panic: Fix kmsg text drawing rectangleJocelyn Falempe1-1/+1
2025-10-21drm/panic: Fix qr_code, ensure vmargin is positiveJocelyn Falempe1-1/+4
2025-10-21drm/panic: Fix overlap between qr code and logoJocelyn Falempe1-1/+1
2025-10-21drm/panic: Fix drawing the logo on a small narrow screenJocelyn Falempe1-0/+3
2025-10-21Merge tag 'drm-misc-next-2025-10-02' of https://gitlab.freedesktop.org/drm/mi...Simona Vetter119-1583/+4424
2025-10-21Merge tag 'drm-xe-next-2025-10-20' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie143-2099/+4645
2025-10-20drm/xe/xe3p_lpm: Add special check in Media GT for Main GAMCTRLBalasubramani Vivekanandan2-0/+25
2025-10-20drm/xe/xe3p_lpm: Configure MAIN_GAMCTRL_QUEUE_SELECTBrian Welty5-1/+37
2025-10-20drm/xe/uapi: Hide the madvise autoreset behind a VM_BIND flagThomas Hellström3-3/+15
2025-10-20drm/xe: Retain vma flags when recreating and splitting vmas for madviseThomas Hellström3-67/+32
2025-10-20drm/amdgpu: Remove unused members in amdgpu_mmanLijo Lazar1-3/+0
2025-10-20drm/amdgpu: query block error count of ras moduleYiPeng Chai1-1/+28
2025-10-20drm/amdgpu: Add logic for VF data exchange region to init from dynamic crit_r...Ellen Pan1-19/+85
2025-10-20drm/amdgpu: Add logic for VF ipd and VF bios to init from dynamic crit_region...Ellen Pan4-14/+85
2025-10-20drm/amdgpu: Reuse fw_vram_usage_* for dynamic critical region in SRIOVEllen Pan3-18/+30
2025-10-20drm/amdgpu: Introduce SRIOV critical regions v2 during VF initEllen Pan4-0/+220
2025-10-20drm/amdgpu: Add SRIOV crit_region_version supportEllen Pan4-9/+32
2025-10-20drm/amdgpu: Updated naming of SRIOV critical region offsets/sizes with _V1 su...Ellen Pan2-24/+46
2025-10-20drm/amdgpu: query bad page info of ras moduleYiPeng Chai1-44/+98
2025-10-20drm/amdgpu: ras module supports error injectionYiPeng Chai1-0/+24
2025-10-20drm/amd/ras: Update function and remove redundant codeYiPeng Chai7-127/+55
2025-10-20drm/amd/ras: Update ras command context structure nameYiPeng Chai4-22/+22
2025-10-20drm/amd/display: Promote DC to 3.2.355Taimur Hassan1-1/+1
2025-10-20drm/amd/display: write segment pointer with mot enabled for mstMeenakshikumar Somasundaram2-3/+6
2025-10-20drm/amd/display: Control BW allocation in FW sideCruise Hung5-7/+4
2025-10-20drm/amd/display: Fix misc. checkpatch issuesIlya Bakoulin2-131/+86
2025-10-20drm/amd/display: Change clean dsc blocks condition in accelerated modeLewis Huang1-2/+9
2025-10-20drm/amd/display: Set DCN32 to use update planes and stream version 3Nicholas Carbones1-1/+2
2025-10-20drm/amd/display: Check disable_fec flag before enabling fec.Meenakshikumar Somasundaram1-1/+3
2025-10-20drm/amd/display: Fix GFP_ATOMIC abuseAurabindo Pillai6-37/+33
2025-10-20drm/amdgpu: Enable ras moduleYiPeng Chai1-0/+12
2025-10-20drm/amd: Fix set but not used warningsTiezhu Yang3-11/+8
2025-10-20drm/amdgpu: Add ras module ip block to amdgpu discoveryYiPeng Chai5-1/+32
2025-10-20drm/amdgpu: check save count before RAS bad page savingTao Zhou1-1/+1
2025-10-20drm/amdgpu: add the kernel docs for alloc/free/valid rangeSunil Khatri1-0/+33
2025-10-20drm/amdgpu: use GPU_HDP_FLUSH for sriovVictor Zhao5-3/+95