xref: /haiku/src/add-ons/accelerants/radeon_hd/atombios/atombios-obsolete.h (revision be9a70562e3c6552efb0caa53bd26965e7e1bed7)
1 /*
2  * Copyright 2016, Haiku, Inc. All Rights Reserved.
3  * Distributed under the terms of the MIT License.
4  *
5  * Authors:
6  *      Alexander von Gluck, kallisti5@unixzen.com
7  */
8 #ifndef _ATOMBIOS_OBSOLETE_H
9 #define _ATOMBIOS_OBSOLETE_H
10 
11 
12 // atombios.h in radeon linux has some older obsolete things.
13 // atombios.h in amdgpu has these obsolete things removed.
14 // This file contains things removed from amdgpu that we still need.
15 
16 
17 #define ATOM_S2_CV_DPMS_STATE			0x01000000L
18 #define ATOM_S2_DFP2_DPMS_STATE			0x00800000L
19 #define ATOM_S2_DFP3_DPMS_STATE			0x02000000L
20 #define ATOM_S2_DFP4_DPMS_STATE			0x04000000L
21 #define ATOM_S2_DFP5_DPMS_STATE			0x08000000L
22 
23 
24 #endif /* _ATOMBIOS_OBSOLETE_H */
25