OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_I915GM
(Results
1 - 13
of
13
) sorted by relevancy
/xsrc/external/mit/xf86-video-intel-old/dist/src/
common.h
347
#define
IS_I915GM
(pI810) (DEVICE_ID(pI810->PciInfo) == PCI_CHIP_I915_GM)
365
#define IS_I9XX(pI810) (IS_I915G(pI810) ||
IS_I915GM
(pI810) || IS_I945G(pI810) || IS_I945GM(pI810) || IS_I965G(pI810) || IS_G33CLASS(pI810))
366
#define IS_I915(pI810) (IS_I915G(pI810) ||
IS_I915GM
(pI810) || IS_I945G(pI810) || IS_I945GM(pI810) || IS_G33CLASS(pI810))
368
#define IS_MOBILE(pI810) (IS_I830(pI810) || IS_I85X(pI810) ||
IS_I915GM
(pI810) || IS_I945GM(pI810) || IS_I965GM(pI810) || IS_GM45(pI810) || IS_IGD(pI810) || IS_IGDNG_M(pI810))
i830_hwmc.c
59
(IS_I915G(pI830) ||
IS_I915GM
(pI830)))
i915_hwmc.c
322
if (IS_I915G(pI830) ||
IS_I915GM
(pI830))
516
if (IS_I915G(pI830) ||
IS_I915GM
(pI830)) {
i830_uxa.c
743
} else if (IS_I915G(i830) ||
IS_I915GM
(i830) ||
i830_debug.c
479
if (IS_I915G(pI830) ||
IS_I915GM
(pI830)) {
570
if (IS_I965G(pI830) || ((IS_I915G(pI830) ||
IS_I915GM
(pI830)) && reg >= FENCE_NEW))
i830_memory.c
514
if (!IS_I9XX(pI830) || IS_I915G(pI830) ||
IS_I915GM
(pI830) ||
i830_display.c
1353
else if (
IS_I915GM
(pI830)) {
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel_hwmc.c
203
if (IS_I915G(intel) ||
IS_I915GM
(intel))
intel_uxa_video.c
261
if (IS_I915G(intel) ||
IS_I915GM
(intel)) {
350
if (IS_I915G(intel) ||
IS_I915GM
(intel))
intel.h
332
#define
IS_I915GM
(pI810) (intel_get_device_id((intel)->dev) == PCI_CHIP_I915_GM)
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
intel_hwmc.c
203
if (IS_I915G(intel) ||
IS_I915GM
(intel))
intel_uxa_video.c
261
if (IS_I915G(intel) ||
IS_I915GM
(intel)) {
350
if (IS_I915G(intel) ||
IS_I915GM
(intel))
intel.h
332
#define
IS_I915GM
(pI810) (intel_get_device_id((intel)->dev) == PCI_CHIP_I915_GM)
Completed in 13 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026