rs400.c (fad837c16cdd856c68ce2e1335ad0fe836ed8ecd) | rs400.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 --- 14 unchanged lines hidden (view full) --- 23 * 24 * Authors: Dave Airlie 25 * Alex Deucher 26 * Jerome Glisse 27 */ 28#include <linux/seq_file.h> 29#include <drm/drmP.h> 30#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 --- 14 unchanged lines hidden (view full) --- 23 * 24 * Authors: Dave Airlie 25 * Alex Deucher 26 * Jerome Glisse 27 */ 28#include <linux/seq_file.h> 29#include <drm/drmP.h> 30#include "radeon.h" |
31#include "radeon_asic.h" |
|
31#include "rs400d.h" 32 33/* This files gather functions specifics to : rs400,rs480 */ 34static int rs400_debugfs_pcie_gart_info_init(struct radeon_device *rdev); 35 36void rs400_gart_adjust_size(struct radeon_device *rdev) 37{ 38 /* Check gart size */ --- 500 unchanged lines hidden --- | 32#include "rs400d.h" 33 34/* This files gather functions specifics to : rs400,rs480 */ 35static int rs400_debugfs_pcie_gart_info_init(struct radeon_device *rdev); 36 37void rs400_gart_adjust_size(struct radeon_device *rdev) 38{ 39 /* Check gart size */ --- 500 unchanged lines hidden --- |