Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259702
b: refs/heads/master
c: 398c442
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Jul 5, 2011
1 parent cec1161 commit fd7eeba
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 52b6ba09eeba5d48dd8f20cf07a85e81b7acacf4
refs/heads/master: 398c44248984a18876059724519f87c79b859deb
6 changes: 5 additions & 1 deletion trunk/drivers/staging/gma500/intel_bios.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,18 @@ static void parse_lfp_panel_data(struct drm_psb_private *dev_priv,
if (!lvds_lfp_data)
return;

dev_priv->lvds_vbt = 1;

entry = &lvds_lfp_data->data[lvds_options->panel_type];
dvo_timing = &entry->dvo_timing;

panel_fixed_mode = kzalloc(sizeof(*panel_fixed_mode),
GFP_KERNEL);
if (panel_fixed_mode == NULL) {
dev_err(dev_priv->dev->dev, "out of memory for fixed panel mode\n");
return;
}

dev_priv->lvds_vbt = 1;
fill_detail_timing_data(panel_fixed_mode, dvo_timing);

if (panel_fixed_mode->htotal > 0 && panel_fixed_mode->vtotal > 0) {
Expand Down

0 comments on commit fd7eeba

Please sign in to comment.