mirror of
https://github.com/torvalds/linux.git
synced 2025-11-02 09:40:27 +02:00
drm/i915: move GEM_QUIRK_PIN_SWIZZLED_PAGES to i915_gem.h
Move this macro where other GEM_* definitions live. Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com> Signed-off-by: Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com> Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com> Link: https://lore.kernel.org/all/ca83a9d8aa86bb92de84c31fd075e92a61f78895.1750251040.git.krzysztof.karas@intel.com
This commit is contained in:
parent
dcf558293f
commit
4afcdbbd38
2 changed files with 2 additions and 2 deletions
|
|
@ -66,8 +66,6 @@ struct drm_i915_clock_gating_funcs;
|
|||
struct vlv_s0ix_state;
|
||||
struct intel_pxp;
|
||||
|
||||
#define GEM_QUIRK_PIN_SWIZZLED_PAGES BIT(0)
|
||||
|
||||
/* Data Stolen Memory (DSM) aka "i915 stolen memory" */
|
||||
struct i915_dsm {
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -134,4 +134,6 @@ int i915_gem_open(struct drm_i915_private *i915, struct drm_file *file);
|
|||
|
||||
#define I915_GEM_IDLE_TIMEOUT (HZ / 5)
|
||||
|
||||
#define GEM_QUIRK_PIN_SWIZZLED_PAGES BIT(0)
|
||||
|
||||
#endif /* __I915_GEM_H__ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue