aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2025-10-14drm/xe/ct: Separate waiting for retry from ct send functionTomasz Lis1-25/+39
2025-10-14drm/i915/display: add HAS_AUX_CCS() feature checkJani Nikula4-7/+4
2025-10-14drm/i915/display: duplicate 128-byte Y-tiling feature checkJani Nikula3-3/+2
2025-10-14drm/i915: include gen 2 in HAS_128_BYTE_Y_TILING()Jani Nikula3-5/+5
2025-10-14Merge drm/drm-next into drm-xe-nextThomas Hellström128-806/+1500
2025-10-14drm: atmel-hlcdc: fix atmel_xlcdc_plane_setup_scaler()Cyrille Pitchen1-3/+24
2025-10-14Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann1109-18759/+38348
2025-10-14drm: atmel-hlcdc: update the LCDC_ATTRE register in plane atomic_disableManikandan Muralidharan2-4/+16
2025-10-14drm/rockchip: vop2: use correct destination rectangle height checkAlok Tiwari1-1/+1
2025-10-14drm/ttm: Add safety check for NULL man->bdev in ttm_resource_manager_usageJesse.Zhang1-0/+3
2025-10-14Merge drm/drm-next into drm-intel-nextJani Nikula138-878/+1603
2025-10-14drm/draw: fix color truncation in drm_draw_fill24Francesco Valla2-2/+2
2025-10-13drm/xe/guc: Check GuC running state before deregistering exec queueShuicheng Lin1-1/+12
2025-10-13drm/xe: Enable media sampler power gatingVinay Belgaumkar2-0/+9
2025-10-13drm/xe: Handle mixed mappings and existing VRAM on atomic faultsMatthew Brost1-1/+12
2025-10-13drm/xe/migrate: Fix an error pathThomas Hellström1-1/+1
2025-10-13drm/xe: Move rebar to be done earlierLucas De Marchi3-8/+29
2025-10-13drm/xe: Don't allow evicting of BOs in same VM in array of VM bindsMatthew Brost2-9/+24
2025-10-13drm/xe: Increase global invalidation timeout to 1000usKenneth Graunke1-1/+1
2025-10-13drm/xe: Enable 2M pages in xe_migrate_vramMatthew Brost1-8/+45
2025-10-13drm/xe: Fix build_pt_update_batch_sram for non-4K PAGE_SIZEMatthew Brost1-8/+22
2025-10-13drm/xe: Fix comments in xe_gt structShuicheng Lin1-5/+5
2025-10-13drm/i915/gem: fix typo in comment (I915_EXEC_NO_RELOC)Marlon Henrique Sanches1-1/+1
2025-10-13drm/amd: Drop calls to restore power limit and clock from smu_resume()Mario Limonciello1-13/+0
2025-10-13drm/amdgpu: update remove after reset flag for MES remove queueJonathan Kim5-2/+13
2025-10-13drm/amdgpu: Add ras module files into amdgpuYiPeng Chai11-18/+20
2025-10-13drm/amdgpu/userqueue: validate userptrs for userqueuesSunil Khatri1-0/+79
2025-10-13drm/amdgpu: update the functions to use amdgpu version of hmmSunil Khatri13-44/+56
2025-10-13drm/amdgpu: Reserve discovery TMR only if neededLijo Lazar3-14/+19
2025-10-13drm/amd/pm: export a function amdgpu_smu_ras_send_msg to allow send msg directlyYiPeng Chai3-0/+41
2025-10-13drm/amd/pm: Grant interface access after full initLijo Lazar1-1/+2
2025-10-13drm/amdgpu: Move reset-on-init sequence earlierLijo Lazar1-3/+2
2025-10-13drm/amdgpu: Add amdgpu_discovery_infoLijo Lazar6-97/+129
2025-10-13drm/amdgpu: Reorganize sysfs ini/fini callsLijo Lazar1-37/+51
2025-10-13drm/amdgpu: clean up and unify hw fence handlingAlex Deucher8-167/+63
2025-10-13drm/amd: Save and restore all limit typesMario Limonciello2-8/+14
2025-10-13drm/amd: Remove second call to set_power_limit()Mario Limonciello1-12/+9
2025-10-13drm/amd: Stop overloading power limit with limit typeMario Limonciello7-13/+10
2025-10-13drm/amdgpu/userq: drop VCN and VPE doorbell handlingAlex Deucher1-11/+0
2025-10-13drm/amd: Pass userq suspend failures up to callerMario Limonciello1-1/+3
2025-10-13drm/amd: Fix error handling with multiple userq IDRsMario Limonciello1-14/+11
2025-10-13drm/amd: Pass IP suspend errors up to callersMario Limonciello1-3/+8
2025-10-13drm/amd: Don't always set IP block HW status to falseMario Limonciello1-1/+0
2025-10-13drm/amd: Remove comment about handling errors in amdgpu_device_ip_suspend_pha...Mario Limonciello1-1/+0
2025-10-13drm/amd: Stop exporting amdgpu_device_ip_suspend() outside amdgpu_deviceMario Limonciello2-2/+1
2025-10-13drm/amd: Unify shutdown() callback behaviorMario Limonciello1-1/+2
2025-10-13drm/amdgpu: validate userq va for GEM unmapPrike Liang3-0/+46
2025-10-13drm/amdgpu: validate the queue va for resuming the queuePrike Liang1-0/+44
2025-10-13drm/amdgpu: keeping waiting userq fence infinitelyPrike Liang1-4/+9
2025-10-13drm/amdgpu: track the userq bo va for its obj managementPrike Liang1-0/+36