gma500: cdv_intel_crt: drop unused variables
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
committed by
Dave Airlie
parent
a8ec622965
commit
0313c0de54
@@ -569,7 +569,6 @@ static void cdv_intel_crtc_dpms(struct drm_crtc *crtc, int mode)
|
|||||||
int dspbase_reg = (pipe == 0) ? DSPABASE : DSPBBASE;
|
int dspbase_reg = (pipe == 0) ? DSPABASE : DSPBBASE;
|
||||||
int pipeconf_reg = (pipe == 0) ? PIPEACONF : PIPEBCONF;
|
int pipeconf_reg = (pipe == 0) ? PIPEACONF : PIPEBCONF;
|
||||||
u32 temp;
|
u32 temp;
|
||||||
bool enabled;
|
|
||||||
|
|
||||||
/* XXX: When our outputs are all unaware of DPMS modes other than off
|
/* XXX: When our outputs are all unaware of DPMS modes other than off
|
||||||
* and on, we should map those modes to DRM_MODE_DPMS_OFF in the CRTC.
|
* and on, we should map those modes to DRM_MODE_DPMS_OFF in the CRTC.
|
||||||
@@ -663,7 +662,6 @@ static void cdv_intel_crtc_dpms(struct drm_crtc *crtc, int mode)
|
|||||||
udelay(150);
|
udelay(150);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
enabled = crtc->enabled && mode != DRM_MODE_DPMS_OFF;
|
|
||||||
/*Set FIFO Watermarks*/
|
/*Set FIFO Watermarks*/
|
||||||
REG_WRITE(DSPARB, 0x3F3E);
|
REG_WRITE(DSPARB, 0x3F3E);
|
||||||
}
|
}
|
||||||
@@ -729,7 +727,7 @@ static int cdv_intel_crtc_mode_set(struct drm_crtc *crtc,
|
|||||||
int refclk;
|
int refclk;
|
||||||
struct cdv_intel_clock_t clock;
|
struct cdv_intel_clock_t clock;
|
||||||
u32 dpll = 0, dspcntr, pipeconf;
|
u32 dpll = 0, dspcntr, pipeconf;
|
||||||
bool ok, is_sdvo = false, is_dvo = false;
|
bool ok;
|
||||||
bool is_crt = false, is_lvds = false, is_tv = false;
|
bool is_crt = false, is_lvds = false, is_tv = false;
|
||||||
bool is_hdmi = false;
|
bool is_hdmi = false;
|
||||||
struct drm_mode_config *mode_config = &dev->mode_config;
|
struct drm_mode_config *mode_config = &dev->mode_config;
|
||||||
@@ -747,12 +745,6 @@ static int cdv_intel_crtc_mode_set(struct drm_crtc *crtc,
|
|||||||
case INTEL_OUTPUT_LVDS:
|
case INTEL_OUTPUT_LVDS:
|
||||||
is_lvds = true;
|
is_lvds = true;
|
||||||
break;
|
break;
|
||||||
case INTEL_OUTPUT_SDVO:
|
|
||||||
is_sdvo = true;
|
|
||||||
break;
|
|
||||||
case INTEL_OUTPUT_DVO:
|
|
||||||
is_dvo = true;
|
|
||||||
break;
|
|
||||||
case INTEL_OUTPUT_TVOUT:
|
case INTEL_OUTPUT_TVOUT:
|
||||||
is_tv = true;
|
is_tv = true;
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user