Skip to content

Commit

Permalink
drm/i915: remove unused orig_clock i915 member
Browse files Browse the repository at this point in the history
Unused since commit f97108d ("drm/i915: add dynamic performance
control support for Ironlake"). That's a little over ten years. Good
riddance.

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 Mar 2, 2020
1 parent 062705b commit 40d4f2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/gpu/drm/i915/i915_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1048,8 +1048,6 @@ struct drm_i915_private {
struct work_struct free_work;
} atomic_helper;

u16 orig_clock;

bool mchbar_need_disable;

struct intel_l3_parity l3_parity;
Expand Down

0 comments on commit 40d4f2f

Please sign in to comment.