summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vkms
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-15/+15
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-18/+19
2026-01-28BackMerge tag 'v6.19-rc7' into drm-nextDave Airlie-7/+8
2026-01-22drm/vkms: Fix color pipeline enum name leakChaitanya Kumar Borah-7/+8
2025-12-22drm/atomic: convert drm_atomic_get_{old, new}_colorop_state() into proper fun...Jani Nikula-0/+2
2025-11-26drm/colorop: allow non-bypass coloropsHarry Wentland-4/+6
2025-11-26drm/vkms: Add tests for CTM handlingHarry Wentland-1/+251
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/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/vkms: Add kunit tests for VKMS LUT handlingHarry Wentland-4/+151
2025-11-04drm/vkms: Fix use after frees on error pathsDan Carpenter-5/+15
2025-10-31drm: include drm_print.h where neededJani Nikula-0/+6
2025-10-22drm/vkms: Allow to configure connector status via configfsJosé Expósito-0/+61
2025-10-22drm/vkms: Allow to update the connector statusJosé Expósito-0/+31
2025-10-22drm/vkms: Allow to configure connector statusJosé Expósito-2/+56
2025-10-22drm/vkms: Allow to configure the default device creationJosé Expósito-0/+7
2025-10-22drm/vkms: Allow to attach connectors and encoders via configfsLouis Chauvet-0/+62
2025-10-22drm/vkms: Allow to configure multiple connectors via configfsLouis Chauvet-0/+87
2025-10-22drm/vkms: Allow to attach encoders and CRTCs via configfsLouis Chauvet-0/+58
2025-10-22drm/vkms: Allow to configure multiple encoders via configfsLouis Chauvet-0/+87
2025-10-22drm/vkms: Allow to attach planes and CRTCs via configfsLouis Chauvet-0/+58
2025-10-22drm/vkms: Allow to configure CRTC writeback support via configfsLouis Chauvet-0/+42
2025-10-22drm/vkms: Allow to configure multiple CRTCs via configfsLouis Chauvet-0/+85
2025-10-22drm/vkms: Allow to configure the plane type via configfsLouis Chauvet-0/+46
2025-10-22drm/vkms: Allow to configure multiple planes via configfsLouis Chauvet-0/+88
2025-10-22drm/vkms: Add and remove VKMS instances via configfsLouis Chauvet-1/+190
2025-10-22drm/vkms: Expose device creation and destructionJosé Expósito-2/+22
2025-10-06drm/vkms: Convert vkms_crtc_atomic_check() to use new plane stateMaxime Ripard-2/+2
2025-10-01drm/vkms: Convert to DRM's vblank timerThomas Zimmermann-78/+7
2025-09-05drm/vkms: Add P01* formatsLouis Chauvet-1/+9
2025-09-05drm/vkms: Create helper macro for YUV formatsLouis Chauvet-27/+48
2025-09-05drm/vkms: Change YUV helpers to support u16 inputs for conversionLouis Chauvet-84/+85
2025-09-05drm/vkms: Add support for RGB888 formatsLouis Chauvet-0/+9
2025-09-05drm/vkms: Add support for RGB565 formatsLouis Chauvet-0/+14
2025-09-05drm/vkms: Add support for ARGB16161616 formatsLouis Chauvet-0/+8
2025-09-05drm/vkms: Add support for ARGB8888 formatsLouis Chauvet-3/+15
2025-09-05drm/vkms: Create helpers macro to avoid code duplication in format callbacksLouis Chauvet-127/+65
2025-09-05drm/vkms: Assert if vkms_config_create_*() failsJosé Expósito-5/+46
2025-07-31drm/vkms: Add writeback encoders as possible clonesRobert Mader-0/+15
2025-07-07drm/vkms: convert to use faux_deviceGreg Kroah-Hartman-16/+16
2025-07-03drm: Simplify drmm_alloc_ordered_workqueue returnMatthew Brost-2/+0
2025-06-13drm/vkms: Compile all tests with CONFIG_DRM_VKMS_KUNIT_TESTMaíra Canal-2/+5
2025-05-28drm/vkms: Add support for DRM_FORMAT_R*Louis Chauvet-1/+113
2025-05-28drm/vkms: Create KUnit tests for YUV conversionsArthur Grillo-2/+291
2025-05-28drm/vkms: Add range and encoding properties to the planeArthur Grillo-0/+9