linux/drivers/video/fbdev/geode/suspend_gx.c

// SPDX-License-Identifier: GPL-2.0-or-later
/*
 *   Copyright (C) 2007 Advanced Micro Devices, Inc.
 *   Copyright (C) 2008 Andres Salomon <[email protected]>
 */
#include <linux/fb.h>
#include <asm/io.h>
#include <asm/msr.h>
#include <linux/cs5535.h>
#include <asm/delay.h>

#include "gxfb.h"

static void gx_save_regs(struct gxfb_par *par)
{}

static void gx_set_dotpll(uint32_t dotpll_hi)
{}

static void gx_restore_gfx_proc(struct gxfb_par *par)
{}

static void gx_restore_display_ctlr(struct gxfb_par *par)
{}

static void gx_restore_video_proc(struct gxfb_par *par)
{}

static void gx_restore_regs(struct gxfb_par *par)
{}

static void gx_disable_graphics(struct gxfb_par *par)
{}

static void gx_enable_graphics(struct gxfb_par *par)
{}

int gx_powerdown(struct fb_info *info)
{}

int gx_powerup(struct fb_info *info)
{}