Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amd/display: Move vmalloc include to header file

[Why & How]
Move vmalloc.h include code to header file.

Reviewed-by: ChiaHsuan Chung <chiahsuan.chung@amd.com>
Signed-off-by: Ray Wu <ray.wu@amd.com>
Signed-off-by: Wayne Lin <wayne.lin@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Ray Wu and committed by
Alex Deucher
56f61840 dbb767be

+1 -4
-2
drivers/gpu/drm/amd/display/dc/dml2/dml21/dml21_wrapper.c
··· 2 2 // 3 3 // Copyright 2024 Advanced Micro Devices, Inc. 4 4 5 - #include <linux/vmalloc.h> 6 - 7 5 #include "dml2_internal_types.h" 8 6 #include "dml_top.h" 9 7 #include "dml2_core_dcn4_calcs.h"
-2
drivers/gpu/drm/amd/display/dc/dml2/dml2_wrapper.c
··· 24 24 * 25 25 */ 26 26 27 - #include <linux/vmalloc.h> 28 - 29 27 #include "display_mode_core.h" 30 28 #include "dml2_internal_types.h" 31 29 #include "dml2_utils.h"
+1
drivers/gpu/drm/amd/display/dc/os_types.h
··· 31 31 #include <linux/kgdb.h> 32 32 #include <linux/delay.h> 33 33 #include <linux/mm.h> 34 + #include <linux/vmalloc.h> 34 35 35 36 #include <asm/byteorder.h> 36 37