aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2025-11-26drm/amd/display: Add AMD color pipeline docHarry Wentland1-20/+102
2025-11-26drm/amd/display: add 3D LUT coloropAlex Hung2-0/+175
2025-11-26drm/colorop: Add 3D LUT support to color pipelineAlex Hung3-0/+86
2025-11-26drm/colorop: allow non-bypass coloropsHarry Wentland4-31/+49
2025-11-26drm/colorop: Define LUT_1D interpolationHarry Wentland4-3/+46
2025-11-26drm/amd/display: Swap matrix and multiplierAlex Hung2-10/+10
2025-11-26drm/amd/display: add multiplier coloropAlex Hung2-0/+55
2025-11-26drm/colorop: Add multiplier typeAlex Hung3-0/+40
2025-11-26drm/amd/display: add 3x4 matrix coloropAlex Hung2-0/+67
2025-11-26drm/amd/display: add shaper and blend colorops for 1D Curve Custom LUTAlex Hung2-77/+251
2025-11-26drm/colorop: Add 1D Curve Custom LUT typeAlex Hung3-0/+52
2025-11-26drm: Add Enhanced LUT precision structureUma Shankar1-0/+43
2025-11-26drm/amd/display: Add support for BT.709 and BT.2020 TFsHarry Wentland2-3/+9
2025-11-26drm/colorop: add BT2020/BT709 OETF and Inverse OETFHarry Wentland1-0/+2
2025-11-26drm/amd/display: Enable support for PQ 125 EOTF and InverseHarry Wentland2-12/+25
2025-11-26drm/colorop: Add PQ 125 EOTF and its inverseHarry Wentland1-0/+2
2025-11-26drm/amd/display: Add support for sRGB EOTF in BLND blockAlex Hung3-0/+94
2025-11-26drm/amd/display: Add support for sRGB Inverse EOTF in SHAPER blockAlex Hung3-0/+93
2025-11-26drm/amd/display: Add support for sRGB EOTF in DEGAM blockAlex Hung5-3/+211
2025-11-26drm/amd/display: Skip color pipeline initialization for cursor planeAlex Hung1-0/+3
2025-11-26drm/amd/display: Add bypass COLOR PIPELINEHarry Wentland1-0/+20
2025-11-26drm/amd/display: Ignore deprecated props when plane_color_pipeline setHarry Wentland1-0/+4
2025-11-26drm/colorop: pass plane_color_pipeline client cap to atomic checkHarry Wentland1-0/+1
2025-11-26drm/vkms: Add tests for CTM handlingHarry Wentland3-1/+251
2025-11-26drm/tests: Add a few tests around drm_fixed.hHarry Wentland2-1/+73
2025-11-26drm/vkms: add 3x4 matrix in color pipelineHarry Wentland2-2/+67
2025-11-26drm/vkms: Use s32 for internal color pipeline precisionHarry Wentland2-2/+29
2025-11-26drm/colorop: Add 3x4 CTM typeHarry Wentland3-0/+81
2025-11-26drm/vkms: Add kunit tests for linear and sRGB LUTsHarry Wentland3-13/+55
2025-11-26drm/vkms: Add config for default plane pipelineLouis Chauvet5-21/+71
2025-11-26drm/vkms: Add enumerated 1D curve coloropHarry Wentland8-2/+968
2025-11-26drm/vkms: Pass plane_cfg to plane initializationLouis Chauvet3-9/+8
2025-11-26drm/colorop: Add destroy functions for color pipelineAlex Hung1-0/+36
2025-11-26Documentation/gpu: document drm_coloropHarry Wentland1-0/+31
2025-11-26drm/colorop: Introduce DRM_CLIENT_CAP_PLANE_COLOR_PIPELINEHarry Wentland4-0/+27
2025-11-26drm/plane: Add COLOR PIPELINE propertyHarry Wentland4-0/+150
2025-11-26drm/colorop: Add atomic state print for drm_coloropHarry Wentland1-1/+32
2025-11-26drm/colorop: Add NEXT propertyHarry Wentland1-0/+27
2025-11-26drm/colorop: Add BYPASS propertyHarry Wentland2-1/+20
2025-11-26drm/colorop: Add 1D Curve subtypeHarry Wentland2-4/+145
2025-11-26drm/colorop: Add TYPE propertyHarry Wentland3-3/+20
2025-11-26drm/colorop: Introduce new drm_colorop mode objectHarry Wentland6-0/+237
2025-11-26drm/vkms: Add kunit tests for VKMS LUT handlingHarry Wentland4-4/+151
2025-11-26drm/xe: Covert return of -EBUSY to -ENOMEM in VM bind IOCTLMatthew Brost1-1/+10
2025-11-26drm/gpusvm: Limit the number of retries in drm_gpusvm_get_pagesMatthew Brost1-0/+3
2025-11-26drm/amdgpu: fix cyan_skillfish2 gpu info fw handlingAlex Deucher1-0/+2
2025-11-26drm/amdgpu: attach tlb fence to the PTs updatePrike Liang1-1/+1
2025-11-26drm/amd/display: Increase EDID read retriesMario Limonciello (AMD)1-4/+4
2025-11-26drm/amd/display: Don't change brightness for disabled connectorsMario Limonciello (AMD)1-0/+15
2025-11-26drm/amd/display: Check NULL before accessingAlex Hung1-3/+8