2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/drivers/gpu/drm/vkms
Harry Wentland 8ec43c58d3
drm/vkms: Round fixp2int conversion in lerp_u16
fixp2int always rounds down, fixp2int_ceil rounds up. We need
the new fixp2int_round.

Signed-off-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Louis Chauvet <louis.chauvet@bootlin.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241220043410.416867-3-alex.hung@amd.com
Signed-off-by: Louis Chauvet <louis.chauvet@bootlin.com>
2025-02-25 16:15:55 +01:00
..
Kconfig drm/vkms: Run DRM default client setup 2024-09-26 09:31:28 +02:00
Makefile drm: vkms: Refactor the plane composer to accept new formats 2022-09-05 20:18:35 -01:00
vkms_composer.c drm/vkms: Round fixp2int conversion in lerp_u16 2025-02-25 16:15:55 +01:00
vkms_crtc.c drm/vkms: Code formatting 2024-11-22 14:00:05 +01:00
vkms_drv.c drm: remove driver date from struct drm_driver and all drivers 2024-12-05 12:35:42 +02:00
vkms_drv.h drm/vkms: Re-introduce line-per-line composition algorithm 2024-11-22 14:00:08 +01:00
vkms_formats.c drm/vkms: Re-introduce line-per-line composition algorithm 2024-11-22 14:00:08 +01:00
vkms_formats.h drm/vkms: Re-introduce line-per-line composition algorithm 2024-11-22 14:00:08 +01:00
vkms_output.c drm/vkms: Remove index parameter from init_vkms_output 2024-11-22 10:49:35 +01:00
vkms_plane.c drm/vkms: Remove useless drm_rotation_simplify 2024-11-22 14:00:08 +01:00
vkms_writeback.c drm/vkms: Use drm_frame directly 2024-11-22 14:00:05 +01:00