Skip to content

Commit

Permalink
drm/i915: split out vlv/chv specific suspend/resume code
Browse files Browse the repository at this point in the history
i915_drv.c is a fairly big file, and having very specific vlv/chv
suspend/resume code in it is a distraction. Split it out to a new
vlv_suspend.[ch] file.

Reviewed-by: Chris Wilson <[email protected]>
Signed-off-by: Jani Nikula <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
  • Loading branch information
jnikula committed Feb 17, 2020
1 parent ddae4d7 commit fb5f432
Show file tree
Hide file tree
Showing 5 changed files with 516 additions and 489 deletions.
3 changes: 2 additions & 1 deletion drivers/gpu/drm/i915/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ i915-y += i915_drv.o \
intel_runtime_pm.o \
intel_sideband.o \
intel_uncore.o \
intel_wakeref.o
intel_wakeref.o \
vlv_suspend.o

# core library code
i915-y += \
Expand Down
Loading

0 comments on commit fb5f432

Please sign in to comment.