Skip to content

Commit 4afcdbb

Browse files
KKaras169169Andi Shyti
authored andcommitted
drm/i915: move GEM_QUIRK_PIN_SWIZZLED_PAGES to i915_gem.h
Move this macro where other GEM_* definitions live. Reviewed-by: Andi Shyti <[email protected]> Signed-off-by: Krzysztof Karas <[email protected]> Reviewed-by: Andi Shyti <[email protected]> Signed-off-by: Andi Shyti <[email protected]> Link: https://lore.kernel.org/all/ca83a9d8aa86bb92de84c31fd075e92a61f78895.1750251040.git.krzysztof.karas@intel.com
1 parent dcf5582 commit 4afcdbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/gpu/drm/i915/i915_drv.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ struct drm_i915_clock_gating_funcs;
6666
struct vlv_s0ix_state;
6767
struct intel_pxp;
6868

69-
#define GEM_QUIRK_PIN_SWIZZLED_PAGES BIT(0)
70-
7169
/* Data Stolen Memory (DSM) aka "i915 stolen memory" */
7270
struct i915_dsm {
7371
/*

drivers/gpu/drm/i915/i915_gem.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,6 @@ int i915_gem_open(struct drm_i915_private *i915, struct drm_file *file);
134134

135135
#define I915_GEM_IDLE_TIMEOUT (HZ / 5)
136136

137+
#define GEM_QUIRK_PIN_SWIZZLED_PAGES BIT(0)
138+
137139
#endif /* __I915_GEM_H__ */

0 commit comments

Comments
 (0)