mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-01 10:13:58 +08:00
drm/i915: Make sure our labels start at column 0
I noticed one of those and it turned out we have a few lingering around. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
abd41dc93c
commit
caf4e25275
@ -7077,7 +7077,7 @@ static int i965gm_get_display_clock_speed(struct drm_device *dev)
|
||||
|
||||
return DIV_ROUND_CLOSEST(vco, div_table[cdclk_sel]);
|
||||
|
||||
fail:
|
||||
fail:
|
||||
DRM_ERROR("Unable to determine CDCLK. HPLL VCO=%u kHz, CFGC=0x%04x\n", vco, tmp);
|
||||
return 200000;
|
||||
}
|
||||
@ -7118,7 +7118,7 @@ static int g33_get_display_clock_speed(struct drm_device *dev)
|
||||
|
||||
return DIV_ROUND_CLOSEST(vco, div_table[cdclk_sel]);
|
||||
|
||||
fail:
|
||||
fail:
|
||||
DRM_ERROR("Unable to determine CDCLK. HPLL VCO=%u kHz, CFGC=0x%08x\n", vco, tmp);
|
||||
return 190476;
|
||||
}
|
||||
|
@ -1189,6 +1189,6 @@ intel_plane_init(struct drm_device *dev, enum pipe pipe, int plane)
|
||||
|
||||
drm_plane_helper_add(&intel_plane->base, &intel_plane_helper_funcs);
|
||||
|
||||
out:
|
||||
out:
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user