Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174579
b: refs/heads/master
c: 6e36595
h: refs/heads/master
i:
  174577: 63fc9cc
  174575: d95f2c6
v: v3
  • Loading branch information
Zhao Yakui authored and Eric Anholt committed Dec 2, 2009
1 parent 08fd531 commit 1189f90
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 652af9d74e1a3a10bb10f0d8e8f42ddac26bbc1a
refs/heads/master: 6e36595a2131e7ed5ee2674be54b2713ba7f0490
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/intel_dp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@ intel_dp_hot_plug(struct intel_output *intel_output)
* If no child dev is parsed from VBT, it is assumed that the given
* DP is present.
*/
int dp_is_present_in_vbt(struct drm_device *dev, int dp_reg)
static int dp_is_present_in_vbt(struct drm_device *dev, int dp_reg)
{
struct drm_i915_private *dev_priv = dev->dev_private;
struct child_device_config *p_child;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/intel_hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ static const struct drm_encoder_funcs intel_hdmi_enc_funcs = {
* If no child dev is parsed from VBT, it assumes that the given
* HDMI is present.
*/
int hdmi_is_present_in_vbt(struct drm_device *dev, int hdmi_reg)
static int hdmi_is_present_in_vbt(struct drm_device *dev, int hdmi_reg)
{
struct drm_i915_private *dev_priv = dev->dev_private;
struct child_device_config *p_child;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/intel_lvds.c
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ static void intel_find_lvds_downclock(struct drm_device *dev,
* Note: The addin_offset should also be checked for LVDS panel.
* Only when it is non-zero, it is assumed that it is present.
*/
int lvds_is_present_in_vbt(struct drm_device *dev)
static int lvds_is_present_in_vbt(struct drm_device *dev)
{
struct drm_i915_private *dev_priv = dev->dev_private;
struct child_device_config *p_child;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/intel_tv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1706,7 +1706,7 @@ static const struct drm_encoder_funcs intel_tv_enc_funcs = {
* If it is not present, return false.
* If no child dev is parsed from VBT, it assumes that the TV is present.
*/
int tv_is_present_in_vbt(struct drm_device *dev)
static int tv_is_present_in_vbt(struct drm_device *dev)
{
struct drm_i915_private *dev_priv = dev->dev_private;
struct child_device_config *p_child;
Expand Down

0 comments on commit 1189f90

Please sign in to comment.