Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345201
b: refs/heads/master
c: 47fab73
h: refs/heads/master
i:
  345199: 28cd624
v: v3
  • Loading branch information
Daniel Vetter committed Nov 11, 2012
1 parent 71deab4 commit 3ade5d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e95d41e1233f0c05f858f2bc5e43858972542581
refs/heads/master: 47fab7370b45c6708e57430831839261d0d63f53
1 change: 1 addition & 0 deletions trunk/drivers/gpu/drm/i915/i915_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ struct drm_i915_display_funcs {
uint32_t sprite_width, int pixel_size);
void (*update_linetime_wm)(struct drm_device *dev, int pipe,
struct drm_display_mode *mode);
void (*modeset_global_resources)(struct drm_device *dev);
int (*crtc_mode_set)(struct drm_crtc *crtc,
struct drm_display_mode *mode,
struct drm_display_mode *adjusted_mode,
Expand Down
3 changes: 3 additions & 0 deletions trunk/drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -7548,6 +7548,9 @@ bool intel_set_mode(struct drm_crtc *crtc,
* update the the output configuration. */
intel_modeset_update_state(dev, prepare_pipes);

if (dev_priv->display.modeset_global_resources)
dev_priv->display.modeset_global_resources(dev);

/* Set up the DPLL and any encoders state that needs to adjust or depend
* on the DPLL.
*/
Expand Down

0 comments on commit 3ade5d4

Please sign in to comment.