r420.c (fad837c16cdd856c68ce2e1335ad0fe836ed8ecd) | r420.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/seq_file.h> 29#include "drmP.h" 30#include "radeon_reg.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/seq_file.h> 29#include "drmP.h" 30#include "radeon_reg.h" 31#include "radeon.h" |
32#include "radeon_asic.h" |
|
32#include "atom.h" 33#include "r100d.h" 34#include "r420d.h" 35#include "r420_reg_safe.h" 36 37static void r420_set_reg_safe(struct radeon_device *rdev) 38{ 39 rdev->config.r300.reg_safe_bm = r420_reg_safe_bm; --- 380 unchanged lines hidden --- | 33#include "atom.h" 34#include "r100d.h" 35#include "r420d.h" 36#include "r420_reg_safe.h" 37 38static void r420_set_reg_safe(struct radeon_device *rdev) 39{ 40 rdev->config.r300.reg_safe_bm = r420_reg_safe_bm; --- 380 unchanged lines hidden --- |