diff options
Diffstat (limited to 'drivers/gpu/drm/radeon/atom.h')
| -rw-r--r-- | drivers/gpu/drm/radeon/atom.h | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/atom.h b/drivers/gpu/drm/radeon/atom.h index a589a55b223..feba6b8d36b 100644 --- a/drivers/gpu/drm/radeon/atom.h +++ b/drivers/gpu/drm/radeon/atom.h @@ -26,7 +26,7 @@  #define ATOM_H  #include <linux/types.h> -#include "drmP.h" +#include <drm/drmP.h>  #define ATOM_BIOS_MAGIC		0xAA55  #define ATOM_ATI_MAGIC_PTR	0x30 @@ -44,6 +44,7 @@  #define ATOM_CMD_SETSCLK	0x0A  #define ATOM_CMD_SETMCLK	0x0B  #define ATOM_CMD_SETPCLK	0x0C +#define ATOM_CMD_SPDFANCNTL	0x39  #define ATOM_DATA_FWI_PTR	0xC  #define ATOM_DATA_IIO_PTR	0x32 @@ -137,6 +138,7 @@ struct atom_context {  	int cs_equal, cs_above;  	int io_mode;  	uint32_t *scratch; +	int scratch_size_bytes;  };  extern int atom_debug;  | 
