Home
last modified time | relevance | path

Searched refs:ilk (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/pci_ids/
H A Di965_pci_ids.h15 CHIPSET(0x0042, ilk, "Intel(R) Ironlake Desktop")
16 CHIPSET(0x0046, ilk, "Intel(R) Ironlake Mobile")
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/agent-proxy/files/
H A D0001-Makefile-Add-LDFLAGS-variable.patch30 …xy $(extpath)*.o $(extpath)*.obj $(extpath)*.exp $(extpath)*.exe $(extpath)*.ilk $(extpath)*.pdb *~
/OK3568_Linux_fs/buildroot/dl/qt5location/git/
H A D.gitignore100 *.ilk
/OK3568_Linux_fs/kernel/drivers/crypto/cavium/nitrox/
H A Dnitrox_csr.h860 u64 ilk : 1; member
878 u64 ilk : 1;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Dintel_pm.c3155 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 …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_display_types.h734 } ilk; member
1131 struct intel_pipe_wm ilk; member
/OK3568_Linux_fs/kernel/tools/power/pm-graph/
H A Dsleepgraph.py4121 for ilk in sorted(cnt, reverse=True):
4122 if cnt[ilk] > 0:
4123 desc.append('%d %s' % (cnt[ilk], ilk))