drm/i915: Remove incorrect comment about struct mutex
authorBen Widawsky <[email protected]>
Wed, 22 Jan 2014 00:55:01 +0000 (16:55 -0800)
committerDaniel Vetter <[email protected]>
Fri, 24 Jan 2014 16:23:00 +0000 (17:23 +0100)
This statenment became false here:

commit 4fc688ce79772496503d22263d61b071a8fb596e
Author: Jesse Barnes <[email protected]>
Date:   Fri Nov 2 11:14:01 2012 -0700

    drm/i915: protect RPS/RC6 related accesses (including PCU) with a new mutex

Signed-off-by: Ben Widawsky <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
drivers/gpu/drm/i915/i915_drv.h

index 006a11c660280f39e33aa57503d8c66c6b2c58b7..562548284c57006e8f21599934147213763ec457 100644 (file)
@@ -904,8 +904,6 @@ struct intel_gen6_power_mgmt {
        struct work_struct work;
        u32 pm_iir;
 
-       /* The below variables an all the rps hw state are protected by
-        * dev->struct mutext. */
        u8 cur_delay;
        u8 min_delay;
        u8 max_delay;