Searched refs:IS_GEN5 (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/sys/dev/drm2/i915/
H A Di915_gem_tiling.c118 } else if (IS_GEN5(dev)) {
H A Di915_drv.c450 WARN_ON(!IS_GEN5(dev));
1355 if (IS_GEN5(dev_priv->dev)) \
1387 if (IS_GEN5(dev_priv->dev)) \
H A Di915_drv.h1196 #define IS_GEN5(dev) (INTEL_INFO(dev)->gen == 5) 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))
H A Dintel_ringbuffer.c128 (IS_G4X(dev) || IS_GEN5(dev)))
1625 } else if (IS_GEN5(dev)) {
1786 if (IS_GEN5(dev)) {
H A Dintel_sprite.c286 if (IS_GEN5(dev) || crtc_w != src_w || crtc_h != src_h)
H A Dintel_dp.c1129 if (IS_GEN5(dev)) {
1137 if (!IS_GEN5(dev))
1145 if (IS_GEN5(dev)) {
H A Di915_debug.c795 if (IS_GEN5(dev)) {
1156 if (!IS_GEN5(dev))
H A Di915_dma.c522 if (IS_G4X(dev) || IS_GEN5(dev)) {
1653 if (IS_GEN5(dev))
H A Di915_irq.c776 if (IS_GEN5(dev))
808 if (IS_GEN5(dev) && de_iir & DE_PCU_EVENT)
H A Dintel_pm.c4152 else if (IS_GEN5(dev))
4157 if (IS_GEN5(dev)) {
H A Dintel_display.c111 if (IS_GEN5(dev)) {
8441 if (IS_GEN5(dev) &&
8773 if (IS_GEN5(dev)) {
H A Di915_gem.c4207 if (IS_GEN5(dev))

Completed in 256 milliseconds