rv770.c (1fc59eda33e55f8787901e3501d695bf5ecec48b) | rv770.c (e6990375ef4ec449994991034238f1ffab8a3a1a) |
---|---|
1/* 2 * Copyright 2008 Advanced Micro Devices, Inc. 3 * Copyright 2008 Red Hat Inc. 4 * Copyright 2009 Jerome Glisse. 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a 7 * copy of this software and associated documentation files (the "Software"), 8 * to deal in the Software without restriction, including without limitation --- 15 unchanged lines hidden (view full) --- 24 * Authors: Dave Airlie 25 * Alex Deucher 26 * Jerome Glisse 27 */ 28#include <linux/firmware.h> 29#include <linux/platform_device.h> 30#include "drmP.h" 31#include "radeon.h" | 1/* 2 * Copyright 2008 Advanced Micro Devices, Inc. 3 * Copyright 2008 Red Hat Inc. 4 * Copyright 2009 Jerome Glisse. 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a 7 * copy of this software and associated documentation files (the "Software"), 8 * to deal in the Software without restriction, including without limitation --- 15 unchanged lines hidden (view full) --- 24 * Authors: Dave Airlie 25 * Alex Deucher 26 * Jerome Glisse 27 */ 28#include <linux/firmware.h> 29#include <linux/platform_device.h> 30#include "drmP.h" 31#include "radeon.h" |
32#include "radeon_asic.h" |
|
32#include "radeon_drm.h" 33#include "rv770d.h" 34#include "atom.h" 35#include "avivod.h" 36 37#define R700_PFP_UCODE_SIZE 848 38#define R700_PM4_UCODE_SIZE 1360 39 --- 1143 unchanged lines hidden --- | 33#include "radeon_drm.h" 34#include "rv770d.h" 35#include "atom.h" 36#include "avivod.h" 37 38#define R700_PFP_UCODE_SIZE 848 39#define R700_PM4_UCODE_SIZE 1360 40 --- 1143 unchanged lines hidden --- |