linux/drivers/gpu/drm/msm/disp/msm_disp_snapshot_util.c

// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2020-2021, The Linux Foundation. All rights reserved.
 */

#define pr_fmt(fmt)

#include <generated/utsrelease.h>

#include "msm_disp_snapshot.h"

static void msm_disp_state_dump_regs(u32 **reg, u32 aligned_len, void __iomem *base_addr)
{}

static void msm_disp_state_print_regs(u32 **reg, u32 len, void __iomem *base_addr,
		struct drm_printer *p)
{}

void msm_disp_state_print(struct msm_disp_state *state, struct drm_printer *p)
{}

static void msm_disp_capture_atomic_state(struct msm_disp_state *disp_state)
{}

void msm_disp_snapshot_capture_state(struct msm_disp_state *disp_state)
{}

void msm_disp_state_free(void *data)
{}

void msm_disp_snapshot_add_block(struct msm_disp_state *disp_state, u32 len,
		void __iomem *base_addr, const char *fmt, ...)
{}