|
@@ -1203,34 +1203,6 @@ void intel_create_rotation_property(struct drm_device *dev,
|
|
void assert_pch_transcoder_disabled(struct drm_i915_private *dev_priv,
|
|
void assert_pch_transcoder_disabled(struct drm_i915_private *dev_priv,
|
|
enum pipe pipe);
|
|
enum pipe pipe);
|
|
|
|
|
|
-/* shared dpll functions */
|
|
|
|
-struct intel_shared_dpll *
|
|
|
|
-intel_get_shared_dpll_by_id(struct drm_i915_private *dev_priv,
|
|
|
|
- enum intel_dpll_id id);
|
|
|
|
-enum intel_dpll_id
|
|
|
|
-intel_get_shared_dpll_id(struct drm_i915_private *dev_priv,
|
|
|
|
- struct intel_shared_dpll *pll);
|
|
|
|
-void
|
|
|
|
-intel_shared_dpll_config_get(struct intel_shared_dpll_config *config,
|
|
|
|
- struct intel_shared_dpll *pll,
|
|
|
|
- struct intel_crtc *crtc);
|
|
|
|
-void
|
|
|
|
-intel_shared_dpll_config_put(struct intel_shared_dpll_config *config,
|
|
|
|
- struct intel_shared_dpll *pll,
|
|
|
|
- struct intel_crtc *crtc);
|
|
|
|
-void assert_shared_dpll(struct drm_i915_private *dev_priv,
|
|
|
|
- struct intel_shared_dpll *pll,
|
|
|
|
- bool state);
|
|
|
|
-#define assert_shared_dpll_enabled(d, p) assert_shared_dpll(d, p, true)
|
|
|
|
-#define assert_shared_dpll_disabled(d, p) assert_shared_dpll(d, p, false)
|
|
|
|
-struct intel_shared_dpll *intel_get_shared_dpll(struct intel_crtc *crtc,
|
|
|
|
- struct intel_crtc_state *state);
|
|
|
|
-void intel_prepare_shared_dpll(struct intel_crtc *crtc);
|
|
|
|
-void intel_enable_shared_dpll(struct intel_crtc *crtc);
|
|
|
|
-void intel_disable_shared_dpll(struct intel_crtc *crtc);
|
|
|
|
-void intel_shared_dpll_commit(struct drm_atomic_state *state);
|
|
|
|
-void intel_shared_dpll_init(struct drm_device *dev);
|
|
|
|
-
|
|
|
|
int vlv_force_pll_on(struct drm_device *dev, enum pipe pipe,
|
|
int vlv_force_pll_on(struct drm_device *dev, enum pipe pipe,
|
|
const struct dpll *dpll);
|
|
const struct dpll *dpll);
|
|
void vlv_force_pll_off(struct drm_device *dev, enum pipe pipe);
|
|
void vlv_force_pll_off(struct drm_device *dev, enum pipe pipe);
|