Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
OpenBMC Firmware
talos-obmc-linux
Commits
6ddc4fc7
Commit
6ddc4fc7
authored
12 years ago
by
Daniel Vetter
Browse files
Options
Download
Email Patches
Plain Diff
style nit: Align function parameter continuation properly.
parent
34c61c6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/gpu/drm/i915/i915_gem_gtt.c
drivers/gpu/drm/i915/i915_gem_gtt.c
+1
-1
No files found.
drivers/gpu/drm/i915/i915_gem_gtt.c
View file @
6ddc4fc7
...
...
@@ -126,7 +126,7 @@ static void gen6_ppgtt_insert_entries(struct i915_hw_ppgtt *ppgtt,
page_addr
=
sg_dma_address
(
sg_iter
.
sg
)
+
(
sg_iter
.
sg_pgoffset
<<
PAGE_SHIFT
);
pt_vaddr
[
act_pte
]
=
gen6_pte_encode
(
ppgtt
->
dev
,
page_addr
,
cache_level
);
cache_level
);
if
(
++
act_pte
==
I915_PPGTT_PT_ENTRIES
)
{
kunmap_atomic
(
pt_vaddr
);
act_pd
++
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment