projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cd8693
)
drm/i915: Document that the pll->mode_set hook is optional
author
Daniel Vetter
<
[email protected]
>
Wed, 25 Jun 2014 19:01:58 +0000
(22:01 +0300)
committer
Daniel Vetter
<
[email protected]
>
Thu, 10 Jul 2014 20:11:59 +0000
(22:11 +0200)
The WRPLLs won't use them.
Reviewed-by: Damien Lespiau <
[email protected]
>
Signed-off-by: Daniel Vetter <
[email protected]
>
drivers/gpu/drm/i915/i915_drv.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/i915_drv.h
b/drivers/gpu/drm/i915/i915_drv.h
index 3d8783831e851e8aa7ec97f1b76bc629011900a2..26982d12039fccd0a6e135a7ddf60fea5b962ea0 100644
(file)
--- a/
drivers/gpu/drm/i915/i915_drv.h
+++ b/
drivers/gpu/drm/i915/i915_drv.h
@@
-206,6
+206,8
@@
struct intel_shared_dpll {
/* should match the index in the dev_priv->shared_dplls array */
enum intel_dpll_id id;
struct intel_dpll_hw_state hw_state;
+ /* The mode_set hook is optional and should be used together with the
+ * intel_prepare_shared_dpll function. */
void (*mode_set)(struct drm_i915_private *dev_priv,
struct intel_shared_dpll *pll);
void (*enable)(struct drm_i915_private *dev_priv,