mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
drm/xe: Fix copyright in xe_ttm_stolen_mgr
- Correct Red Hat copyright year from "2002" to "2022". - Sort the include lines alphabetically. No functional changes intended. Reviewed-by: Tejas Upadhyay <tejas.upadhyay@intel.com> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Shuicheng Lin <shuicheng.lin@intel.com> Link: https://lore.kernel.org/r/20251009230239.2830207-7-shuicheng.lin@intel.com Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
This commit is contained in:
committed by
Rodrigo Vivi
parent
f85d4062bc
commit
0145a99eac
@@ -1,7 +1,7 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
/*
|
||||
* Copyright © 2021-2023 Intel Corporation
|
||||
* Copyright (C) 2021-2002 Red Hat
|
||||
* Copyright (C) 2021-2022 Red Hat
|
||||
*/
|
||||
|
||||
#include <drm/drm_managed.h>
|
||||
@@ -24,8 +24,8 @@
|
||||
#include "xe_sriov.h"
|
||||
#include "xe_ttm_stolen_mgr.h"
|
||||
#include "xe_ttm_vram_mgr.h"
|
||||
#include "xe_wa.h"
|
||||
#include "xe_vram.h"
|
||||
#include "xe_wa.h"
|
||||
|
||||
struct xe_ttm_stolen_mgr {
|
||||
struct xe_ttm_vram_mgr base;
|
||||
|
||||
Reference in New Issue
Block a user