linux/drivers/gpu/drm/amd/display/dc/inc/hw/cursor_reg_cache.h

/* SPDX-License-Identifier: MIT */
/* Copyright © 2022 Advanced Micro Devices, Inc. All rights reserved. */

#ifndef __DAL_CURSOR_CACHE_H__
#define __DAL_CURSOR_CACHE_H__

reg_cursor_control_cfg;
struct cursor_position_cache_hubp {};

struct cursor_attribute_cache_hubp {};

struct cursor_rect {};

reg_cur0_control_cfg;
struct cursor_position_cache_dpp {};

struct cursor_attribute_cache_dpp {};

struct cursor_attributes_cfg {};

#endif