Searched refs:DISPLAY_PLANE_ENABLE (Results 1 – 5 of 5) sorted by relevance
464 if ((temp & DISPLAY_PLANE_ENABLE) == 0) { in psb_intel_crtc_dpms()466 temp | DISPLAY_PLANE_ENABLE); in psb_intel_crtc_dpms()487 if ((temp & DISPLAY_PLANE_ENABLE) != 0) { in psb_intel_crtc_dpms()489 temp & ~DISPLAY_PLANE_ENABLE); in psb_intel_crtc_dpms()692 dspcntr |= DISPLAY_PLANE_ENABLE; in psb_intel_crtc_mode_set()
491 #define DISPLAY_PLANE_ENABLE (1<<31) macro
1216 WARN(!(val & DISPLAY_PLANE_ENABLE), in assert_plane_enabled()1238 WARN((val & DISPLAY_PLANE_ENABLE) && pipe == cur_pipe, in assert_planes_disabled()1582 if (val & DISPLAY_PLANE_ENABLE) in intel_enable_plane()1585 I915_WRITE(reg, val | DISPLAY_PLANE_ENABLE); in intel_enable_plane()1616 if ((val & DISPLAY_PLANE_ENABLE) == 0) in intel_disable_plane()1619 I915_WRITE(reg, val & ~DISPLAY_PLANE_ENABLE); in intel_disable_plane()6244 if ((val & DISPLAY_PLANE_ENABLE) == 0) in intel_sanitize_modesetting()
1161 I915_WRITE(dspcntr_reg, dspcntr & ~DISPLAY_PLANE_ENABLE); in intel_tv_mode_set()
2549 #define DISPLAY_PLANE_ENABLE (1<<31) macro