diff options
author | Forest Bond <forest.bond@rapidrollout.com> | 2012-08-13 20:29:04 +0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-08-24 03:43:27 +0400 |
commit | f835bc0fcacc7f4e29890938b1c2faecd07eda9e (patch) | |
tree | fbcf9931c34265ce11bdb8a2e3f24a0ec8fafb0f /drivers/gpu/drm/gma500/psb_intel_drv.h | |
parent | 28bbda39b69af06e77801333c0c28ef9df2f256f (diff) | |
download | linux-f835bc0fcacc7f4e29890938b1c2faecd07eda9e.tar.xz |
gma500: psb_intel_crtc: Drop crtc_enable flag.
This is set when setting DPMS on and off, but it isn't checked anywhere,
so just remove it.
Signed-off-by: Forest Bond <forest.bond@rapidrollout.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/gma500/psb_intel_drv.h')
-rw-r--r-- | drivers/gpu/drm/gma500/psb_intel_drv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/gma500/psb_intel_drv.h b/drivers/gpu/drm/gma500/psb_intel_drv.h index c53e592604c8..c9710ffa4843 100644 --- a/drivers/gpu/drm/gma500/psb_intel_drv.h +++ b/drivers/gpu/drm/gma500/psb_intel_drv.h @@ -193,7 +193,6 @@ struct psb_intel_crtc { u32 mode_flags; bool active; - bool crtc_enable; /* Saved Crtc HW states */ struct psb_intel_crtc_state *crtc_state; |