r600.c (1fc59eda33e55f8787901e3501d695bf5ecec48b) r600.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

--- 17 unchanged lines hidden (view full) ---

26 * Jerome Glisse
27 */
28#include <linux/seq_file.h>
29#include <linux/firmware.h>
30#include <linux/platform_device.h>
31#include "drmP.h"
32#include "radeon_drm.h"
33#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

--- 17 unchanged lines hidden (view full) ---

26 * Jerome Glisse
27 */
28#include <linux/seq_file.h>
29#include <linux/firmware.h>
30#include <linux/platform_device.h>
31#include "drmP.h"
32#include "radeon_drm.h"
33#include "radeon.h"
34#include "radeon_asic.h"
34#include "radeon_mode.h"
35#include "r600d.h"
36#include "atom.h"
37#include "avivod.h"
38
39#define PFP_UCODE_SIZE 576
40#define PM4_UCODE_SIZE 1792
41#define RLC_UCODE_SIZE 768

--- 2913 unchanged lines hidden ---
35#include "radeon_mode.h"
36#include "r600d.h"
37#include "atom.h"
38#include "avivod.h"
39
40#define PFP_UCODE_SIZE 576
41#define PM4_UCODE_SIZE 1792
42#define RLC_UCODE_SIZE 768

--- 2913 unchanged lines hidden ---