plane_ctl 4123 drivers/gpu/drm/i915/display/intel_display.c u32 plane_ctl = 0; plane_ctl 4126 drivers/gpu/drm/i915/display/intel_display.c return plane_ctl; plane_ctl 4129 drivers/gpu/drm/i915/display/intel_display.c plane_ctl |= PLANE_CTL_PIPE_GAMMA_ENABLE; plane_ctl 4132 drivers/gpu/drm/i915/display/intel_display.c plane_ctl |= PLANE_CTL_PIPE_CSC_ENABLE; plane_ctl 4134 drivers/gpu/drm/i915/display/intel_display.c return plane_ctl; plane_ctl 4145 drivers/gpu/drm/i915/display/intel_display.c u32 plane_ctl; plane_ctl 4147 drivers/gpu/drm/i915/display/intel_display.c plane_ctl = PLANE_CTL_ENABLE; plane_ctl 4150 drivers/gpu/drm/i915/display/intel_display.c plane_ctl |= skl_plane_ctl_alpha(plane_state); plane_ctl 4151 drivers/gpu/drm/i915/display/intel_display.c plane_ctl |= PLANE_CTL_PLANE_GAMMA_DISABLE; plane_ctl 4154 drivers/gpu/drm/i915/display/intel_display.c plane_ctl |= PLANE_CTL_YUV_TO_RGB_CSC_FORMAT_BT709; plane_ctl 4157 drivers/gpu/drm/i915/display/intel_display.c plane_ctl |= PLANE_CTL_YUV_RANGE_CORRECTION_DISABLE; plane_ctl 4160 drivers/gpu/drm/i915/display/intel_display.c plane_ctl |= skl_plane_ctl_format(fb->format->format); plane_ctl 4161 drivers/gpu/drm/i915/display/intel_display.c plane_ctl |= skl_plane_ctl_tiling(fb->modifier); plane_ctl 4162 drivers/gpu/drm/i915/display/intel_display.c plane_ctl |= skl_plane_ctl_rotate(rotation & DRM_MODE_ROTATE_MASK); plane_ctl 4165 drivers/gpu/drm/i915/display/intel_display.c plane_ctl |= cnl_plane_ctl_flip(rotation & plane_ctl 4169 drivers/gpu/drm/i915/display/intel_display.c plane_ctl |= PLANE_CTL_KEY_ENABLE_DESTINATION; plane_ctl 4171 drivers/gpu/drm/i915/display/intel_display.c plane_ctl |= PLANE_CTL_KEY_ENABLE_SOURCE; plane_ctl 4173 drivers/gpu/drm/i915/display/intel_display.c return plane_ctl; plane_ctl 542 drivers/gpu/drm/i915/display/intel_sprite.c int color_plane, bool slave, u32 plane_ctl) plane_ctl 564 drivers/gpu/drm/i915/display/intel_sprite.c plane_ctl |= skl_plane_ctl_crtc(crtc_state); plane_ctl 639 drivers/gpu/drm/i915/display/intel_sprite.c I915_WRITE_FW(PLANE_CTL(pipe, plane_id), plane_ctl);