diff options
author | Alan Cox <alan@linux.intel.com> | 2011-11-29 23:21:03 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-12-06 10:55:33 +0100 |
commit | a746092b679e6045dae91ceacb9abc6c83e38e0e (patch) | |
tree | f1cc7a4da7f183dd5b2dab52ba4fabe7cb420fd9 /drivers/gpu/drm/gma500/psb_drv.c | |
parent | gma500: Add VBLANK support for Poulsbo hardware (diff) | |
download | linux-a746092b679e6045dae91ceacb9abc6c83e38e0e.tar.xz linux-a746092b679e6045dae91ceacb9abc6c83e38e0e.zip |
gma500: do a pass over the FIXME tags
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_drv.c')
-rw-r--r-- | drivers/gpu/drm/gma500/psb_drv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/gma500/psb_drv.c b/drivers/gpu/drm/gma500/psb_drv.c index f6d5f3ce755d..862bb8182b76 100644 --- a/drivers/gpu/drm/gma500/psb_drv.c +++ b/drivers/gpu/drm/gma500/psb_drv.c @@ -141,7 +141,6 @@ static void psb_lastclose(struct drm_device *dev) static void psb_do_takedown(struct drm_device *dev) { - /* FIXME: do we need to clean up the gtt here ? */ } static int psb_do_init(struct drm_device *dev) |