Home
last modified time | relevance | path

Searched refs:IS_I865G (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/i915/
Di915_drv.h2287 #define IS_I865G(dev) (INTEL_DEVID(dev) == 0x2572) macro
Dintel_display.c1280 if (IS_845G(dev) || IS_I865G(dev)) in assert_cursor()
8804 if (IS_845G(dev) || IS_I865G(dev)) in intel_crtc_update_cursor()
8822 if (IS_845G(dev) || IS_I865G(dev)) { in cursor_size_ok()
13514 else if (IS_I865G(dev)) in intel_init_display()
13822 if (IS_845G(dev) || IS_I865G(dev)) { in intel_modeset_init()
Di915_debugfs.c2636 if (IS_845G(dev) || IS_I865G(dev)) in cursor_active()
Dintel_pm.c6622 if (IS_I85X(dev) || IS_I865G(dev)) in intel_init_pm()