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/amdgpu: Clean up atom header file inclusion

atom bios header files are not required in these files.

Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Lijo Lazar and committed by
Alex Deucher
a5219b41 abab9781

-21
-1
drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c
··· 28 28 #include "amdgpu.h" 29 29 #include "amdgpu_vm.h" 30 30 #include "amdgpu_res_cursor.h" 31 - #include "amdgpu_atomfirmware.h" 32 31 #include "atom.h" 33 32 34 33 #define AMDGPU_MAX_SG_SEGMENT_SIZE (2UL << 30)
-1
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
··· 29 29 #include "amdgpu_gfx.h" 30 30 #include "amdgpu_psp.h" 31 31 #include "amdgpu_smu.h" 32 - #include "amdgpu_atomfirmware.h" 33 32 #include "imu_v11_0.h" 34 33 #include "soc21.h" 35 34 #include "nvd.h"
-1
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
··· 29 29 #include "amdgpu_gfx.h" 30 30 #include "amdgpu_psp.h" 31 31 #include "amdgpu_smu.h" 32 - #include "amdgpu_atomfirmware.h" 33 32 #include "imu_v12_0.h" 34 33 #include "soc24.h" 35 34 #include "nvd.h"
-1
drivers/gpu/drm/amd/amdgpu/gfx_v9_4.c
··· 27 27 #include "amdgpu_gfx.h" 28 28 #include "soc15.h" 29 29 #include "soc15d.h" 30 - #include "amdgpu_atomfirmware.h" 31 30 #include "amdgpu_pm.h" 32 31 33 32 #include "gc/gc_9_4_1_offset.h"
-1
drivers/gpu/drm/amd/amdgpu/hdp_v4_0.c
··· 21 21 * 22 22 */ 23 23 #include "amdgpu.h" 24 - #include "amdgpu_atombios.h" 25 24 #include "hdp_v4_0.h" 26 25 #include "amdgpu_ras.h" 27 26
-1
drivers/gpu/drm/amd/amdgpu/hdp_v5_0.c
··· 21 21 * 22 22 */ 23 23 #include "amdgpu.h" 24 - #include "amdgpu_atombios.h" 25 24 #include "hdp_v5_0.h" 26 25 27 26 #include "hdp/hdp_5_0_0_offset.h"
-1
drivers/gpu/drm/amd/amdgpu/hdp_v5_2.c
··· 21 21 * 22 22 */ 23 23 #include "amdgpu.h" 24 - #include "amdgpu_atombios.h" 25 24 #include "hdp_v5_2.h" 26 25 27 26 #include "hdp/hdp_5_2_1_offset.h"
-1
drivers/gpu/drm/amd/amdgpu/hdp_v6_0.c
··· 21 21 * 22 22 */ 23 23 #include "amdgpu.h" 24 - #include "amdgpu_atombios.h" 25 24 #include "hdp_v6_0.h" 26 25 27 26 #include "hdp/hdp_6_0_0_offset.h"
-1
drivers/gpu/drm/amd/amdgpu/hdp_v7_0.c
··· 21 21 * 22 22 */ 23 23 #include "amdgpu.h" 24 - #include "amdgpu_atombios.h" 25 24 #include "hdp_v7_0.h" 26 25 27 26 #include "hdp/hdp_7_0_0_offset.h"
-1
drivers/gpu/drm/amd/amdgpu/nbif_v6_3_1.c
··· 21 21 * 22 22 */ 23 23 #include "amdgpu.h" 24 - #include "amdgpu_atombios.h" 25 24 #include "nbif_v6_3_1.h" 26 25 27 26 #include "nbif/nbif_6_3_1_offset.h"
-1
drivers/gpu/drm/amd/amdgpu/nbio_v2_3.c
··· 21 21 * 22 22 */ 23 23 #include "amdgpu.h" 24 - #include "amdgpu_atombios.h" 25 24 #include "nbio_v2_3.h" 26 25 27 26 #include "nbio/nbio_2_3_default.h"
-1
drivers/gpu/drm/amd/amdgpu/nbio_v4_3.c
··· 21 21 * 22 22 */ 23 23 #include "amdgpu.h" 24 - #include "amdgpu_atombios.h" 25 24 #include "nbio_v4_3.h" 26 25 27 26 #include "nbio/nbio_4_3_0_offset.h"
-1
drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c
··· 21 21 * 22 22 */ 23 23 #include "amdgpu.h" 24 - #include "amdgpu_atombios.h" 25 24 #include "nbio_v6_1.h" 26 25 27 26 #include "nbio/nbio_6_1_default.h"
-1
drivers/gpu/drm/amd/amdgpu/nbio_v7_0.c
··· 21 21 * 22 22 */ 23 23 #include "amdgpu.h" 24 - #include "amdgpu_atombios.h" 25 24 #include "nbio_v7_0.h" 26 25 27 26 #include "nbio/nbio_7_0_default.h"
-1
drivers/gpu/drm/amd/amdgpu/nbio_v7_11.c
··· 21 21 * 22 22 */ 23 23 #include "amdgpu.h" 24 - #include "amdgpu_atombios.h" 25 24 #include "nbio_v7_11.h" 26 25 27 26 #include "nbio/nbio_7_11_0_offset.h"
-1
drivers/gpu/drm/amd/amdgpu/nbio_v7_2.c
··· 21 21 * 22 22 */ 23 23 #include "amdgpu.h" 24 - #include "amdgpu_atombios.h" 25 24 #include "nbio_v7_2.h" 26 25 27 26 #include "nbio/nbio_7_2_0_offset.h"
-1
drivers/gpu/drm/amd/amdgpu/nbio_v7_4.c
··· 21 21 * 22 22 */ 23 23 #include "amdgpu.h" 24 - #include "amdgpu_atombios.h" 25 24 #include "nbio_v7_4.h" 26 25 #include "amdgpu_ras.h" 27 26
-1
drivers/gpu/drm/amd/amdgpu/nbio_v7_7.c
··· 21 21 * 22 22 */ 23 23 #include "amdgpu.h" 24 - #include "amdgpu_atombios.h" 25 24 #include "nbio_v7_7.h" 26 25 27 26 #include "nbio/nbio_7_7_0_offset.h"
-1
drivers/gpu/drm/amd/amdgpu/nbio_v7_9.c
··· 21 21 * 22 22 */ 23 23 #include "amdgpu.h" 24 - #include "amdgpu_atombios.h" 25 24 #include "nbio_v7_9.h" 26 25 #include "amdgpu_ras.h" 27 26
-1
drivers/gpu/drm/amd/amdgpu/soc15.c
··· 28 28 #include <drm/amdgpu_drm.h> 29 29 30 30 #include "amdgpu.h" 31 - #include "amdgpu_atombios.h" 32 31 #include "amdgpu_ih.h" 33 32 #include "amdgpu_uvd.h" 34 33 #include "amdgpu_vce.h"
-1
drivers/gpu/drm/amd/amdgpu/soc24.c
··· 26 26 #include <linux/pci.h> 27 27 28 28 #include "amdgpu.h" 29 - #include "amdgpu_atombios.h" 30 29 #include "amdgpu_ih.h" 31 30 #include "amdgpu_uvd.h" 32 31 #include "amdgpu_vce.h"