Searched defs:i915_gpu_state (Results 1 – 1 of 1) sorted by relevance
895 struct i915_gpu_state { struct896 struct kref ref;897 struct timeval time;898 struct timeval boottime;899 struct timeval uptime;901 struct drm_i915_private *i915;903 char error_msg[128];904 bool simulated;905 bool awake;906 bool wakelock;[all …]