drm/i915/gt: Remove a bonus newline
Trailing newlines before closing the function are best forgotten, or else checkpatch moans. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Michal Wajdeczko <michal.wajdeczko@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20210122192913.4518-5-chris@chris-wilson.co.uk Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
7898843c44
commit
ec450576f8
@ -165,7 +165,6 @@ void intel_gt_init_clock_frequency(struct intel_gt *gt)
|
||||
gt->clock_period_ns,
|
||||
div_u64(mul_u32_u32(gt->clock_period_ns, S32_MAX),
|
||||
USEC_PER_SEC));
|
||||
|
||||
}
|
||||
|
||||
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)
|
||||
|
@ -175,7 +175,6 @@ static void gen9_rc6_enable(struct intel_rc6 *rc6)
|
||||
/* 3a: Enable RC6 */
|
||||
set(uncore, GEN6_RC6_THRESHOLD, 37500); /* 37.5/125ms per EI */
|
||||
|
||||
|
||||
rc6->ctl_enable =
|
||||
GEN6_RC_CTL_HW_ENABLE |
|
||||
GEN6_RC_CTL_RC6_ENABLE |
|
||||
|
Loading…
x
Reference in New Issue
Block a user