File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -2156,7 +2156,7 @@ static void gtt_write_workarounds(struct drm_device *dev)
2156
2156
I915_WRITE (GEN8_L3_LRA_1_GPGPU , GEN9_L3_LRA_1_GPGPU_DEFAULT_VALUE_BXT );
2157
2157
}
2158
2158
2159
- int i915_ppgtt_init (struct drm_device * dev , struct i915_hw_ppgtt * ppgtt )
2159
+ static int i915_ppgtt_init (struct drm_device * dev , struct i915_hw_ppgtt * ppgtt )
2160
2160
{
2161
2161
struct drm_i915_private * dev_priv = dev -> dev_private ;
2162
2162
int ret = 0 ;
Original file line number Diff line number Diff line change @@ -520,7 +520,6 @@ int i915_ggtt_init_hw(struct drm_device *dev);
520
520
void i915_gem_init_ggtt (struct drm_device * dev );
521
521
void i915_ggtt_cleanup_hw (struct drm_device * dev );
522
522
523
- int i915_ppgtt_init (struct drm_device * dev , struct i915_hw_ppgtt * ppgtt );
524
523
int i915_ppgtt_init_hw (struct drm_device * dev );
525
524
void i915_ppgtt_release (struct kref * kref );
526
525
struct i915_hw_ppgtt * i915_ppgtt_create (struct drm_device * dev ,
You can’t perform that action at this time.
0 commit comments