Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345235
b: refs/heads/master
c: 4eda01b
h: refs/heads/master
i:
  345233: 5ca9da3
  345231: dd4ce0a
v: v3
  • Loading branch information
Paulo Zanoni authored and Daniel Vetter committed Nov 11, 2012
1 parent 68e77f6 commit e95d0ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: 4837813a4c091eef5c7e326b22bfabea99a99341
refs/heads/master: 4eda01b208b9b35f135bf351cca63b073ebd8b4b
5 changes: 4 additions & 1 deletion trunk/drivers/gpu/drm/i915/intel_crt.c
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,10 @@ void intel_crt_init(struct drm_device *dev)

crt->base.disable = intel_disable_crt;
crt->base.enable = intel_enable_crt;
crt->base.get_hw_state = intel_crt_get_hw_state;
if (IS_HASWELL(dev))
crt->base.get_hw_state = intel_ddi_get_hw_state;
else
crt->base.get_hw_state = intel_crt_get_hw_state;
intel_connector->get_hw_state = intel_connector_get_hw_state;

drm_encoder_helper_add(&crt->base.base, &crt_encoder_funcs);
Expand Down

0 comments on commit e95d0ff

Please sign in to comment.