|
@@ -1389,10 +1389,6 @@ struct ilk_wm_values {
|
|
|
*
|
|
|
* For more, read "Display Sequences for Package C8" on our documentation.
|
|
|
*/
|
|
|
-struct i915_package_c8 {
|
|
|
- struct mutex lock;
|
|
|
-};
|
|
|
-
|
|
|
struct i915_runtime_pm {
|
|
|
bool suspended;
|
|
|
bool irqs_disabled;
|
|
@@ -1633,8 +1629,6 @@ typedef struct drm_i915_private {
|
|
|
struct ilk_wm_values hw;
|
|
|
} wm;
|
|
|
|
|
|
- struct i915_package_c8 pc8;
|
|
|
-
|
|
|
struct i915_runtime_pm pm;
|
|
|
|
|
|
/* Old dri1 support infrastructure, beware the dragons ya fools entering
|