Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131143
b: refs/heads/master
c: e2f0ba9
h: refs/heads/master
i:
  131141: 9643e66
  131139: d211bb8
  131135: d388d67
v: v3
  • Loading branch information
Jesse Barnes authored and Dave Airlie committed Feb 8, 2009
1 parent bc26146 commit e65289b
Show file tree
Hide file tree
Showing 5 changed files with 1,174 additions and 105 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: 72daad40dc0be179e0dc85c17d5dc1e850b5e8e4
refs/heads/master: e2f0ba97d60e59fe5c6237851933a9c38a8f9a24
2 changes: 2 additions & 0 deletions trunk/drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,8 @@ static void intel_crtc_mode_set(struct drm_crtc *crtc,
case INTEL_OUTPUT_SDVO:
case INTEL_OUTPUT_HDMI:
is_sdvo = true;
if (intel_output->needs_tv_clock)
is_tv = true;
break;
case INTEL_OUTPUT_DVO:
is_dvo = true;
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/gpu/drm/i915/intel_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ struct intel_output {
struct intel_i2c_chan *i2c_bus; /* for control functions */
struct intel_i2c_chan *ddc_bus; /* for DDC only stuff */
bool load_detect_temp;
bool needs_tv_clock;
void *dev_priv;
};

Expand Down
Loading

0 comments on commit e65289b

Please sign in to comment.