summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2025-11-26drm/vkms: Add tests for CTM handlingHarry Wentland-1/+251
2025-11-26drm/tests: Add a few tests around drm_fixed.hHarry Wentland-1/+73
2025-11-26drm/vkms: add 3x4 matrix in color pipelineHarry Wentland-2/+67
2025-11-26drm/vkms: Use s32 for internal color pipeline precisionHarry Wentland-2/+29
2025-11-26drm/colorop: Add 3x4 CTM typeHarry Wentland-0/+81
2025-11-26drm/vkms: Add kunit tests for linear and sRGB LUTsHarry Wentland-13/+55
2025-11-26drm/vkms: Add config for default plane pipelineLouis Chauvet-21/+71
2025-11-26drm/vkms: Add enumerated 1D curve coloropHarry Wentland-2/+968
2025-11-26drm/vkms: Pass plane_cfg to plane initializationLouis Chauvet-9/+8
2025-11-26drm/colorop: Add destroy functions for color pipelineAlex Hung-0/+36
2025-11-26Documentation/gpu: document drm_coloropHarry Wentland-0/+31
2025-11-26drm/colorop: Introduce DRM_CLIENT_CAP_PLANE_COLOR_PIPELINEHarry Wentland-0/+27
2025-11-26drm/plane: Add COLOR PIPELINE propertyHarry Wentland-0/+150
2025-11-26drm/colorop: Add atomic state print for drm_coloropHarry Wentland-1/+32
2025-11-26drm/colorop: Add NEXT propertyHarry Wentland-0/+27
2025-11-26drm/colorop: Add BYPASS propertyHarry Wentland-1/+20
2025-11-26drm/colorop: Add 1D Curve subtypeHarry Wentland-4/+145
2025-11-26drm/colorop: Add TYPE propertyHarry Wentland-3/+20
2025-11-26drm/colorop: Introduce new drm_colorop mode objectHarry Wentland-0/+237
2025-11-26drm/vkms: Add kunit tests for VKMS LUT handlingHarry Wentland-4/+151
2025-11-26drm/xe: Covert return of -EBUSY to -ENOMEM in VM bind IOCTLMatthew Brost-1/+10
2025-11-26drm/gpusvm: Limit the number of retries in drm_gpusvm_get_pagesMatthew Brost-0/+3
2025-11-26drm/amdgpu: fix cyan_skillfish2 gpu info fw handlingAlex Deucher-0/+2
2025-11-26drm/amdgpu: attach tlb fence to the PTs updatePrike Liang-1/+1
2025-11-26drm/amd/display: Increase EDID read retriesMario Limonciello (AMD)-4/+4
2025-11-26drm/amd/display: Don't change brightness for disabled connectorsMario Limonciello (AMD)-0/+15
2025-11-26drm/amd/display: Check NULL before accessingAlex Hung-3/+8
2025-11-26Revert "drm/amd/display: Move setup_stream_attribute"Alex Deucher-12/+3
2025-11-26drm/amdgpu: fix cyan_skillfish2 gpu info fw handlingAlex Deucher-0/+2
2025-11-26drm/amdgpu: Fix CPER ring debugfs read buffer overflow riskSrinivasan Shanmugam-0/+5
2025-11-26drm/amdgpu: attach tlb fence to the PTs updatePrike Liang-1/+1
2025-11-26drm/amdkfd: assign AID to uuid in topology for SPX modeEric Huang-1/+3
2025-11-26drm/amd/display: Check ATOM_DEVICE_CRT2_SUPPORT in dc_load_detectionIvan Lipski-1/+1
2025-11-26drm/amd/display: Add cursor offload abort to the new HWSS pathNicholas Kazlauskas-0/+39
2025-11-26drm/amd/display: Increase EDID read retriesMario Limonciello (AMD)-4/+4
2025-11-26drm/amd/display: Fix dereference-before-check for dc_linkSrinivasan Shanmugam-5/+4
2025-11-26drm/amd/display: Don't change brightness for disabled connectorsMario Limonciello (AMD)-0/+15
2025-11-26drm/amd/display: Fix logical vs bitwise bug in get_embedded_panel_info_v2_1()Dan Carpenter-4/+4
2025-11-26drm/amd/display: Check NULL before accessingAlex Hung-3/+8
2025-11-26Revert "drm/amd/display: Move setup_stream_attribute"Alex Deucher-12/+3
2025-11-26drm/amdgpu: free job fences on failure in amdgpu_job_alloc_with_ibPierre-Eric Pelloux-Prayer-0/+2
2025-11-26drm/amdgpu: clear job on failure in amdgpu_job_alloc(_with_ib)Pierre-Eric Pelloux-Prayer-0/+2
2025-11-26drm/amdgpu: use ttm_resource_manager_cleanupPierre-Eric Pelloux-Prayer-2/+4
2025-11-26drm/ttm: rework pipelined eviction fence handlingPierre-Eric Pelloux-Prayer-50/+84
2025-11-26drm/panthor: Reset queue slots if termination failsAshley Smith-2/+12
2025-11-26drm/panthor: Make the timeout per-queue instead of per-jobAshley Smith-78/+199
2025-11-26drm/gem: Correct error condition in drm_gem_objects_lookupSteven Price-5/+2
2025-11-26drm/xe: Add caching pagetable flagZbigniew KempczyƄski-2/+10
2025-11-26drm/xe/vm: Skip ufence association for CPU address mirror VMA during MAPHimal Prasad Ghimiray-1/+2
2025-11-26drm/xe/svm: Enable UNMAP for VMA merging operationsHimal Prasad Ghimiray-6/+8