linux/drivers/gpu/drm/lima/lima_pmu.c

// SPDX-License-Identifier: GPL-2.0 OR MIT
/* Copyright 2017-2019 Qiang Yu <[email protected]> */

#include <linux/iopoll.h>
#include <linux/device.h>

#include "lima_device.h"
#include "lima_pmu.h"
#include "lima_regs.h"

#define pmu_write(reg, data)
#define pmu_read(reg)

static int lima_pmu_wait_cmd(struct lima_ip *ip)
{}

static u32 lima_pmu_get_ip_mask(struct lima_ip *ip)
{}

static int lima_pmu_hw_init(struct lima_ip *ip)
{}

static void lima_pmu_hw_fini(struct lima_ip *ip)
{}

int lima_pmu_resume(struct lima_ip *ip)
{}

void lima_pmu_suspend(struct lima_ip *ip)
{}

int lima_pmu_init(struct lima_ip *ip)
{}

void lima_pmu_fini(struct lima_ip *ip)
{}