Skip to content

Commit 8d782ad

Browse files
committed
Merge tag 'drm-intel-gt-next-2025-05-08-1' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-next
Driver Changes: - Fix SLPC wait boosting reference counting to avoid getting stuck on non-boost frequency on power saving profile on DG1/DG2 (Vinay) - Add 20ms delay to engine reset for robustness on HSW (Nitin) - Use proper sleeping functions for timeouts shorter than 20ms (Andi) - Fix fence not released on early probe errors for HuC (Janusz) - Remove const from struct i915_wa list allocation (Kees) - Apply SPDX license format where missing and use single-line format (Andi) - Whitespace fixes (Dan, Andi) - Selftest improvements (Mikolaj, Badal, Sk, Signed-off-by: Dave Airlie <[email protected]> From: Joonas Lahtinen <[email protected]> Link: https://lore.kernel.org/r/aBxNYp0IviE23zy-@jlahtine-mobl
2 parents 5e0c679 + b2602a8 commit 8d782ad

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+111
-87
lines changed

drivers/gpu/drm/i915/gem/i915_gem_busy.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1+
// SPDX-License-Identifier: MIT
12
/*
2-
* SPDX-License-Identifier: MIT
3-
*
43
* Copyright © 2014-2016 Intel Corporation
54
*/
65

drivers/gpu/drm/i915/gem/i915_gem_clflush.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1+
// SPDX-License-Identifier: MIT
12
/*
2-
* SPDX-License-Identifier: MIT
3-
*
43
* Copyright © 2016 Intel Corporation
54
*/
65

drivers/gpu/drm/i915/gem/i915_gem_clflush.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1+
/* SPDX-License-Identifier: MIT */
12
/*
2-
* SPDX-License-Identifier: MIT
3-
*
43
* Copyright © 2016 Intel Corporation
54
*/
65

drivers/gpu/drm/i915/gem/i915_gem_context.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1+
// SPDX-License-Identifier: MIT
12
/*
2-
* SPDX-License-Identifier: MIT
3-
*
43
* Copyright © 2011-2012 Intel Corporation
54
*/
65

drivers/gpu/drm/i915/gem/i915_gem_context.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1+
/* SPDX-License-Identifier: MIT */
12
/*
2-
* SPDX-License-Identifier: MIT
3-
*
43
* Copyright © 2016 Intel Corporation
54
*/
65

drivers/gpu/drm/i915/gem/i915_gem_context_types.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1+
/* SPDX-License-Identifier: MIT */
12
/*
2-
* SPDX-License-Identifier: MIT
3-
*
43
* Copyright © 2019 Intel Corporation
54
*/
65

drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1+
// SPDX-License-Identifier: MIT
12
/*
2-
* SPDX-License-Identifier: MIT
3-
*
43
* Copyright 2012 Red Hat Inc
54
*/
65

drivers/gpu/drm/i915/gem/i915_gem_domain.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1+
// SPDX-License-Identifier: MIT
12
/*
2-
* SPDX-License-Identifier: MIT
3-
*
43
* Copyright © 2014-2016 Intel Corporation
54
*/
65

drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1+
// SPDX-License-Identifier: MIT
12
/*
2-
* SPDX-License-Identifier: MIT
3-
*
43
* Copyright © 2008,2010 Intel Corporation
54
*/
65

drivers/gpu/drm/i915/gem/i915_gem_internal.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1+
// SPDX-License-Identifier: MIT
12
/*
2-
* SPDX-License-Identifier: MIT
3-
*
43
* Copyright © 2014-2016 Intel Corporation
54
*/
65

0 commit comments

Comments
 (0)