Searched defs:intel_bw_state (Results 1 – 1 of 1) sorted by relevance
24 struct intel_bw_state { struct25 struct intel_global_state base;26 struct intel_dbuf_bw dbuf_bw[I915_MAX_PIPES];32 u8 pipe_sagv_reject;35 u8 active_pipes;62 container_of_const((global_state), struct intel_bw_state, base) argument