Searched defs:intel_bw_state (Results 1 – 1 of 1) sorted by relevance
26 struct intel_bw_state { struct27 struct intel_global_state base;28 struct intel_dbuf_bw dbuf_bw[I915_MAX_PIPES];34 u8 pipe_sagv_reject;37 u8 active_pipes;64 container_of_const((global_state), struct intel_bw_state, base) argument