Searched refs:IS_G4X (Results 1 - 12 of 12) sorted by path

/freebsd-11-stable/sys/dev/drm/
H A Di915_dma.c872 if (IS_G4X(dev)) {
H A Di915_drv.h654 #define IS_G4X(dev) ((dev)->pci_device == 0x2E02 || \ macro
676 #define I915_NEED_GFX_HWS(dev) (IS_G33(dev) || IS_GM45(dev) || IS_G4X(dev))
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_dma.c522 if (IS_G4X(dev) || IS_GEN5(dev)) {
H A Di915_drv.h1167 #define IS_G4X(dev) (INTEL_INFO(dev)->is_g4x) macro
1220 #define SUPPORTS_INTEGRATED_HDMI(dev) (IS_G4X(dev) || IS_GEN5(dev))
1221 #define SUPPORTS_INTEGRATED_DP(dev) (IS_G4X(dev) || IS_GEN5(dev))
1226 #define DSPARB_HWCONTROL(dev) (IS_G4X(dev) || IS_IRONLAKE(dev))
H A Di915_irq.c1365 if (IS_G4X(dev)) {
2494 if (IS_G4X(dev))
2504 if (IS_G4X(dev)) {
2527 if (IS_G4X(dev)) {
2545 if (IS_G4X(dev))
2704 if (IS_G4X(dev) || INTEL_INFO(dev)->gen >= 5) {
H A Dintel_crt.c356 if (IS_G4X(dev) && !IS_GM45(dev))
639 if (ret || !IS_G4X(dev))
H A Dintel_display.c575 else if (IS_G4X(dev)) {
3958 if ((INTEL_INFO(dev)->gen > 4 || IS_G4X(dev)) &&
4496 if (IS_G4X(dev) && reduced_clock)
8790 } else if (IS_G4X(dev)) {
H A Dintel_dp.c2878 if (IS_G4X(dev) && !IS_GM45(dev)) {
H A Dintel_hdmi.c806 if (IS_G4X(connector->dev) && !g4x_hdmi_connected(intel_hdmi))
1030 if (IS_G4X(dev) && !IS_GM45(dev)) {
H A Dintel_pm.c4221 } else if (IS_G4X(dev)) {
H A Dintel_ringbuffer.c128 (IS_G4X(dev) || IS_GEN5(dev)))
H A Dintel_sdvo.c2808 if (IS_G4X(dev)) {

Completed in 384 milliseconds