Searched refs:ilk (Results 1 – 7 of 7) sorted by relevance
15 CHIPSET(0x0042, ilk, "Intel(R) Ironlake Desktop")16 CHIPSET(0x0046, ilk, "Intel(R) Ironlake Mobile")
30 …xy $(extpath)*.o $(extpath)*.obj $(extpath)*.exp $(extpath)*.exe $(extpath)*.ilk $(extpath)*.pdb *~
100 *.ilk
860 u64 ilk : 1; member878 u64 ilk : 1;
3155 pipe_wm = &crtc_state->wm.ilk.optimal; in ilk_compute_pipe_wm()3222 struct intel_pipe_wm *a = &newstate->wm.ilk.intermediate; in ilk_compute_intermediate_wm()3227 const struct intel_pipe_wm *b = &oldstate->wm.ilk.optimal; in ilk_compute_intermediate_wm()3235 *a = newstate->wm.ilk.optimal; in ilk_compute_intermediate_wm()3268 if (memcmp(a, &newstate->wm.ilk.optimal, sizeof(*a)) != 0) in ilk_compute_intermediate_wm()3286 const struct intel_pipe_wm *active = &intel_crtc->wm.active.ilk; in ilk_merge_wm_level()3433 const struct intel_pipe_wm *pipe_wm = &intel_crtc->wm.active.ilk; in ilk_compute_wm_results()6150 const struct intel_pipe_wm *wm = &crtc->wm.active.ilk; in ilk_compute_wm_config()6201 crtc->wm.active.ilk = crtc_state->wm.ilk.intermediate; in ilk_initial_watermarks()6217 crtc->wm.active.ilk = crtc_state->wm.ilk.optimal; in ilk_optimize_watermarks()[all …]
734 } ilk; member1131 struct intel_pipe_wm ilk; member
4121 for ilk in sorted(cnt, reverse=True):4122 if cnt[ilk] > 0:4123 desc.append('%d %s' % (cnt[ilk], ilk))